OpenSageTV / sagetv-miniclient

SageTV MiniClient for Android TV (and phone/tablet)
http://forums.sagetv.com/forums/showthread.php?t=62439
Apache License 2.0
19 stars 14 forks source link

Remove AVI as a supported container in the ExoPlayer properties #99

Closed jvl711 closed 2 years ago

jvl711 commented 3 years ago

The Client is improperly telling SageTV server that it supports the AVI container. This cause SageTV to send the file un-transcoded to the Client, and the client is unable to handle the file type.

A review of the other container types should be done to make sure there are not additional container types. I would also like to see if there is a way to Interrogate ExoPlayer to determine container support.