I would like to report two issues with RMPlayer.
First, and this is somewhat minor, it takes about 7sec between the start of a video on the desktop and the moment when VLC Remote on Android starts displaying the progress of the movie (and the remote becomes functional, generally). To reformulate, the script seems to wait 7sec before starting to listen to the 8080 port. Is this intended?
Second, and this is more problematic, closing the MPlayer window doesn't close down the script. What happens is that the ruby script keeps displaying request status messages, and moreover keeps listening to the 8080 port. To close down the script one needs to 'ctrl+c' in the console, which may or may not be available depending on how the programme was started. Could the script detect when MPlayer shuts down and exit gracefully including shutting down the port listening activity?
I would like to report two issues with RMPlayer.
First, and this is somewhat minor, it takes about 7sec between the start of a video on the desktop and the moment when VLC Remote on Android starts displaying the progress of the movie (and the remote becomes functional, generally). To reformulate, the script seems to wait 7sec before starting to listen to the 8080 port. Is this intended?
Second, and this is more problematic, closing the MPlayer window doesn't close down the script. What happens is that the ruby script keeps displaying request status messages, and moreover keeps listening to the 8080 port. To close down the script one needs to 'ctrl+c' in the console, which may or may not be available depending on how the programme was started. Could the script detect when MPlayer shuts down and exit gracefully including shutting down the port listening activity?