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
vidstream-0.0.14.tar.gz
(5.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 vidstream-0.0.14.tar.gz.
File metadata
- Download URL: vidstream-0.0.14.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b13743c22a39b04465e60e4e4944e0beb5c63f74b298241db1b4608c41412d08
|
|
| MD5 |
59509cf272db7c68c31a1f438d4ce504
|
|
| BLAKE2b-256 |
0d3aa9e4136bce381d599bd49676b50d58bc97652c347249454fa0ebc9c7e5e0
|
File details
Details for the file vidstream-0.0.14-py3-none-any.whl.
File metadata
- Download URL: vidstream-0.0.14-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5c0f2968439043e8f97911908874b940d16c77509e40956f2847433f657dc1a
|
|
| MD5 |
45cae79a1767a90338ad1469f5e0f8bf
|
|
| BLAKE2b-256 |
95b7f8d5f9966e9a44a2f8f7fd76a04bd1d8dfdfc0270f52da7fb7c96b73742b
|