How can I watch something using youtube-dl+MPV while also saving the file to disk?

How can I watch something using youtube-dl+MPV while also saving the file to disk?
Specifically a stream.

Attached: 1555431967601.jpg (311x273, 16K)

Other urls found in this thread:

github.com/mpv-player/mpv
mpv.io/installation/
github.com/mpv-project/mpv/tree/master/DOCS/man
github.com/mpv-project/mpv/blob/master/DOCS/man/mpv.rst#files
github.com/mpv-project/mpv/blob/master/etc/input.conf
github.com/stax76/mpv.net
pastebin.com/FR0tkGfY
mpv.io/manual/master/#command-interface-seek--[]
twitter.com/NSFWRedditGif

You can just use VLC and hit the record button.

I said youtube-dl and MVP
also wouldn't vlc recompress shit?

mpv can't play and download at the same time, best to just play the stream with mpv and download with another program like ffmpeg or use VLC like user said
>A thread died because OP can't into google

Attached: Mac Pro 2019.jpg (2048x1067, 993K)

why not play with mpv+ytdl
then open another instance of ytdl to download it?

mostly I want it because I want to be able to go back to the start of the stream while the stream is ongoing.

i use peerflix for torrent shit and i'm pretty sure there's a download option for YT-dl
just read the manpages™ lel

yeah but ytdl doesn't allow me to watch the saved footage until the entire stream is done. I wanna do this:

oh really? i thought there's an option for that given how large the program is, mb

add
record-file= "~~/stream.ts"

to your mpv.conf. could also bind this to a key instead