A flexiable web framework
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
web_tesla-0.0.6.tar.gz
(21.0 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
web_tesla-0.0.6-py3-none-any.whl
(26.5 kB
view details)
File details
Details for the file web_tesla-0.0.6.tar.gz.
File metadata
- Download URL: web_tesla-0.0.6.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0badf11053ee90e0799b5b20c240c61243b3ad0a8fc2aa447b974743310fb2d3
|
|
| MD5 |
7f11c76ba199f72de7ae87fbcc46a4b3
|
|
| BLAKE2b-256 |
a8e739bb007dbc5c198fa6fac11737ff52ce2dbb38bdbb04dc0bb10a4eff8f7e
|
File details
Details for the file web_tesla-0.0.6-py3-none-any.whl.
File metadata
- Download URL: web_tesla-0.0.6-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35b618eb8a9e3bdeda161c3bf86843ecdbcb53dff86cfd10223f12834ac7cd8c
|
|
| MD5 |
becfba09c13628b65862b1b987cfe119
|
|
| BLAKE2b-256 |
58aa175011f26c6f34314c4bed740e4edb161e77d42a74ec8f00f6ab1ba66aca
|