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
Release files for asana-goals 100.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| asana_goals-100.0.0.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| asana_goals-100.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.8 kB
Release files / asana_goals-100.0.0.tar.gz
| Download URL | asana_goals-100.0.0.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b5d742a7c32c8506e56d43d0e30c033162ca238428bf2e3cc044110c782cce21
|
|
BLAKE2b-256 checksum How to use checksums |
3c47b90264a19e0dba652eb2c7169fd67df3414762931771d9f671d824375c99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / asana_goals-100.0.0-py3-none-any.whl
| Download URL | asana_goals-100.0.0-py3-none-any.whl |
|---|---|
| Size | 6.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
797294690197c7071a22d48457c5fdc73b3d2dbb135413bf192c5c102647c4a8
|
|
BLAKE2b-256 checksum How to use checksums |
81ef8f3954d340436984d52c798cb9cdf827992edb63283f34034727cff70b5b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|