bennettpeter / android-MythTV-Leanfront

:tv: MythTV Android TV frontend
GNU General Public License v3.0
45 stars 9 forks source link

no video on pixel 7 with android 14 #73

Closed tonyguadagno closed 9 months ago

tonyguadagno commented 9 months ago

hi, I just got around to trying this on my pixel 7 andriod 14. the menu's look fine and when i play a recording, the sound is fine as well, however, i just get a black screen, no video....

am i doing something wrong? thanks

bennettpeter commented 9 months ago

Some phones do not support MPEG2 decoding. If you play a H264 or H265 recording it will work.

tonyguadagno commented 9 months ago

ok, got it, is there anything you can install to make the phone decode mpeg2? a software package etc?

thanks anyway!

bennettpeter commented 9 months ago

There is something i n the works in Exoplayer called ExperimentalFfmpegVideoRenderer which may support it. It only exists in the development branch at the moment, whereas I use the release branch.

tonyguadagno commented 9 months ago

ok, good to know.

thanks again

bennettpeter commented 9 months ago

ExperimentalFfmpegVideoRenderer was last worked on 2 years ago, so I don't hold out much hope. The code is just a skeleton of what is needed.