sun95n

Results 18 comments of sun95n

I recommend [Streamlink](https://github.com/streamlink/streamlink) and [Streamlink Twitch GUI](https://github.com/streamlink/streamlink-twitch-gui) as an alternative on Linux. I hope the developers come back to the project. Thank you for being part of the GNOME circle.

[We fixed this issue](https://github.com/trizen/pipe-viewer/issues/153#issuecomment-1367018069) in the [pipe-viewer](https://github.com/trizen/pipe-viewer) repository (a fork that parses the YouTube website directly, it does not require a YouTube API key).

> (if you try something like `ffmpeg -offset 10M -end_offset 20M -i 'https://rr1---sn-uxaxpu5ap5-u5ge.googlevideo.com/videoplayback...` the download isn't throttled) Is it possible to pass these options to mpv's libavformat demuxer using [--demuxer-lavf-o=](https://mpv.io/manual/stable/#options-demuxer-lavf-o)?

If anyone is interested, you can also reduce the [scale factor of the OSC](https://mpv.io/manual/stable/#on-screen-controller-scaleforcedwindow) in forced window mode.

> the `--force-window` will simply show a green "video". Are you sure? [force window](https://mpv.io/manual/stable/#options-force-window) works fine for me. ![2022-12-11_16-52](https://user-images.githubusercontent.com/120290802/206933886-ac701736-c987-4270-8c3a-bb1481633fff.png) Maybe it's your [video output driver](https://mpv.io/manual/stable/#video-output-drivers) settings.

To get mpv to start in a workspace check the [geometry](https://mpv.io/manual/stable/#options-geometry) option. And to use the same window and not create another check the [umpv](https://github.com/mpv-player/mpv/blob/master/TOOLS/umpv) script.

Yes that's because [umpv](https://github.com/mpv-player/mpv/blob/master/TOOLS/umpv) is a python script (not a player). So you don't need to modify `video_player_selected` and `video_players` section just `cmd`.

Hi. Maybe you are forgetting something. These are my settings: ``` video_player_selected => "mpv", video_players => { mpv => { arg => "--really-quiet --force-media-title=*TITLE* --no-terminal *URL*", audio => "--audio-file=*AUDIO*", cmd...

UPDATE: You need to [pass the URL to mpv](https://github.com/trizen/pipe-viewer/issues/13) if you don't want to have problems with the `*TITLE*` string (I opened a [new thread](https://github.com/trizen/pipe-viewer/issues/156) to deal with this problem)....