AnupamAS01
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()
anupam-action-test
Release files for denseclus 2.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| denseclus-2.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / denseclus-2.1.0-py3-none-any.whl
| Download URL | denseclus-2.1.0-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8b68cb6a7cad1c7ac83c1b0ccf2317d5aac8afc0ac135eed0ec74b68c3a4e338
|
|
BLAKE2b-256 checksum How to use checksums |
2c20055ff1b824981b896237a2d3e07faae896b098eea78a56096579cdcdf102
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.19
|