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
mygtestabc-0.0.13.tar.gz
(5.2 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 mygtestabc-0.0.13.tar.gz.
File metadata
- Download URL: mygtestabc-0.0.13.tar.gz
- Upload date:
- Size: 5.2 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 |
48a22c0b4bc62574652b1f1f1bfd3ba0e552a2f97bb61783b7bbd362831a5c02
|
|
| MD5 |
987ecf7f05f231c82abc8f9f01a79e29
|
|
| BLAKE2b-256 |
b736e8c3feafecdc8be73d7bb4028ac986d1bfb1d06f48d5d6273cf699113ee7
|
File details
Details for the file mygtestabc-0.0.13-py3-none-any.whl.
File metadata
- Download URL: mygtestabc-0.0.13-py3-none-any.whl
- Upload date:
- Size: 7.1 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 |
95d3c9a42928de2b689bc64a30a2ccf8c5da5b1afdf7988ca14888f97ef44aaa
|
|
| MD5 |
39c4ada0949bbd82e003cc00b0700613
|
|
| BLAKE2b-256 |
951a5f6077fb81ac053d2bfbf9ab64cbe7e89f75e5fd30ea5a55fb9f632d5fe2
|