View Single Post
  #6  
Old 08-19-2014, 07:43 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: how to rtmpdump from www.youtube.com on vlc ?


you can playing a youtube stream with youtube-dl + vlc

a example youtube Batman trailer
Code:
http://www.youtube.com/watch?v=1T__uN5xmC0
code:
Code:
youtube-dl -o- -f 22 "http://www.youtube.com/watch?v=1T__uN5xmC0" | c:\progra~1\videolan\vlc\vlc -



Reply With Quote