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
vidstreaming-0.0.1.tar.gz
(6.5 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 vidstreaming-0.0.1.tar.gz.
File metadata
- Download URL: vidstreaming-0.0.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96eb8ccae68cce5cc096fdc9bfe4a80fe2184510a77e152655bc911602f46766
|
|
| MD5 |
6095b06d0d05246bb39dfe8cfe006f5d
|
|
| BLAKE2b-256 |
8d54b973700b6011d2da069ec0c98696911c8135ef9cbef15e74b844dd87c2a6
|
File details
Details for the file vidstreaming-0.0.1-py3-none-any.whl.
File metadata
- Download URL: vidstreaming-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9daf65a0cabb0080a9c9efcc468eada45ecfd315cbe095494e976fcfc918d6d
|
|
| MD5 |
76b4829b8c8520784fdfa92a8e6134e9
|
|
| BLAKE2b-256 |
ad777252476bc28665feb5fe8e21e7a2247b19fadbb1db8319a25ef457493f86
|