kiall / android-tvheadend

Android + TV Headend + TV Input Framework
Apache License 2.0
191 stars 61 forks source link

No video output on SD channels. HD channels work fine #257

Open da-anda opened 5 years ago

da-anda commented 5 years ago

While the app is working fine on my SHIELD, I have an issue on my new Philips Android TV running Nougat. I can watch all my HD channels just fine, but when I tune to a SD channel I only get audio, but no video. Please let me know if you want me to test anything and which logs you need (not sure I can get a logcat from it)

AlEilers commented 4 years ago

I've got the same problem since the Nvidia Shield TV was updated to Android 9. HD channels are working fine while SD channels don't give any output neither video nor sound.

Have you found any solution?

da-anda commented 4 years ago

unfortunately not

fotiDim commented 4 years ago

Same problem here with Philips TV. HD works, SD not. On my Shield TV both HD and SD worked with the latest update.

dr88dr88 commented 4 years ago

I have the same issue on my new Phillips TV

rsiebert commented 4 years ago

Users report the same issue for the TVHClient app. SD channels use usually mpeg2 as a video format. The exoplayer library which is used for the player does not support this. The server needs to transcode the mpeg2 format to something different first. Then it should work.