# 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": "vidstreaming",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,video,stream,video stream,camera stream,sockets",
"author": "Anbusivan (Anbu)",
"author_email": "<anbu.sivan@pionglobal.com>",
"download_url": "https://files.pythonhosted.org/packages/8d/54/b973700b6011d2da069ec0c98696911c8135ef9cbef15e74b844dd87c2a6/vidstreaming-0.0.1.tar.gz",
"platform": null,
"description": "\r\n# vidstream\r\n\r\n\r\n\r\nUnder construction! Not ready for use yet! Currently experimenting and planning!\r\n\r\n\r\n\r\nDeveloped by Florian Dedov from NeuralNine (c) 2020\r\n\r\n\r\n\r\n## Examples of How To Use (Buggy Alpha Version)\r\n\r\n\r\n\r\nCreating A Server\r\n\r\n\r\n\r\n```python\r\n\r\nfrom vidstream import StreamingServer\r\n\r\n\r\n\r\nserver = StreamingServer('127.0.0.1', 9999)\r\n\r\nserver.start_server()\r\n\r\n\r\n\r\n# Other Code\r\n\r\n\r\n\r\n# When You Are Done\r\n\r\nserver.stop_server()\r\n\r\n```\r\n\r\n\r\n\r\nCreating A Client\r\n\r\n```python\r\n\r\nfrom vidstream import CameraClient\r\n\r\nfrom vidstream import VideoClient\r\n\r\nfrom vidstream import ScreenShareClient\r\n\r\n\r\n\r\n# Choose One\r\n\r\nclient1 = CameraClient('127.0.0.1', 9999)\r\n\r\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\r\n\r\nclient3 = ScreenShareClient('127.0.0.1', 9999)\r\n\r\n\r\n\r\nclient1.start_stream()\r\n\r\nclient2.start_stream()\r\n\r\nclient3.start_stream()\r\n\r\n```\r\n\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": "0.0.1",
"split_keywords": [
"python",
"video",
"stream",
"video stream",
"camera stream",
"sockets"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "76b4829b8c8520784fdfa92a8e6134e9",
"sha256": "a9daf65a0cabb0080a9c9efcc468eada45ecfd315cbe095494e976fcfc918d6d"
},
"downloads": -1,
"filename": "vidstreaming-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "76b4829b8c8520784fdfa92a8e6134e9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 6877,
"upload_time": "2022-12-05T10:36:59",
"upload_time_iso_8601": "2022-12-05T10:36:59.581515Z",
"url": "https://files.pythonhosted.org/packages/ad/77/7252476bc28665feb5fe8e21e7a2247b19fadbb1db8319a25ef457493f86/vidstreaming-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6095b06d0d05246bb39dfe8cfe006f5d",
"sha256": "96eb8ccae68cce5cc096fdc9bfe4a80fe2184510a77e152655bc911602f46766"
},
"downloads": -1,
"filename": "vidstreaming-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "6095b06d0d05246bb39dfe8cfe006f5d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6517,
"upload_time": "2022-12-05T10:37:02",
"upload_time_iso_8601": "2022-12-05T10:37:02.309491Z",
"url": "https://files.pythonhosted.org/packages/8d/54/b973700b6011d2da069ec0c98696911c8135ef9cbef15e74b844dd87c2a6/vidstreaming-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-05 10:37:02",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "vidstreaming"
}