Joey Parrish
Joey Parrish
The container is audio/mp4, codec mp4a.40.2. According to the [support test page](https://shaka-player-demo.appspot.com/support.html), this combination is supported by the device. There's no obvious reason for this not to work. Without a...
I do get audio playback on other content.
Debug logs show that audio has been selected and is being fed to the device. There's nothing obvious that the player is doing wrong in this case. I'm not sure...
Not yet. Something is going wrong inside the black box that is the Tizen media stack. The only approach we have so far is to figure out how your content...
Here are the ffmpeg and Shaka Packager settings we use in our live stream. First, we create an AAC audio loop and pipe it to UDP. ```sh ffmpeg \ -re...
@TobbeEdgeware, thank you for your assistance and your analysis. Can you please clarify one point for me? If there is an overflow issue, do you believe that it is in...
Playing with `baseMediaDecodeTime` is outside of Shaka's scope IMO, but I will try a hacky proof-of-concept to adjust `timestampOffset`. If that works, we might be able to clean it up...
@avelad, looking again at the timestamps, these are about 9 years away from reaching 2**53, which will be more than the integer accuracy of JavaScript's Number type and will cause...
I tried making changes in the DASH parser that would adjust timestamps artificially to work around Tizen's bug, but I was unsuccessful. Those changes in the DASH parser (effectively lying...
It's possible that the request key system config is truly unavailable. It could be the wrong configuration, or it could be that something is wrong or missing on your system....