I’m new to Plex development and not sure if this is the right place for this topic.
I’m currently working on a an application that Launches a title on the RasPlex and then remote controls it with a set of transports. The problem I am having is that I can seem to get the mp4 to launch from the remote application. I’m using the HTTP API/Control interface and trying to use the playFile application.
Here is what my http looks like:
http://PlexServerIP:32400/system/players/RasPlexIP/application/playFile?path=http://RasPlexIP:32400/library/parts/3/file.mp4
I built out the http get based on the HTTP API/Control documentation but I’m still not sure if this is right. Just trying to figure out if this is a format issue or a RasPlex issue.
If I start he media from the RasPlex I am able to execute the navigation and playback commands:
http://PlexServerIP:32400/system/players/RasPlexIP/navigation/back http://PlexServerIP:32400/system/players/RasPlexIP/navigation/select http://PlexServerIP:32400/system/players/RasPlexIP/playback/play http://PlexServerIP:32400/system/players/RasPlexIP/navigation/moveLeft http://PlexServerIP:32400/system/players/RasPlexIP/navigation/moveUp http://PlexServerIP:32400/system/players/RasPlexIP/navigation/moveRight http://PlexServerIP:32400/system/players/RasPlexIP/navigation/moveDown http://PlexServerIP:32400/system/players/RasPlexIP/navigation/contextMenu http://PlexServerIP:32400/system/players/RasPlexIP/playback/bigStepForward
Any help is greatly appreciated.
tommygr