Skip to main content

Timeline for Audio-only youtube player

Current License: CC BY-SA 4.0

5 events
when toggle format what by license comment
May 25, 2024 at 0:07 comment added Alex it happens ffplay doesnt have good scrolling ability. as a final solution i use vlc. it consumes more cpu but not so much but have good scrolling functionality . the command : " $ vlc $(youtube-dl -g -f 249 "httpX://youtube....") &>/dev/null & " , and put it in .bashrc function
May 24, 2024 at 21:56 comment added Alex The first command doesnt work. youtube-dl throws an error : youtube-dl ERROR Errno 13 permissions denied --Frag0.part bla bla bla. The only working solution is $ ffplay -v verbose -nodisp -autoexit $(youtube-dl -g -f 249 'httpX://www.youtube.com/watch?.......') I deliberately put httpX instead of httpS otherwise stackexchange distorts output. However you get my upvote.
Jun 19, 2019 at 20:45 review Late answers
Jun 19, 2019 at 20:51
Jun 19, 2019 at 20:30 review First posts
Jun 19, 2019 at 20:33
Jun 19, 2019 at 20:27 history answered demon36 CC BY-SA 4.0