Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server

Results 206 Node-Media-Server issues
Sort by recently updated
recently updated
newest added

[rtmp publish] Handle video. id=TYDG67OV streamPath=/live/stream1 frame_type=1 codec_id=12 codec_name=H265 0x0

When I try to disable the video in the ffmpeg vcParams the audio is choppy. ``` tasks: [ { app: "live", vcParam: ["-vn"], hls: true, hlsFlags: "[hls_time=2:hls_list_size=3:hls_flags=delete_segments]", dash: false, //...

left it running for some hours, heap kept increasing, each time I refresh, there is a new connection to the server and each of the connections is taking up a...

I am running on windows OS and I am getting this error when I am starting the script: ![image](https://user-images.githubusercontent.com/47656170/95946767-d8852b80-0e0a-11eb-88ea-e7e233e0f131.png) My code snippet is as follows: ![image](https://user-images.githubusercontent.com/47656170/95946886-1d10c700-0e0b-11eb-9a23-887d5b45787f.png) What am I doing...

when I use dynamic pull, it automaticlly use 127.0.0.1 with ffmpeg in output address, but in my computer, 127.0.0.1 does not work, only localhost works, may I please ask is...

Hello, I can use localhost in the output address in ffmpeg to push the stream, but I am not be able to use hostname(exmaple.com) and IP to push, I have...

你好 我用了nodeJS 里的包 node-media-server,可以用ffmpeg以localhost来推流,但是无法用ip或者hostname(example.com)来推流,我想请问如何实现hostname推流 官放文件说要 3.expiration time: 2017/8/23 11:25:21 ,The calculated expiration timestamp is 1503458721 4.The combination HashValue is: HashValue = md5("/live/stream-1503458721-nodemedia2017privatekey”) HashValue = 80c1d1ad2e0c2ab63eebb50eed64201a 5.Final request address rtmp://192.168.0.10/live/stream?sign=1503458721-80c1d1ad2e0c2ab63eebb50eed64201a The...

Deleting relay using api will stop the session but the stats of the relay will remain available. Not really sure how to remove it completely.

docker部署之后,保存流为mp4到挂载文件夹,提示用户权限不足。不保存到挂载文件夹,直接保存到容器根目录./record就可以。