Remote Play Fire Stick



When you develop your app for the Amazon Fire TV platform, you can support input from different kinds of controllers. These controllers include the Amazon Fire TV Remote and Voice Remote, the Amazon Fire TV Game Controller, or any other controllers that support the Bluetooth gamepad HID profile.

Use the motion and input events from the Remote Control Input and Game Controller Input to implement controller input for your app.

This page provides recommendations for common app functionality across different controllers. None of these guidelines are requirements for publishing an app for Amazon Fire TV, and you may design controller input in the best way that works for your app. We suggest you follow these guidelines to enable a consistent user experience across different controllers, apps, and games.

Xbox remote play fire stick
Note: With the exception of the Microphone button, the behavior of all Fire TV remote controls are identical. All of the guidelines in this document that refer to the Fire TV Remote also apply to the Fire TV Voice Remote.

In this video, I show you how Stream PC games from your gaming PC/LAptop to your Amazon Fire Stick, FIre TV, FIrer CUbe or any amazon fire enabled device usi.

  • 2 Pack for Fire Stick Remote Cover Case, for Fire Stick Remote 4K Case Compatible with 4K Firetv Stick, Remote Control Protection Silicone for Fire tv Remote Cover, Shockproof Firetv Remote Case. 4.1 out of 5 stars 27. Get it as soon as Wed, Apr 28. FREE Shipping on.
  • For Fire TV/Stick Updated Users:. Installed latest version to your phone and TV version to your streaming media player. Make sure the devices on the same Wi-Fi. For the mouse click, apps sideload and other premium function, the ADB debugging must be enabled on your streaming media players. The Help Center in the app will guide you.

Core Behavior

ActionAmazon Fire TV Remote ButtonAmazon Fire Game Controller ButtonOther Game Controller ButtonBehavior
HomeHomeHomeHome (if available)This is a system event and cannot be captured in your app. When pressed, the system returns the user to Home. A second Home press returns the user to Home.
Implement onPause() to preserve state in your app or game in case of an unanticipated Home. Implement onResume() to continue when the app resumes.
Audio apps may continue playing in the background by requesting the audio focus.
BackBackBackBReturn to the previous operation or screen (Activity), or cancel the current operation or prompt.
Capture this event to provide confirmation dialogs. For example, on the main screen of your app, capture Back to provide a 'Do you want to Quit' dialog.
MenuMenuMenuYInvoke the standard Android context menu (OptionsMenu).
Capture this event to provide your own menu, or for any other purpose. If your menu only has one option, you can use Menu as a toggle for that option.
In media apps, use Menu to show or hide the playback chrome.
SearchMicrophone (Voice Remote only)N/AN/AThis is a system event and cannot be captured in your app. When pressed, voice search is invoked.
Implement onPause() to preserve state in your app or game when voice search launches, and onResume() to continue after it is complete.
In audio apps, pause playback or lower the volume when voice search is active.
In video apps, mute the audio or pause playback when voice search is active.

Navigation and Selection

The following table describes the recommended behavior for user interface navigation and selection. For items that show multiple buttons, provide support for both those buttons.

ActionAmazon Fire TV Remote ButtonAmazon Fire Game Controller ButtonOther Game Controller ButtonBehavior
Select/Main ActionD-Pad CenterAASelect the item in focus, confirm menu options or prompts, or perform the main game action.
Cancel/BackBackBack
B
BCancel the current operation, or return to the previous screen.
Intercept this action to provide confirmation dialogs ('Are you sure you want to quit?')
Up
Down
Left
Right
D-PadD-Pad
Left Stick
D-Pad
Left Stick
Move the input focus in the appropriate direction.
On the Amazon Fire Game Controller and other game controllers, the left stick should have the same behavior as the D-Pad.

Steam Remote Play Fire Stick

Media Playback

The following table describes the recommended behavior for media playback. Note the following:

Fire stick remote play button not working
  • If your app does not play media or use the analog sticks or shoulder buttons (L1/R1), do not capture the events for those buttons. Doing so may interfere with the system's ability to control media playing in the background.
  • If your app uses a framework such as Unity, you can ignore this recommendation, since the ability to pass key events through to the system is not supported in those frameworks.
ActionAmazon Fire TV Remote ButtonAmazon Fire Game Controller ButtonAmazon Fire Game Controller (1st Generation) ButtonOther Game Controller ButtonBehavior
Play/PausePlay/PauseA
Left/Right Stick Press
Play/PauseAToggle media play or pause.
RewindRewind
Left (D-Pad)
Left Shoulder (L1)
Left Shoulder (L1)Rewind
Left (D-Pad)
Left Shoulder (L1)
Left (D-Pad)
Left Shoulder (L1)
Rewind or skip backwards in media playback contexts. The exact behavior is dependent on the specific media: you can use this button to scrub video, to skip to the previous music track, or move to the previous photo in a slide show.
Fast ForwardFF
Right (D-Pad)
Right Shoulder (R1)
Right Shoulder (R1)FF
Right (D-Pad)
Right Shoulder (R1)
Right (D-Pad)
Right Shoulder (R1)
Fast-forward in media playback contexts. The exact behavior is dependent on the specific media: you can use this button to scrub video, to skip to the next music track, or move to the next photo in a sideshow.

Volume Control

You can stream audio to the headphone jack on the Amazon Fire TV Game Controller. Volume control for audio playback is available with the left and right trigger buttons (L2/R2). Volume control is a system function and cannot be mapped to other buttons in your app.

Lost Remote For Fire Stick

Stick

Note the following:

  • If your app or game does not use these buttons, do not capture those input events. Doing so may interfere with the user's ability to control the volume.
ActionAmazon Fire Game Controller Button
Volume UpLeft Trigger (L2)
Volume DownRight Trigger (R2)

Gameplay

Although gameplay user interfaces are highly individual, the following table describes basic recommendations.

ActionAmazon Fire TV Remote ButtonAmazon Fire Game Controller ButtonOther Game Controller Button
Primary Gameplay ActionD-Pad CenterAA
Secondary Gameplay Actionno recommendationBB

Using The Fire Stick Remote

Last updated: Oct 29, 2020





Comments are closed.