mpc-hc icon indicating copy to clipboard operation
mpc-hc copied to clipboard

ToDo: forward UA/referrer from yt-dlp output to LAV Splitter

Open clsid2 opened this issue 1 year ago • 0 comments

LAV Splitter Source has new interface to open URL with these parameters: https://github.com/Nevcairiel/LAVFilters/blob/master/include/IURLSourceFilterLAV.h

  • Check if yt-dlp output contains UA or referrer data
  • Add function to graph builder to set that data
  • Check if LAV supports the interface (could also be done based on version)
  • Call the new LoadURL function instead of using generic instance of the source filter (if UA/referrer non-empty)

clsid2 avatar Jun 06 '24 11:06 clsid2