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
vidstreamtests-0.0.13.tar.gz
(6.3 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 vidstreamtests-0.0.13.tar.gz.
File metadata
- Download URL: vidstreamtests-0.0.13.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54c5e7d25b157cf1cf4caa5b5ab22242b09a30e753df0d12813a4aae83723a64
|
|
| MD5 |
bfdc600d4409919fa1df44a292f2c90a
|
|
| BLAKE2b-256 |
41a60437c2c50a1d1ddc996aadec6b1ea70cf61601b4c1c7f56e3acf30a4696e
|
File details
Details for the file vidstreamtests-0.0.13-py3-none-any.whl.
File metadata
- Download URL: vidstreamtests-0.0.13-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/5.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a2d8da54f686450cb53308ad389f37a818bd8f34c4bc71a8728cb1b95f7cc6e
|
|
| MD5 |
2f09b620fe54ca70d24dde8960f4ab32
|
|
| BLAKE2b-256 |
3f98796ed8ffdb6775aa422b0a3591e26ca1ab6fe23c213bb1117f15d3ad35e1
|