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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mygtestabcdefg-0.0.13.tar.gz
(1.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mygtestabcdefg-0.0.13.tar.gz.
File metadata
- Download URL: mygtestabcdefg-0.0.13.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37930cffa8a8af6c17056687440920c8820fb95fab3ae58c2692f21c6b40a59f
|
|
| MD5 |
c2f949065461fddea526367fc5054fc4
|
|
| BLAKE2b-256 |
7808db74cff479dde2c2f708e3a40c154ead695b10fae30af940e3facedd27a9
|
File details
Details for the file mygtestabcdefg-0.0.13-py3-none-any.whl.
File metadata
- Download URL: mygtestabcdefg-0.0.13-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.5.0.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaef2838a0abd41cdeb6bcdcb81f1fc6411dd219669954fb5cb25a06aed846fb
|
|
| MD5 |
e9b4d5359afff47739f0f9813ce95b95
|
|
| BLAKE2b-256 |
45c8e542e9c3ecaf24d14ec458d877099f053508d8f1e05058d55652131905b8
|