-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[接口] /api/ctrl/start_pull 如何使用? #112
Comments
做了以下嘗試
|
已用過以下測試源
詳見以下 2. --> 從程式開始到進入 panic lalserver 程式死亡
|
感谢反馈,对您的三次留言依次回复:
该测试中的
感谢。 |
3.2中的panic的问题我已经修复,你可以继续测试了。(panic的原因是源流的rtmp协议不太标准) |
|
還有以下兩個問題想請問您。是否要開新討論串?
感謝 |
|
HTTP-API控制的relay pull回源拉流功能已支持rtsp协议,可以试试,文档见: |
这个功能已经完成,issue先关闭了,有需要请重新打开或创建新的issue,感谢。 |
頻道地址:佛教2,rtmp://hk2.hwadzan.com/liveedge/amtb
測試播放:ffplay rtmp://hk2.hwadzan.com/liveedge/amtb
curl -H "Content-Type:application/json" -X POST -d '{"protocol": "rtmp", "addr":"hk2.hwadzan.com", "app_name":"liveedge", "stream_name":"amtb"}' http://127.0.0.1:8083/api/ctrl/start_pull
錯誤訊息:
lalserver.go
lalserver.conf.json
"relay_pull": {
"enable": false,
"addr": ""
},
可以給個範例或是說明以上兩個怎麼使用嗎?
不太懂這邊的流程和指令應該怎麼下。謝謝
我的理解是 1. 指令要拉取遠端流,卻去判斷 group 是否存在? 這不是很奇怪嗎
The text was updated successfully, but these errors were encountered: