My fork of modernX (a replacement for MPV that retains the functionality of the default OSC), adding additional features - see builds at: https://github.com/zydezu/mpvconfig
138
stars
5
forks
source link
Showing Modernx OSC will clean network cache when stream Emby #32
When MPV streams video from Emby server, everytime activating Modernx OSC will clear network cache. That stops playing and I have to wait to download stream again.
The problem does not occur in cyl0/ModernX upstream.
Play emby video with MPV. This is implemented by kjtsune/embyToLocalPlayer or Emby Threater, which just calls mpv command line with option of emby video URL
Hover cursor to the top/buttom of window to activate Modernx OSC.
Through 3rd tab of video stats (script-binding stats/display-stats-toggle), we can see the cache will be clean immediately.
Fix
I try to disable some features like video description and dynamic title, but the problem still exist.
Problem
When MPV streams video from Emby server, everytime activating Modernx OSC will clear network cache. That stops playing and I have to wait to download stream again.
Environment
OS: Windows 10 MPV: mpv.net Modernx: latest
modernx.conf
:Reproduction
script-binding stats/display-stats-toggle
), we can see the cache will be clean immediately.Fix
I try to disable some features like video description and dynamic title, but the problem still exist.