{"id":17219165,"url":"https://github.com/mpromonet/rtsp2web","last_synced_at":"2025-04-13T22:32:15.449Z","repository":{"id":223177113,"uuid":"759405842","full_name":"mpromonet/rtsp2web","owner":"mpromonet","description":"RTSP to websocket proxy","archived":false,"fork":false,"pushed_at":"2024-10-13T17:09:12.000Z","size":494,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-16T03:49:22.674Z","etag":null,"topics":["rtsp","webcodecs","websocket"],"latest_commit_sha":null,"homepage":"https://rtsp2web.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpromonet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-02-18T14:07:17.000Z","updated_at":"2024-10-13T17:09:15.000Z","dependencies_parsed_at":"2024-04-02T22:24:18.659Z","dependency_job_id":"962c8f32-3331-456b-812a-05692e0a1a9f","html_url":"https://github.com/mpromonet/rtsp2web","commit_stats":null,"previous_names":["mpromonet/rtsp2ws","mpromonet/rtsp2web"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpromonet%2Frtsp2web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpromonet%2Frtsp2web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpromonet%2Frtsp2web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpromonet%2Frtsp2web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpromonet","download_url":"https://codeload.github.com/mpromonet/rtsp2web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248790695,"owners_count":21162073,"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":["rtsp","webcodecs","websocket"],"created_at":"2024-10-15T03:49:19.678Z","updated_at":"2025-04-13T22:32:15.423Z","avatar_url":"https://github.com/mpromonet.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Snap Status](https://snapcraft.io/rtsp2ws/badge.svg)](https://snapcraft.io/rtsp2ws)\n[![GithubCI](https://github.com/mpromonet/rtsp2ws/workflows/C/C++%20CI%20linux/badge.svg)](https://github.com/mpromonet/rtsp2ws/actions)\n[![GithubCI](https://github.com/mpromonet/rtsp2ws/workflows/C/C++%20CI%20windows/badge.svg)](https://github.com/mpromonet/rtsp2ws/actions)\n\n\n[![Release](https://img.shields.io/github/release/mpromonet/rtsp2ws.svg)](https://github.com/mpromonet/rtsp2ws/releases/latest)\n[![Download](https://img.shields.io/github/downloads/mpromonet/rtsp2ws/total.svg)](https://github.com/mpromonet/rtsp2ws/releases/latest)\n\n*** Notice *** Live demo are stopped till I migrate to a european web hosting.\n\n# rtsp2web\n\nThis is a simple application that connect to RTSP streams, send compressed data over websocket and then decode on browser side using [webcodec](https://github.com/w3c/webcodecs)\n\n[![Screenshot](images/screenshot.jpg)](https://rtsp2web.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io)\n[Live Demo](https://rtsp2web.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io)\n\nBuild\n------- \n\tcmake . \u0026\u0026 make\n\nUsage\n------- \n    ./rtsp2ws [OPTION...] \u003crtspurl\u003e ... \u003crtspurl\u003e\n\n    -h, --help            Print usage\n    -v, --verbose arg     Verbose (default: 0)\n    -P, --port arg        Listening port (default: 8080)\n    -N, --thread arg      Server number threads (default: \"\")\n    -p, --path arg        Server root path (default: html)\n    -c, --sslkeycert arg  Path to private key and certificate for HTTPS (default: \"keycert.pem\")\n    -C, --config arg      Config\n    -r, --rtptransport arg  RTP transport(udp,tcp,multicast,http) (default:\n                          tcp)\n\n\nUsing Docker image\n===============\nYou can start the application using the docker image :\n\n        docker run -p 8080:8080 ghcr.io/mpromonet/rtsp2web\n\nThe container entry point is the application, then you can :\n\n* get the help using :\n\n        docker run ghcr.io/mpromonet/rtsp2web -h\n\n* run the container specifying parameters :\n\n        docker run -p 8080:8080 ghcr.io/mpromonet/rtsp2web rtsp://37.157.51.30/axis-media/media.amp rtsp://71.83.5.156/axis-media/media.amp rtsp://86.44.41.160/axis-media/media.amp \n        docker run -p 8080:8080 -v $PWD/keycert.pem:/tmp/keycert.pem ghcr.io/mpromonet/rtsp2web -c /tmp/keycert.pem rtsp://37.157.51.30/axis-media/media.amp rtsp://71.83.5.156/axis-media/media.amp\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpromonet%2Frtsp2web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpromonet%2Frtsp2web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpromonet%2Frtsp2web/lists"}