2014-11-17, 09:02
@leopard
I found a workaround that helped to reduce the lag to less than a second.
As I mentioned in my previous post, it was taking xbmc 3 seconds to render the stream and fast forwarding through the buffer helped me catch up the live stream.
So I changed the default.py and invoked xbmc.Player.seekTime with a 4 seconds value ( any value larger than the delay you are seeing on your machine)
70a71
> self.player.seekTime(4)
Let me know if this worked for you
I found a workaround that helped to reduce the lag to less than a second.
As I mentioned in my previous post, it was taking xbmc 3 seconds to render the stream and fast forwarding through the buffer helped me catch up the live stream.
So I changed the default.py and invoked xbmc.Player.seekTime with a 4 seconds value ( any value larger than the delay you are seeing on your machine)
70a71
> self.player.seekTime(4)
Let me know if this worked for you