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

khang_stesting-0.0.13.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

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

khang_stesting-0.0.13-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for khang_stesting-0.0.13.tar.gz
Algorithm Hash digest
SHA256 c6136adb7341eb138831786e8555ca7d701ed8c06e128b9711cb932ff3148420
MD5 954f9734a7b16f782ed2ea47f0870418
BLAKE2b-256 9e482c745944d857c0de0d48654f4dbf90ca48729956a63af0703b33aa122fd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for khang_stesting-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 6df079994f0e822a29aa8e9ed2a684b20227e6ae99c8f503048e07078f2711e2
MD5 bf0b536c451a69e1c548f7ddfa2259a9
BLAKE2b-256 b504b067940a1435391dd929f12f29f4c5c69ad19ae53bdbb86f05e94c35595f

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