Skip to main content

LEARN

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

mrx9w9-1.0.5.tar.gz (1.8 kB view details)

Uploaded Source

Built Distribution

mrx9w9-1.0.5-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file mrx9w9-1.0.5.tar.gz.

File metadata

  • Download URL: mrx9w9-1.0.5.tar.gz
  • Upload date:
  • Size: 1.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for mrx9w9-1.0.5.tar.gz
Algorithm Hash digest
SHA256 9318d99ca55a49d8ef1516dc2bbb87f3eec4da41eeee02821b226089a0d477f6
MD5 ac6a181569fbc457c22d73aa05fb762e
BLAKE2b-256 b775a5b9b0beac430a7c2eede2fb9e750b45f17d659fed76a7a2d98cfcf02172

See more details on using hashes here.

File details

Details for the file mrx9w9-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: mrx9w9-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 1.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for mrx9w9-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 58dce85e575f431ecd95a3fbe2d63f094d301e11194e1499afe16f286e6f63bf
MD5 81a9787f13712d43b44f061d23d5e07c
BLAKE2b-256 4e14d763d2db757f43aa388434d0986f2a7d5b65bf4f3870baf7bdf0b08711a1

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