{"id":13825567,"url":"https://github.com/NeuralNine/vidstream","last_synced_at":"2025-07-08T22:31:33.380Z","repository":{"id":39916359,"uuid":"316241441","full_name":"NeuralNine/vidstream","owner":"NeuralNine","description":"Streaming video data via networks","archived":false,"fork":false,"pushed_at":"2023-05-20T15:02:48.000Z","size":18,"stargazers_count":257,"open_issues_count":11,"forks_count":151,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-08-04T09:03:57.380Z","etag":null,"topics":["opencv","python","sockets","streaming","video"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/vidstream/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NeuralNine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-26T13:36:40.000Z","updated_at":"2024-08-02T12:15:27.000Z","dependencies_parsed_at":"2024-05-29T12:13:30.209Z","dependency_job_id":"f01e36ee-3918-495f-8ee1-aa0d551e09fe","html_url":"https://github.com/NeuralNine/vidstream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralNine%2Fvidstream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralNine%2Fvidstream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralNine%2Fvidstream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NeuralNine%2Fvidstream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NeuralNine","download_url":"https://codeload.github.com/NeuralNine/vidstream/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225470631,"owners_count":17479366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["opencv","python","sockets","streaming","video"],"created_at":"2024-08-04T09:01:23.524Z","updated_at":"2024-11-20T04:30:34.952Z","avatar_url":"https://github.com/NeuralNine.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# vidstream\n\nUnder construction! Not ready for use yet! Currently experimenting and planning!\n\nDeveloped by Florian Dedov from NeuralNine (c) 2020\n\n## Examples of How To Use (Buggy Alpha Version)\n\nCreating A Server\n\n```python\nfrom vidstream import StreamingServer\n\nserver = StreamingServer('127.0.0.1', 9999)\nserver.start_server()\n\n# Other Code\n\n# When You Are Done\nserver.stop_server()\n```\n\nCreating A Client\n```python\nfrom vidstream import CameraClient\nfrom vidstream import VideoClient\nfrom vidstream import ScreenShareClient\n\n# Choose One\nclient1 = CameraClient('127.0.0.1', 9999)\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\nclient3 = ScreenShareClient('127.0.0.1', 9999)\n\nclient1.start_stream()\nclient2.start_stream()\nclient3.start_stream()\n```\n\nCheck out: https://www.youtube.com/c/NeuralNine","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeuralNine%2Fvidstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNeuralNine%2Fvidstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNeuralNine%2Fvidstream/lists"}