You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to play a online file, This is a video & audio record file. The SimpleExoPlayer is normal, I can see the video, but silence.
I found the reason,maybe ts contianer have a opus codec for audio. It is not normal ts file audio codec. TsExtractor skip the audio pid who 257,so i want to develop a OpusReader for decode opus frame, let the TsExtractor support opus audio format.
How can I do for this,Thanks.
The text was updated successfully, but these errors were encountered:
The answer we gave there remains the same, so I'll copy-paste it too for convenience :)
Creating a new TS ElementaryStreamReader for Opus seems right. I am afraid I cannot help more because we don’t have the resources to debug and correct user’s code. We can answer precise questions, but this is too vague.
When you get your code to work, feel free to submit a pull request if you want the new reader to be integrated to ExoPlayer.
I want to play a online file, This is a video & audio record file. The SimpleExoPlayer is normal, I can see the video, but silence.
I found the reason,maybe ts contianer have a opus codec for audio. It is not normal ts file audio codec. TsExtractor skip the audio pid who 257,so i want to develop a OpusReader for decode opus frame, let the TsExtractor support opus audio format.
How can I do for this,Thanks.
The text was updated successfully, but these errors were encountered: