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

pyscraped-0.0.13.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

pyscraped-0.0.13-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pyscraped-0.0.13.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for pyscraped-0.0.13.tar.gz
Algorithm Hash digest
SHA256 3d025a4f9e35e1a9f6d1d272591606ef15f42a3d1c5d0d2f2ad73c51e16e0571
MD5 d97bcb05fdff285f763e53398d754740
BLAKE2b-256 861dbcd8f855c279d8dde777a53d02bb40406fbe99e2ab31ee756ba02f2e548c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyscraped-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for pyscraped-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 8e2f74f63cd1327b542af86362a992a8343fd634b5d526e6a662ede57a30b674
MD5 82fa67d5063ef35cf7af99b6a1911435
BLAKE2b-256 f88259e0b6b854e9c956452e60ecb0c0eff391493b9fbe9d3a6d7250fc68b26b

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