-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switching bitrates disables audio? #1
Comments
I don't recall having this issue when I tested before. But with that being said, there are a lot of bugs in the current version of this code. It's entirely possible that the audio issue does exist. |
We've been investigating the issue and may have found a root for the problem: Does the HLS-AS handle a change in audio bitrates between different streams? i.e Stream 3 is 64k and stream 4 is 128k? Or are there any advised audio settings the HLS-AS can decode? |
That’s a good question. I actually do not have an answer for it. I did not write the code that parses the TS files, so I am not sure if the multiple audio bitrates are handled. The TS file parsing is from an older OSMF plugin that was abandoned on google code. From: Hugh Whitehouse [mailto:[email protected]] We've been investigating the issue and may have found a root for the problem: Does the HLS-AS handle a change in audio bitrates between different streams? i.e Stream 3 is 64k and stream 4 is 128k? Or are there any advised audio settings the HLS-AS can decode? — Notice: This transmission is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged or confidential. Any dissemination, distribution or copying of this transmission by anyone other than the intended recipient is strictly prohibited. If you have received this transmission in error, please notify the sender immediately by e-mail or telephone and delete the original transmission. Thank you. |
I've been testing this project on some sample media and have noticed the following:
When switching bit rates the audio drops out entirely.
I've qualified that the sample media has audio on all bit rates. Is this a known bug or is there a solution to this issue?
The text was updated successfully, but these errors were encountered: