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
mygtestabcd-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 mygtestabcd-0.0.13.tar.gz.
File metadata
- Download URL: mygtestabcd-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 |
81e316713b9a60ff27a5e7c973c5437c3e260780dbc35f5d525c099093d1128c
|
|
| MD5 |
c1be607781d9d90d638a977678c0693e
|
|
| BLAKE2b-256 |
613755ae5463aadbba33dfbb32615251d9b68ae1e1600f9246b96c521e7ea120
|
File details
Details for the file mygtestabcd-0.0.13-py3-none-any.whl.
File metadata
- Download URL: mygtestabcd-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 |
ddb75be3952ad367a3ba77f71756ca4717e333ce9e8e257615cc7cf70cd70903
|
|
| MD5 |
54e44c5267031079e42b48b3342f75f7
|
|
| BLAKE2b-256 |
a7c2a8bd018cb1ceb0290056aa101e35966476a22ed075e3306c5e41ca98192c
|