{"id":20900807,"url":"https://github.com/aivclab/streamserver","last_synced_at":"2026-06-03T19:31:41.800Z","repository":{"id":56230787,"uuid":"173940768","full_name":"aivclab/streamserver","owner":"aivclab","description":"Python library to stream images/video to a browser or a jupyter notebook","archived":false,"fork":false,"pushed_at":"2020-09-17T07:05:33.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-12T22:43:37.298Z","etag":null,"topics":["python","streaming","video"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/streamserver/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aivclab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-05T12:16:55.000Z","updated_at":"2020-11-17T07:31:57.000Z","dependencies_parsed_at":"2022-08-15T15:01:12.189Z","dependency_job_id":null,"html_url":"https://github.com/aivclab/streamserver","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aivclab/streamserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aivclab%2Fstreamserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aivclab%2Fstreamserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aivclab%2Fstreamserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aivclab%2Fstreamserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aivclab","download_url":"https://codeload.github.com/aivclab/streamserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aivclab%2Fstreamserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33876893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["python","streaming","video"],"created_at":"2024-11-18T11:23:02.532Z","updated_at":"2026-06-03T19:31:41.784Z","avatar_url":"https://github.com/aivclab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multipart Image HTTP Streaming Server.\n\n## Install:\n```\npip install git+git://github.com/aivclab/streamserver.git\n```\n\n## Example:\n```\nimport cv2\nimport streamserver\ncap = cv2.VideoCapture(0)\n\nret,_ = cap.read()\nassert ret == True\n\nwith streamserver.StreamServer(JPEG_quality=75,host='localhost',port=5000) as ss:\n    while cap.isOpened():\n        ret,frame = cap.read()\n        ss.set_frame(frame)\n        wk = cv2.waitKey(20)\n        if wk == ord('q'):\n            break\ncap.release()\n```\n## TODO:\n- [ ] Multiple streams on same server?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faivclab%2Fstreamserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faivclab%2Fstreamserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faivclab%2Fstreamserver/lists"}