Player API Remote
Player API
API for remote control
We have developed a Remote contol app for XCIPTV Player. We are using a http web server in the app with custom TCP port 54321. Web server listen API calls from remote contorl app OTR Remote.
There is an option to trun of remote contorl service.
We have also opened all APIs.
Find bellow all APIs. 192.168.1.190 is test player's IP address.
Back button
http://192.168.1.190:54321?comm=back
OK or Enter Button
http://192.168.1.190:54321?comm=center
Right Arrow
http://192.168.1.190:54321?comm=right
Left Arrow
http://192.168.1.190:54321?comm=left
Up Arrow
http://192.168.1.190:54321?comm=up
Down Arrow
http://192.168.1.190:54321?comm=down
Playback Stop
http://192.168.1.190:54321?comm=stop
Playback Pause
http://192.168.1.190:54321?comm=pause
Play
http://192.168.1.190:54321?comm=play
Playback Forward 30 sec
http://192.168.1.190:54321?comm=forward
Playback Rewind 30 sec
http://192.168.1.190:54321?comm=rewind
Volume Down
http://192.168.1.190:54321?comm=volumedown
Volume Up
http://192.168.1.190:54321?comm=volumeup
Volume Mute
http://192.168.1.190:54321?comm=mute
Playback Fast Forward (to stop use Play button)
http://192.168.1.190:54321?comm=fastforward
Playback Fast Rewind (to stop use Play button)
http://192.168.1.190:54321?comm=fastrewind
Send Text to Any Text Field
Always use prefix editext-. To send ABC to EditText field send edittext-ABC
http://192.168.1.190:54321?comm=edittext-ABC