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
titanicazertyu-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 titanicazertyu-0.0.1.tar.gz.
File metadata
- Download URL: titanicazertyu-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 |
9a49d6fa30d004f59cdd422833b59256b36d47fda25689421e5d03d85d14e494
|
|
| MD5 |
3526bbf79474e1e9ea57f9d6b93337f3
|
|
| BLAKE2b-256 |
ff33681b28ce56bf637297615a16ec46206ec4b0c68ea4e14f2ebffddec764bf
|
File details
Details for the file titanicazertyu-0.0.1-py3-none-any.whl.
File metadata
- Download URL: titanicazertyu-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 |
e9e73c6e2c4fa2b189d4c42826a6154e56cd4fc9a75ca2ff5d3c1a8fbadaa8f2
|
|
| MD5 |
b71ce4ce73fbbf7b27ec672a69b5d6a6
|
|
| BLAKE2b-256 |
db17fbee40701c6759382c79cfbfcaf062f88d669039375e137c8b87f15f06b6
|