xerpi / vita-udcd-uvc

PSVita UDCD USB Video Class plugin
461 stars 23 forks source link

Most performant, lag-free invocation of mpv on windows? #66

Open IngwiePhoenix opened 3 years ago

IngwiePhoenix commented 3 years ago

I am currently testing out what player I can use to just display the Vita's screen, and I like the aspect of just having a batch file that will bring up the vita's screen for when I need it. Like a RemoteJoy Lite...lite.

But since I am new to MPV, do you happen to know the most promising invocation for the least amount of lag?

Currently, I use this rather blunt invocation: mpv av://dshow:video="PSVita"

Kind regards, Ingwie

xerpi commented 3 years ago

On Windows I think PotPlayer can be configured to not do buffering, other than that:

(I think the parameters changed on the latest versions of mpv/mplayer. You can also try with VLC and disable buffering.)

Emiougus commented 3 years ago

I use

On linux, dunno if it'll work on windows mpv version 9.1

IngwiePhoenix commented 3 years ago

Thanks! I'll give this a shot and see how well it works on Windows. :)