Reputation: 1239
Is there an equivalent to the MediaCodecList that will work on Honeycomb/Google TV. Basically I need to be able to get a list of supported video/audio codecs that a particular device supports. This will then be used to determine whether I need to go transcode the file on the server and stream via HTTPS Live streaming, or if I can just send the file directly to the video player with out transcoding. I know that each device can support a different number of codecs and types, so something like MediaCodecList would seem to be needed.
Upvotes: 0
Views: 192
Reputation: 7132
The official list is at https://developers.google.com/tv/android/docs/gtv_media_formats - I don't think https is supported for HLS.
Upvotes: 1