Search found 2 matches

Go to advanced search

by 40k
29 Mar 2013 04:52
Forum: VLC stream-output (sout)
Topic: Streaming Youtube to a file.
Replies: 5
Views: 3333

Re: Streaming Youtube to a file.

I have discovered that you can actually bypass the lua script for getting the Youtube video URL. By default the lua script only gets the highest quality video which is often in webm format. Once you get the Youtube video URL you can use the streaming wizard in VLC to find what command line you will ...
by 40k
15 Mar 2013 09:06
Forum: VLC stream-output (sout)
Topic: Streaming Youtube to a file.
Replies: 5
Views: 3333

Re: Streaming Youtube to a file.

OK, I have fixed this myself. The key here is the creative use of demuxers, without using sout at all: vlc --intf=rc someplaylist.xspf :demux=playlist,luaplaylist,dump :demuxdump-file=output.webm vlc://quit The first demuxer (playlist) reads the xspf. The xspf contains the http://www.youtube.com/wa...

Go to advanced search