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
mygtestabcde-0.0.13.tar.gz
(1.8 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 mygtestabcde-0.0.13.tar.gz.
File metadata
- Download URL: mygtestabcde-0.0.13.tar.gz
- Upload date:
- Size: 1.8 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 |
36bd0865afdd8fe34ef958afd754d229fde1f29f37505a64e66bad20b31b6c66
|
|
| MD5 |
8e639fdab316dbef88f79d44ee1a8899
|
|
| BLAKE2b-256 |
cf3dea09d0960a61ee151595950fe65b9200c9e5ad45e82c9061cc45aff54e76
|
File details
Details for the file mygtestabcde-0.0.13-py3-none-any.whl.
File metadata
- Download URL: mygtestabcde-0.0.13-py3-none-any.whl
- Upload date:
- Size: 2.9 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 |
63d9d48aaa661e07023cc5c605d2584c06db210b71225cc0963054dc77d33133
|
|
| MD5 |
cb9129ebc4301b6d50e108fc9ec48ecd
|
|
| BLAKE2b-256 |
0e409c532f25cf400a609d4f8b8bae37e98dcef8924cdf542e02b30e9947b0aa
|