-
Notifications
You must be signed in to change notification settings - Fork 103
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
通过SyncTV创建直播时的推流问题 #285
Comments
obs输出设置中不要使用nvidia、h265相关的编码,试试h264。音频也需要使用aac |
可能是b站的ai字幕 |
你尝试下在synctv demo站点推流能不能播放 |
目前排查了很多问题,但还是没找到站点的设置会是哪里出问题了,请问您有什么建议吗?运维新手,能力不足,深感遗憾💦 |
你看下obs推流是正常的吗,obs右下角有实时码率 |
推流是正常的,之前试过potplayer和demo站点不是都能播吗 码率大概是2675kb/s左右波动 |
浏览器f12看下报错 |
不是默认m3u8吗?m3u8和flv都没法播放? |
是的,都无法播放……我服务器的rtmp的推流一切正常,但在我自己的网站上就根本无法播放 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如图所示。是用docker反向代理装的,网页中RTMP的相关设置都已完成,“允许代理到本机地址”的选项也已打开,通过srs成功实现了推流,但推流的网址能被其他的方式播放(如图中右侧的potplayer),却不能被网站播放,一直显示加载中。
在该项目的issue中找到过类似的问题,但该issue中推流的问题被提出者自己解决了,只说是编码问题,但我这边却无法通过更改编码的方式解决。若能解答,实属万幸!
The text was updated successfully, but these errors were encountered: