zydezu / ModernX

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
131 stars 5 forks source link

Showing Modernx OSC will clean network cache when stream Emby #32

Open gdm257 opened 2 months ago

gdm257 commented 2 months ago

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.

Playing Activate Moerdenx Log

Environment

OS: Windows 10 MPV: mpv.net Modernx: latest

modernx.conf:

dynamictitle=no
showdescription=no
showonpause=no

Reproduction

  1. Login Emby account
  2. 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
  3. Hover cursor to the top/buttom of window to activate Modernx OSC.
  4. 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.