[vlc-devel] Playlist saving files broken

Matthias Krause odikrause at gmail.com
Mon May 4 12:58:11 CEST 2009


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/26b87207/attachment.html>


More information about the vlc-devel mailing list