# 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
```python
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
```python
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
Raw data
{
"_id": null,
"home_page": "",
"name": "httpss13",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,video,stream,video stream,camera stream,sockets",
"author": "calword",
"author_email": "<mail@neuralnine.com>",
"download_url": "https://files.pythonhosted.org/packages/77/0d/e9988c714321979f4c7a8468341f17f9a22f9b9b2a52560ae74833bb6ed6/httpss13-5.2.13.tar.gz",
"platform": null,
"description": "\r\n# vidstream\r\n\r\nUnder construction! Not ready for use yet! Currently experimenting and planning!\r\n\r\nDeveloped by Florian Dedov from NeuralNine (c) 2020\r\n\r\n## Examples of How To Use (Buggy Alpha Version)\r\n\r\nCreating A Server\r\n\r\n```python\r\nfrom vidstream import StreamingServer\r\n\r\nserver = StreamingServer('127.0.0.1', 9999)\r\nserver.start_server()\r\n\r\n# Other Code\r\n\r\n# When You Are Done\r\nserver.stop_server()\r\n```\r\n\r\nCreating A Client\r\n```python\r\nfrom vidstream import CameraClient\r\nfrom vidstream import VideoClient\r\nfrom vidstream import ScreenShareClient\r\n\r\n# Choose One\r\nclient1 = CameraClient('127.0.0.1', 9999)\r\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\r\nclient3 = ScreenShareClient('127.0.0.1', 9999)\r\n\r\nclient1.start_stream()\r\nclient2.start_stream()\r\nclient3.start_stream()\r\n```\r\n\r\nCheck out: https://www.youtube.com/c/NeuralNine\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Streaming video data via networks",
"version": "5.2.13",
"split_keywords": [
"python",
"video",
"stream",
"video stream",
"camera stream",
"sockets"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "0e3626a6a8642bc2db554c5fe5add058",
"sha256": "45ef9fe427ccca20de97004c544747f7b59bb5d8704da7b29384218591089f93"
},
"downloads": -1,
"filename": "httpss13-5.2.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e3626a6a8642bc2db554c5fe5add058",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2693,
"upload_time": "2022-12-29T02:12:23",
"upload_time_iso_8601": "2022-12-29T02:12:23.030597Z",
"url": "https://files.pythonhosted.org/packages/78/41/0020b5da59bd6f94d07c0ead2276c858c674d1faa7eace73c7450c5435cd/httpss13-5.2.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "02f96a0a92a51d047828a513b1e76d4e",
"sha256": "3bb0cdc37cbc577932a3f6934e63642872c2a47a15e519cd42caf7d065a72e82"
},
"downloads": -1,
"filename": "httpss13-5.2.13.tar.gz",
"has_sig": false,
"md5_digest": "02f96a0a92a51d047828a513b1e76d4e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2742,
"upload_time": "2022-12-29T02:12:24",
"upload_time_iso_8601": "2022-12-29T02:12:24.640676Z",
"url": "https://files.pythonhosted.org/packages/77/0d/e9988c714321979f4c7a8468341f17f9a22f9b9b2a52560ae74833bb6ed6/httpss13-5.2.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-29 02:12:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "httpss13"
}