You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add this option in --ytdl-cmd="yt-dlp --live-from-start", it worked to start the live from the start, but it also opened the stream with the best quality.
I tried multiple --resolution= but it seems that adding the argument in the command broke the other options.
Here is the command without this option: pipe-viewer --resolution=144p --no-interactive --player=mpv --ytdl --ytdl-cmd="yt-dlp" --fat32safe $URL
Could you implement --live-from-start?
The text was updated successfully, but these errors were encountered:
I tried to add this option in
--ytdl-cmd="yt-dlp --live-from-start"
, it worked to start the live from the start, but it also opened the stream with the best quality.I tried multiple
--resolution=
but it seems that adding the argument in the command broke the other options.Here is the command without this option:
pipe-viewer --resolution=144p --no-interactive --player=mpv --ytdl --ytdl-cmd="yt-dlp" --fat32safe $URL
Could you implement
--live-from-start
?The text was updated successfully, but these errors were encountered: