mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8.12k stars 642 forks source link

vo=drm? #689

Open 9acca9 opened 7 years ago

9acca9 commented 7 years ago

Hi. I want use that option. In mps-youtube is possible? how?

https://github.com/mpv-player/mpv/blob/master/DOCS/man/vo.rst

thanks to all.

ids1024 commented 7 years ago

With set playerargs <arguments> you can pass arbitrary arguments to mpv.

9acca9 commented 7 years ago

Thanks but its no working.. i tray with -vo fbdev and not working too... Some help with this?

tommysolsen commented 6 years ago

Hi! What operating system and mpsyt version do you run? Try running mpsyt --version to see relevant version information.

on linux, there is a mpsyt log file located in the /tmp folder. If you run mpsyt with the --debug argument, then try to view a video like normal. You should be able to see the arguments passed to your media player in that log file. Can you confirm your arguments as set in set playerargs are not passed to the media player?

If the arguments are passed(which they should be, since we havent touched that code in a long time), the issue is with your media player.