[vlc-devel] Playlist saving files broken

Matthias Krause odikrause at gmail.com
Mon May 4 13:44:18 CEST 2009


I found a workaround.
A .bat file with basically the same content does the job

"C:\Program Files\VideoLAN\VLC.1.0.0-nightly\vlc.exe"
http://localhost:5567--sout=#duplicate{dst=display,dst=std{access=file,mux=ps,dst=c:\autotemp.mpg}}
vlc:\\quit

still I would consider this a bug.

matthias

On Mon, May 4, 2009 at 12:58 PM, Matthias Krause <odikrause at gmail.com>wrote:

> Hi,
>
> the following playlist does play, but does not save the duplicated
> stream. The playlist was saved by creating a working "online version" of the
> playlist (convert/save -> network -> play locally + save to file, create PS
> stream)
> Is there another way to enable just that for automated recording?
>
> Matthias
>
> <?xml version="1.0" encoding="UTF-8"?>
> <playlist version="1" xmlns="http://xspf.org/ns/0/" xmlns:vlc="
> http://www.videolan.org/vlc/playlist/ns/0/">
>  <title>Playlist</title>
>  <location>file://C%3A%5Cnerf2.xspf</location>
>  <trackList>
>   <track>
>    <location>http://localhost:5567</location>
>    <extension application="http://www.videolan.org/vlc/playlist/0">
>     <vlc:id>0</vlc:id>
>
>     <vlc:option>sout=#duplicate{dst=display,dst=std{access=file,mux=ps,dst=c:\autotemp.mpg}}</vlc:option>
>    </extension>
>   </track>
>   <track>
>    <location>vlc://quit</location>
>    <extension application="http://www.videolan.org/vlc/playlist/0">
>     <vlc:id>1</vlc:id>
>    </extension>
>   </track>
>  </trackList>
>  <extension application="http://www.videolan.org/vlc/playlist/0">
>    <vlc:item tid="0" />
>    <vlc:item tid="1" />
>  </extension>
> </playlist>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090504/a26c4249/attachment.html>


More information about the vlc-devel mailing list