nginx-rtmp-win32
nginx-rtmp-win32 copied to clipboard
Nginx-rtmp-module Windows builds.
I installed nginx-rtmp-win32 on my windows PC in order to broadcast with OBS to multiplatforms. I edited the config file, and inserted a line with my rtmp youtube settings and...
hello can you enable option for change localhost option? for ip or host please. thanks!
你好大神,刚开始接触rtmp,因为业务需要,需要搭建服务器配合OBS在局域网中使用,但是推流中碰到了下边这个提示: --------------------------- 连接失败 --------------------------- 无法访问指定的通道或流密钥. 这可能是因为 密钥/通道 是无效的, 或者服务器认为你已经登录了. --------------------------- 确定 --------------------------- 使用测试地址 rtmp://127.0.0.1/live/test 进行测试没有问题, 但是使用OBS 0.13.4进行推流时候会有如上提示,找不到哪里有问题,希望大神解答下,非常非常感谢
配置过几次,都失败了,谢谢
mp4流
您好,请问使用该流媒体rtmp推流,直播录像能直接产生mp4编码的视频吗?默认flv,转码耗时和资源占用又很高。
Hello, Can you add [flavioribeiro/nginx-audio-track-for-hls-module](https://github.com/flavioribeiro/nginx-audio-track-for-hls-module) to your build?
record all manual; #手动控制录制启停 开始 http://localhost:8080/control/record/start?app=myapp&name=mystream&rec=rec1 结束 http://localhost:8080/control/record/stop?app=myapp&name=mystream&rec=rec1 这个两个页面start,stop没有。还是这是命令。
您好,我是下载你发布的版本,然后直接开启服务 没有改任何配置,推流不掉帧,拉流掉帧
Please update nginx to latest version 1.13.8
application teacher { live on; allow play 127.0.0.1; deny play all; live_auth on; #鉴权开关 live_auth_secret nodemedia2017privatekey; #鉴权KEY push rtmp://localhost/teacherplay/; } application teacherplay { live on; live_auth on; #鉴权开关 live_auth_secret nodemedia2017privatekey;...