ErJeetChaudhary / android-vlc-remote

Automatically exported from code.google.com/p/android-vlc-remote
0 stars 0 forks source link

Allow Bluetooth media control passthrough #218

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a feature enhancement request. Specifically requesting this because I 
have a pebble watch that allows for media button passthrough from the watch to 
phone. It seems plausible that by extension this should allow for controlling 
VLC on the computer through android-vlc-remote controlled by the watch. I do 
not know for certain the function by which pebble passes 
play/pause/next/previous onto the application, but I would guess that it is 
done with the Media Button Event system:

http://stackoverflow.com/questions/8072663/bluetooth-audio-controls-in-android
http://android-developers.blogspot.com/2010/06/allowing-applications-to-play-nic
er.html

Original issue reported on code.google.com by peter.ol...@gmail.com on 18 Jan 2014 at 8:08