Archive:Official Kodi Remote Android/FAQ: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__TOC__
{{outdated| {{bigger|The older Android remote app has been replaced by [[Kore]].}} }}
{|
{{FAQ|1=Remote_problems
| BGcolor=
| Question= Library works, but remote control does not work
| Answer=
*In 90% of all cases, you forgot to enable EventServer in XBMC. Additionally, you need to allow access from other computers - Yes, that's two options to enable (Under ''Settings'' -> ''Network'').
*If the settings above are correct, then maybe the firewall where XBMC is running on is blocking it. On Windows, disable it to check. On Linux, type <pre>netstat --all | grep 9777</pre> while XBMC is running to see if EventServer is accepting connections. If you need to explicitly open the port in your firewall, it's 9777 UDP.
*If you're port-forwarding packets to your XBMC box in order to access it via mobile internet, make sure you forward UDP port 9777 as well (see next question).
}}
 
{{FAQ|1=3G
| BGcolor= WhiteSmoke
| Question= Can I use the remote with my 3G mobile internet?
| Answer=
*In order to do that, you probably first need to subscribe to a [[w:dynamic dns|dynamic dns]] provider in order to map your IP address to a unique domain name that stays the same. Then you need to configure your router so it forwards UDP port 9777 and TCP port 8080 (depending on your settings) to the machine XBMC is running on.
*'''We strongly advise against this!''' For starters, it opens a door to everyone outside your LAN to your media collection. The basic HTTP Authentication won't protect you against a more sophisticated attack. Then there's the bandwidth. XBMC Remote downloads all artwork locally for caching purpose. Depending on your provider's data plan, this is going to be '''really expensive''' (and slow). So make at least sure you downloaded all covers via WiFi before you go outside.
}}
 
{{FAQ|1=volume
| BGcolor=
| Question= Changing the volume
| Answer=
*Use the hardware volume button of your phone while running XBMC Remote.
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
{{FAQ|1=ANCHOR|2=ANCHOR|3=ANCHOR (etc)
| BGcolor=
| Question=
| Answer=
}}
 
|}
 
[[Category:FAQ]]

Latest revision as of 19:58, 21 March 2015

Time.png THIS PAGE IS OUTDATED:

The older Android remote app has been replaced by Kore.