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
titanicazertyui-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 titanicazertyui-0.0.1.tar.gz.
File metadata
- Download URL: titanicazertyui-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 |
055c7846b5af62b07a37d96dc968925e001b5216898e23dfe3a3dcf916c15e6b
|
|
| MD5 |
f4fd5e60a6ee83fb9847d4e15aabd1a6
|
|
| BLAKE2b-256 |
5654d1b2a71b74e6abb6b61e480efa114927862ad676db5dbce74c98cdf9f28f
|
File details
Details for the file titanicazertyui-0.0.1-py3-none-any.whl.
File metadata
- Download URL: titanicazertyui-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 |
f8717f472dfd76022d24e723e9c110b403ead3e3912f6f2292e285c35ff981cf
|
|
| MD5 |
c65f83a50a4a7c709e4f29fc33a5dec0
|
|
| BLAKE2b-256 |
2e3a1a4b1085b3007301b3e7d578b0ff6979ae4205f79eff9242924bf1b32d1a
|