-
Notifications
You must be signed in to change notification settings - Fork 470
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
能否增加动态拉取H264/H265 RTSP流! #35
Comments
目前只支持RTMP pull回源,不支持RTSP pull回源,会尽快添加支持。 OnStreamNotFound:目前有on_sub_start,里面有当前是否存在输入流的标志,供业务方判断。 |
OnStreamNoneReader可以, 一般默认的也是关闭! OnPlay token是对httpflv用户端的签权, 不是rtsp拉流时的签权 |
嗯,目前httpflv sub(播放者)的url参数会通过HTTP Notify回调给业务方。 |
好的, 期待您的好消息! |
关闭指定sub的HTTP API已经支持了。 |
HTTP-API控制的relay pull回源拉流功能已支持rtsp协议,可以试试,文档见: |
能否增加在访问httpflv流时, 当对应流不存在时能动态去拉取H264/H265 RTSP流! 拉取成功后让刚刚请求的httpflv流能播放;
然后增加hook接口: OnStreamNotFound --当请求httpflv流不存在时触发, 然后让客户去拉流; OnPlay--给客户机会检查token; OnStreamNoneReader--当没有读者时,给客户自己决定是否关闭刚刚拉取的RTSP流. 多谢!
The text was updated successfully, but these errors were encountered: