Suggish Response to Remote Control Commands #253
-
|
Slinger is up and running. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
If your slingbox is in the same location that you are streaming from the fastest way to speed up the remote commands is by using a cheap IR repeater and a spare remote control. The latency from encoding and sending remote commands even using slings own software was a bit tedious at best unfortunately. |
Beta Was this translation helpful? Give feedback.
-
|
The issue isn't the slinger software. If you watch the source and not the stream you'll see the IR commands are quite responsive. The delay from the time you press the button to the time the slingbox gets the message is worst case 500 milliseconds.The issue is how much buffering your media client is doing. Out of the box VLC adds at least 4 seconds to the latency. So you need to work on your media players' configuration. I've been using ffPlayer with minimal buffering and it's usable. |
Beta Was this translation helpful? Give feedback.
-
A bit late reply (I have just resurrected my SlingBox and set up slinger), but posting it anyway, in hope it might help if someone searches the answers: I am using this command (thanks to mpv-player/mpv#4213) on Linux and the improvement is enormous, almost like an original v2 SlingPlayer with UDP (which I suspect flushes the buffer when you start using the virtual remote): (it still remains a PITA to use the remote extensively, e.g. to organize a huge channel list or something - but at least it is usable) |
Beta Was this translation helpful? Give feedback.
The issue isn't the slinger software. If you watch the source and not the stream you'll see the IR commands are quite responsive. The delay from the time you press the button to the time the slingbox gets the message is worst case 500 milliseconds.The issue is how much buffering your media client is doing. Out of the box VLC adds at least 4 seconds to the latency. So you need to work on your media players' configuration. I've been using ffPlayer with minimal buffering and it's usable.
Andy: Buying a cheap IR repeater will not solve the latency introduced by the buffering in the MediaPlayer.