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

vidstream-abduakhatov-0.0.13.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

vidstream_abduakhatov-0.0.13-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file vidstream-abduakhatov-0.0.13.tar.gz.

File metadata

File hashes

Hashes for vidstream-abduakhatov-0.0.13.tar.gz
Algorithm Hash digest
SHA256 68d176b5e0357af27d43c6afe8ea2308f31bf19a5fe90bb37dc7f95e00eb5cf4
MD5 2bc5b2f7a73ab19bf87f2dfd4b162311
BLAKE2b-256 57fbf5fbe4a29a6c5b3f7fe8a28db7a4d57da7f1dd2e7fd956c254c3a9b53207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for vidstream_abduakhatov-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 fd67097b6f50b8e5227b998acd8b82c03932d38c44629d0a3a12a9d9aef3448d
MD5 de37bf4ea309be0696c0ae97d8ec640a
BLAKE2b-256 a103708c912f84ba8d91fea82b1cd4390a00431265db6ea9ed52b589577d6295

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