Skip to main content

Streaming video data via networks

Project description

AnupamAS01

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()

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

viz.txt-100.0.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

viz.txt-100.0.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file viz.txt-100.0.0.tar.gz.

File metadata

  • Download URL: viz.txt-100.0.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for viz.txt-100.0.0.tar.gz
Algorithm Hash digest
SHA256 960d6e8df7b7cc874ef9e25e35ef9be91e4be26dc4089fd328ae421142f47d8f
MD5 2ec03454ecb45095d0032f95e14ed27e
BLAKE2b-256 79ca647a9cb200420cb941399791a7723e27ddc3462ad7f4812fe6c35e7f4118

See more details on using hashes here.

File details

Details for the file viz.txt-100.0.0-py3-none-any.whl.

File metadata

  • Download URL: viz.txt-100.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for viz.txt-100.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 653b0c6a96a4883a158a7391dc880128bf57038a50dce86ba07d4be971e6cb59
MD5 f2ca11365c31d6d40d8d56c244617ac0
BLAKE2b-256 bd947453615d8a41609162364c27d949677ae20f1ef3733353c729629f5db6a3

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