I wrote a simple proof of concept app using exoplayer to stream video from an external server. It works perfect when running on true Android tablet or Android smartphone.
But when installed on an Amazon Fire TV this application launches correctly but at the time to play video I get only the player skin no video is displayed.
Is this technically not possible or do I forget something important?
My environment:
B4A 11.20
SDK 30
Java 11
Video are H264 (.m4v)
Fire OS is the operating system that runs Amazon's Fire TV and tablets. Fire OS is a fork of Android, so if your app runs on Android, it will most likely run on Amazon's Fire de...
Any media player that uses the Android's media playback and encryption APIs (such as the MediaCodec, MediaCrypto, and AudioTrack classes) will work on the Amazon Fire TV platfor...
That's what I also think MichalK73, but this doesn't fix my issues.
For information I tried VLC and BubbleUPNP on my fire TV stick and both are working well with H264 and mp4 uncompressed videos.
But as you can imagine the TVset is a lot used by my family so I've to find a time slot to test again my B4A app ..
Thanks to both of you, I'll let you know !
hello,
At the designer level the SimpleExoPlayerView was define inside a panel. I defined it diretcly under activity.
I don't know why but Finally this made it working.
Thanks again for your help !