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 Mahesh Makwana

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

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file create_testing_pypi_maheshmakwana787-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for create_testing_pypi_maheshmakwana787-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 41a299db8b825430182ef8b7d0dce34483dee4ab7d2fa19a67bf1d48b5e5a66d
MD5 1ef0d42adda5697a1678eb477becb595
BLAKE2b-256 a71e47ab26067111983f3aa3d756b96c51d81d33ffe53b3d64ca6a877c802bc9

See more details on using hashes here.

Supported by

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