mpvnet-player / mpv.net

🎞 mpv.net is a media player for Windows with a modern GUI.
GNU General Public License v2.0
3.36k stars 161 forks source link

USB HDMI VIDEO CAPTURE SUPPORT #689

Open ThaRealJozef opened 2 months ago

ThaRealJozef commented 2 months ago

does mpv.net support the option to stream the video coming from a video capture (usb hdmi) device just like obs? i am capturing the video from my console using this little device (hdmi to usb) that inputs the video from the console (hdmi) and outputs it in my laptop (usb). if it possible already please let me know , if not then why not implement it?

CatKasha commented 1 month ago

Do you need view or record? Both can be done via obs, obs have option to view source in separate window (it can be switched to full screen)

To view via mpv/mpv.net on windows (reference: https://www.reddit.com/r/mpv/comments/nc7uxc/comment/gy4e244/) Find capture card sources via ffmpeg ffmpeg -list_devices true -f dshow -i dummy Run mpvnet av://dshow:video="capture card video":audio="capture card audio" --profile=low-latency --untimed