223 questions
2
votes
1
answer
27
views
How to get exact resolution from Amazon Fire Stick and Android TV?
I am creating Amazon Fire Stick and Android TV App using Angular and capacitor. I have added below code to get the width and height. But it is returning 960 x 540 instead of 1920 x 1080.
this....
0
votes
1
answer
24
views
D Pad events not getting received in some android based devices like Fire TV
I took studio sample app and send D Pad events via command line or via remote, app would never receive those events.
Same thing would work for app installed from app store.
Had overriden
...
0
votes
0
answers
23
views
I am using hls player in Angular Web App and i am using same code in Amazon Fire Stick Web App. But code is not working properly on fire stick app
I am using below Angular Code.
if (Hls.isSupported()) {
if (this.hlsRef) this.hlsRef.detachMedia();
this.hlsRef = new Hls({ debug: false });
this.hlsRef.loadSource(...
0
votes
0
answers
58
views
How do I discover a Fire TV device with a custom player service using the service id?
I am probably missing something, but I cannot get device discovery to work for Fire TV devices with a custom player service. I initially was using the Fling SDK DeviceDiscovery API and couldn't get it ...
-1
votes
1
answer
252
views
Unable to import .xcframework in Swift project after adding to Xcode
I’m trying to add the Amazon Fling SDK .xcframework to my Swift project in Xcode, following the official setup guide. Despite completing all the steps, I still can’t import the framework into my Swift ...
-1
votes
1
answer
84
views
Older App Launcher Icon is showing on FireTV Stick for live app
My app is showing older App Launcher Icon on Home screen for FireTV Stick.
I have updated the new assets for the live app for FireTV and published again, but even after successful app submission App ...
1
vote
0
answers
41
views
How can I force a full screen video to rotate along with the screen?
I'm trying to rotate the screen of the user's device. So far, the code below works great on all devices I've tested except the Amazon Fire TV Stick. While the screen does rotate, any video playing in ...
0
votes
1
answer
482
views
Is it no longer possible to install certificates on FireTV?
After a couple of months I had to update my Charles certificate on my Amazon Fire TV (3rd gen, Fire OS 6.7.0.5) device to be able to proxy SSL traffic again.
The steps were taken from
https://...
0
votes
0
answers
66
views
"App Not Installed" msg on Fire TV Max 2 Gen
After developed fire tv app using android emulator, I installed on fire tv and google tv.
On google tv, it works fine.
But following msg is shown on fire tv.
"App Not Installed".
Please help ...
0
votes
0
answers
33
views
Reduced device support warning message
How do we fix the "Reduced device support warning message" when trying to publish the FireTV app?
Error message "Reduced device support warning message" How can we update the ...
0
votes
1
answer
221
views
My application Icon for Amazon fire tv is not fitted horizontally there is a gap from start and end of application launcher icon
This first application icon on amazon fire tv is not setting up properly
<application
android:name=".BaseAppClass"
android:allowBackup="true"
android:banner="@...
1
vote
0
answers
56
views
Fire TV HTML5 Video shows share icon
I'm using a WebView to show HTML5 Video inside an Android app.
On Amazon Fire TV Stick (Android 9, API28) every time the video starts, it shows a grey share icon on the top left:
This is the code:
&...
0
votes
0
answers
39
views
Exo Player: HLS is not Playing
Here is my HLS URL: https://30a-tv.com/feeds/mwaretv/30atv.m3u8.
Above HLS URL, I have tested in online stream tester but am unable to play.
Error Code: 50001
But above HLS video URL playing is ...
0
votes
0
answers
861
views
Deep Link to android TV
EDIT: I just noticed that there is a reference to https in one place and http in another. I actually have an intent for both, just pasted one to save space.
I'm trying to create an android app that is ...
2
votes
1
answer
513
views
How to Change Orienation of FireTV/FireStick for Digital Signage
I'm attempting to build a digital signage app, it is almost done. The thing I'm having trouble with right now is changing the orientation of the Activity.
So, when I call the requestedOrientation = ...