-
Notifications
You must be signed in to change notification settings - Fork 304
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
goldplay播放相机(H.265)视频 #70
Comments
你是怎么用的?视频封装格式是什么?
…------------------ 原始邮件 ------------------
发件人: zhujiarun ***@***.***>
发送时间: 2021年9月1日 13:26
收件人: goldvideo/h265player ***@***.***>
抄送: Subscribed ***@***.***>
主题: 回复:[goldvideo/h265player] goldplay播放相机(H.265)视频 (#70)
相机视频格式调成了H.265,并且将rtsp转成http(没有啥编解码只是换了一下头)。然后就放不出视频,想请教一下是需要什么其他设置吗
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
这是自己创建的rtmp的name |
现在的实现有问题 不支持动态生成的hls协议的 .m3u8 如下面的命令:
那么 out.m3u8 就是
这个m3u8 每3个新的ts 文件生成 就会变一下内容, 靠EXT-X-MEDIA-SEQUENCE 找到第一个, 播放完 就再加载一次m3u8. 没有 #EXT-X-ENDLIST 结束, 因为是实时直播流 不会结束 |
可以看看hls.js 对 播放列表的处理, 视频内容应该是正常播放的 |
相机视频格式调成了H.265,并且将rtsp转成http(没有啥编解码只是换了一下头)。然后就放不出视频,想请教一下是需要什么其他设置吗
The text was updated successfully, but these errors were encountered: