Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/godka/kurento-rtmp
demo: webrtc to rtmp via kurento
https://github.com/godka/kurento-rtmp
ffmpeg kurento nodejs rtmp rtp
Last synced: about 8 hours ago
JSON representation
demo: webrtc to rtmp via kurento
- Host: GitHub
- URL: https://github.com/godka/kurento-rtmp
- Owner: godka
- License: apache-2.0
- Created: 2017-09-09T07:00:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-03T15:07:05.000Z (over 2 years ago)
- Last Synced: 2023-11-07T17:19:34.991Z (about 1 year ago)
- Topics: ffmpeg, kurento, nodejs, rtmp, rtp
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 192
- Watchers: 12
- Forks: 58
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kurento-rtmp #
Here is a simple demo which can provide a pipeline from kurento-webrtc to rtmp server (eg., srs, nginx-rtmp-module, etc.).
![image](https://github.com/godka/kurento-rtmp/raw/master/img/rtp.png)
The pipeline of the work is described as follows:
```
[Browser] -> WebrtcEndpoint -> [Kurento] -> RtpEndpoint ->
[FFmpeg] -> RTMP -> [Node_Media_Server(srs)] -> RTMP -> [Browser]
```## Build ##
```
1.install node && npm
2.git clone https://github.com/godka/kurento-rtmp
3.cd kurento-rtmp
4.npm install
5.node server.js
6.Open https://yourhost on Chrome or Firefox
7.Click Start button and have fun!
```## Notation ##
Before running this demo,you must have build *FFmpeg* and *Kurento Media Server* on your server.
## Licensing and distribution ##
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.