Streaming video data via networks
Project description
vidXs
Developed by Shashank Pandey from shashankx86 (c) 2021
Update Info
- Bugs Fixed
Examples of How To Use
Creating A Server
from vidXs 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 vidXs import CameraClient
from vidXs import VideoClient
from vidXs 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()
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
vidXs-2.5-py3-none-any.whl
(6.7 kB
view details)
File details
Details for the file vidXs-2.5-py3-none-any.whl.
File metadata
- Download URL: vidXs-2.5-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17561029060e9d4bf79b1f2fe68f3355e0ee43d4ded653c31e770de84ddfb4ea
|
|
| MD5 |
af22290812484f0ab57549909b8cc2eb
|
|
| BLAKE2b-256 |
8f7866ff50ecf97bd61d41c876b467bf907b6d3e58b173ba5143912adc57c9b6
|