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
titanicazerty-0.0.1.tar.gz
(2.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 titanicazerty-0.0.1.tar.gz.
File metadata
- Download URL: titanicazerty-0.0.1.tar.gz
- Upload date:
- Size: 2.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 |
8693a3a02eeda9976e6fa179d576bcd2793c1b106180210bbed5599d28b49c1a
|
|
| MD5 |
1b34bffa8c4afb832ebba01960cbecbf
|
|
| BLAKE2b-256 |
ebaff591e1516d12e6b5658a7b894479e548d65610d88ab46b6bbbd0d79b8c75
|
File details
Details for the file titanicazerty-0.0.1-py3-none-any.whl.
File metadata
- Download URL: titanicazerty-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.8 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 |
b099435f18dbbf765d92fd79b540cbf89e2f8ba7411771e5da34443d8f410c61
|
|
| MD5 |
2fe33c91b33dcc56b9afddd5bdef404c
|
|
| BLAKE2b-256 |
3d99f7fdef7b1f85605e79064240d67ba1359e7011003aa6aa9c640e932ef34c
|