{"id":22683530,"url":"https://github.com/notedit/rtp-streamer","last_synced_at":"2025-06-11T09:04:30.921Z","repository":{"id":47450605,"uuid":"93289532","full_name":"notedit/rtp-streamer","owner":"notedit","description":"rtp record and rtp streamer","archived":false,"fork":false,"pushed_at":"2021-08-31T09:46:45.000Z","size":10905,"stargazers_count":70,"open_issues_count":3,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-23T21:33:41.824Z","etag":null,"topics":["ffmpeg","recorder","rtmp","rtp","rtsp","webrtc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/notedit.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}},"created_at":"2017-06-04T04:13:18.000Z","updated_at":"2024-02-23T19:06:03.000Z","dependencies_parsed_at":"2022-09-23T04:54:18.859Z","dependency_job_id":null,"html_url":"https://github.com/notedit/rtp-streamer","commit_stats":null,"previous_names":["notedit/rtprecorder"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Frtp-streamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Frtp-streamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Frtp-streamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notedit%2Frtp-streamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notedit","download_url":"https://codeload.github.com/notedit/rtp-streamer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248612005,"owners_count":21133220,"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":["ffmpeg","recorder","rtmp","rtp","rtsp","webrtc"],"created_at":"2024-12-09T21:12:26.884Z","updated_at":"2025-04-12T18:26:36.752Z","avatar_url":"https://github.com/notedit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtpstreamer\nnodejs rtp streamer\n\nit is used to record webrtc stream.\n\nthe file is save to .mkv file.\n\n## fetures\n\n- save to mkv file\n- stream to rtmp \n\n## install \n\n\n```\n\nnpm install rtprecorder\n\n```\n\n\n## demo code\n\n```\n\n\nlet videoCodec =\n        {\n        kind        : 'audio',\n        name        : 'audio/opus',\n        payloadType : 100,\n        clockRate   : 48000\n        };\n\nlet audioCodec =  \n        {\n        kind        : 'video',\n        name        : 'video/vp8',\n        payloadType : 110,\n        clockRate   : 90000\n        };\n\n\n\nlet streamId = 'some streamId';\n\nlet stream =  recorder.create(streamId);\n\nawait stream.enableVideo(videoCodec);\nawait stream.enableAudio(audioCodec);\n\n//  some  audio/video port forward\n\n// after port forwarding  now we can record \n\nstream.startRecording();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotedit%2Frtp-streamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotedit%2Frtp-streamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotedit%2Frtp-streamer/lists"}