ivyminyang
ivyminyang
When I use ffmpeg to push stream, I found out '127.0.0.1' and 'localhost' can connect the rtmp tcp server, but when I use the domain(example.com) of my computer, it was...
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...