Node-Media-Server
Node-Media-Server copied to clipboard
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
Hi, I have deployed node-media-server into Phusion Passenger in Plesk but it is failing with the error, your help will be much appreciated ``` Node Media Server v2.3.8 /usr/share/passenger/helper-scripts/node-loader.js:339 throw...
``` trans: { ffmpeg: '/usr/local/bin/ffmpeg', tasks: [ { app: 'live', vc: "copy", vcParam: [], ac: "aac", acParam: ['-ab', '64k', '-ac', '1', '-ar', '44100'], rtmp:true, rtmpApp:'live2', hls: true, hlsFlags: '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]', dash:...
现在好像只支持生成1个mp4文件
Is there a way for me to both stream and playback that stream? thank you very much
Hey there. I'm looking for a way to receive a stream from a remote source, i.e `http://example.com/live` and broadcast it to the clients as HLS, MPEG-TS and RTMP. I'd handle...
https://www.buymeacoffee.com/illuspas results in a 404 error
Hello, Is it possible that this library output the stream as RTP? OBS => Node-Media-Server => RTP Stream
I am trying to resize the RTMP push to resize to a smaller video. I have the following config: ``` relay: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', mode:...
For server push, why do new users establish a connection? The push flv starts with the live video content rather than the latest real-time video content?
Is there any way to populate args in prePlay event with HLS?