Node-Media-Server
Node-Media-Server copied to clipboard
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
On Ubuntu 20.04, I installed and tested the git master version of Node-Media-Server with the following steps: ``` $ openssl genrsa -out privatekey.pem 2048 $ openssl req -new -key privatekey.pem...
Is it possible to save the mp4 file in a cloud environment? (Like GCP) I started using the package today and I love it, congratulations on the great work.
Is there a way using node media server to record bandwidth usage?
When I config in app.js like this `{ app: 'live', mode: 'push', edge: 'rtmp://127.0.0.1', appendName: false }` And after I call api POST http://localhost:port/api/relay/push with body `{ app: 'live', name:...
你好,我想询问关于ffmpeg从srs拉流再推到node media server,然后通过接口给apk播放,但是apk播放器每个直播频道经常看几分钟或者十多分钟画面就定格不动了,需要切换频道再从新进回频道,你有遇到过这样问题吗?希望可以帮我解决下,我会付点额外酬劳,万分感激
结束流好像并没用啊
Can anyone explain where i can find ffmpeg task parms documentation for node media server. because I found original ffmpeg have commands, not key value like params. how I can...
I am using NMS on RPi 3 A+. My Camera RPi Zero W. Zero streaming RTSP stream with this FFMPEG script; `raspivid -t 0 -a 1024 -a "Camera Number" -a...
Hi Everyone, Im Using OBS with NMS and NPM on Ubuntu Mint on a own Dedicadet Server (i7 7700k 32 GB, 1 Gbit Down and Upload) The program works perfectly...
Use NMS as a RTMP server in docker and push 2 rtsp streams to NMS(using ffmpeg). After running 2 days, the docker container crashed. No signnificant errors in docker logs,...