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

pdfconvertercaller-0.0.2.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

pdfconvertercaller-0.0.2-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file pdfconvertercaller-0.0.2.tar.gz.

File metadata

  • Download URL: pdfconvertercaller-0.0.2.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.10

File hashes

Hashes for pdfconvertercaller-0.0.2.tar.gz
Algorithm Hash digest
SHA256 b061811b0c2d844b2f12f0708189ddcd52c6a40de987732863b3aa061076a126
MD5 98ce1d878fb1289997a369353d2e7451
BLAKE2b-256 f74bf84eebc261b52b5412eaf7f671b2f691270f3b2f784dd842f085ff30b5e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pdfconvertercaller-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2fa9a0773bdb831700d0d0b6df03ca4a152a104e2f2cc5d83741d1f4cd859133
MD5 898df4d97c554afb19bd7635f2dff179
BLAKE2b-256 d7adf89f166800ffcc9ce3a2f8c7586c0ce2f8551e58d9ed26514882a2e361c0

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