-
Notifications
You must be signed in to change notification settings - Fork 221
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
有办法自动判断是否有声音不? #10
Comments
是不是给 mediaSource 指定了 |
|
实际应用的时候,我也不知道设备是否带了声音留,有的不带,有的带,如果没带,初始化player的时候没匹配,就播放不了
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年6月19日(周六) 上午8:46
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [xqq/mpegts.js] 有办法自动判断是否有声音不? (#10)
onMetaData 里面是有 hasAudio / hasVideo 指定的,确保其准确符合实际情况即可
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
确保 onMetaData 里面的 hasAudio / hasVideo 是准确的,客户端不指定则一般没有问题 |
能否自动播放是浏览器的限制 |
macos safari,带音频的自动播放就正常,不带音频的就需要手工点击开始才能播放。 |
临时测试地址: |
目前这个我改成了,视频和声音分开推流,解决了这个问题,但会导致不同步。 |
大佬,hasAudio能自动不?有的设备指定有声音,实际推送的时候,可能又没声音上来,这样就导致播放器播放不了视频。
很头疼的问题。希望大佬,能解决下这个千年问题,以前flv.js 也是需要指定。
The text was updated successfully, but these errors were encountered: