Michael Katz

Results 95 comments of Michael Katz

@vegedb > > dvhe.07.06 or dvhe.05.09 isn't the issue here. The issue is to totally skip Dolby Vision **entirely** regardless of profiles as most TVs or android player do not...

@vegedb In this case, can please open up a new Github issue. Please provide complete information as requested in the issue template. The issue template can be found [here](https://github.com/google/ExoPlayer/issues/new?assignees=&labels=bug%2Cneeds+triage&template=bug.yml). If...

@sobbe81 Thank you for posting your question! Yes, 1.3.0 provided support for DASH thumbnails. If you provide an ImageOutput class then you should get callbacks to onImageAvailable during playback. It...

@sobbe81 Great! Then the TrackSelectionParameters#isPrioritizeImageOverVideoEnabled API should work for you. Would you be able to elaborate on the expected callbacks or functionality you are expecting? I'm not sure how that...

Would it work for your application if you were to use two Players? One for the video playback and then one for scrubbing?

Actually I would say it would be the preferred solution. If you had a single player playing both the video, audio for the main streaming and also the scrubbing thumbnails...

Great! Hope that works for you. I'm going to close this issue. Please reopen or file a new post if you have any additional problems or questions.

Hello @myvideotom, Thank you for reporting your issue. We will need the bug report for this issue so if you can please send the full report to [[email protected]](mailto:[email protected]) then that...

@draskori It seems that your camera is providing a malformed SDP description for its stream. Its supplying an "i" attribute which is a "session description" without a value. The SDP...

@draskori I pushed a fix, commit https://github.com/androidx/media/commit/52c1d60d39f690b7f3231095fb193510c93fd1ec, to the androidx/media main branch that should address your issue. It will allow an session information attribute with an empty value. Hopefully that...