Skip to main content

Streaming video data via networks

Project description

vidstream

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Florian Dedov from NeuralNine (c) 2020

Examples of How To Use (Buggy Alpha Version)

Creating A Server

from vidstream import StreamingServer



server = StreamingServer('127.0.0.1', 9999)

server.start_server()



# Other Code



# When You Are Done

server.stop_server()

Creating A Client

from vidstream import CameraClient

from vidstream import VideoClient

from vidstream import ScreenShareClient



# Choose One

client1 = CameraClient('127.0.0.1', 9999)

client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')

client3 = ScreenShareClient('127.0.0.1', 9999)



client1.start_stream()

client2.start_stream()

client3.start_stream()

Check out: https://www.youtube.com/c/NeuralNine

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

testtest123-0.0.13.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

testtest123-0.0.13-py3-none-any.whl (2.2 kB view details)

Uploaded Python 3

File details

Details for the file testtest123-0.0.13.tar.gz.

File metadata

  • Download URL: testtest123-0.0.13.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.0

File hashes

Hashes for testtest123-0.0.13.tar.gz
Algorithm Hash digest
SHA256 9454ae6db5a35362e42d39e069c36bbde225956f5f4e5958f69cf2489bf2e096
MD5 935df28d6fdea0bfe4e97083bdbf06c8
BLAKE2b-256 0b0c0f58bdd2ee3feaf1ea3b2b998df076468d73975cd5728f9277e83c56bbb6

See more details on using hashes here.

File details

Details for the file testtest123-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for testtest123-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 55dffb98106ef336ad37e36ba5c56be7969d40720d2c9a8575c896415316bc8a
MD5 85da2ec6528cf1111c01d1808e87814f
BLAKE2b-256 d715917b3f285c4ede6612e8b908ddd64c5b8ea18e2a6064f3c9e35ca7c227c7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page