Hi,<br><br>I am trying to stream playlist (m3u) as VOD, but vlc segfaults when I try to set it up:<br><br>1) Start vlc in daemon mode<br>vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host <a href="http://0.0.0.0:5554">
0.0.0.0:5554</a><br><br>2) Attempt to set up streaming (file a.m3u exists in vlc's current directory)<br>telnet 0 4212<br>Trying 0.0.0.0...<br>Connected to 0.<br>Escape character is '^]'.<br>Password: <br>Welcome, Master
<br>> new Test vod enabled<br>> setup Test input a.m3u<br>Connection closed by foreign host.<br><br>3) Here is the output of the vlc started in step 1:<br>...<br>[00000309] [Media: Test] playlist demuxer debug: found valid M3U playlist file
<br>[00000309] [Media: Test] main demuxer debug: using demux2 module "playlist"<br>[00000295] [Media: Test] main input debug: looking for a subtitle file in /var/tmp/VOD/<br>[00000295] [Media: Test] main input debug: starting in async mode
<br>[00000295] [Media: Test] main input debug: `a.m3u' successfully opened<br>[00000281] playlist playlist debug: unable to find item in playlist<br>[00000281] playlist playlist debug: not starting playlist playback<br>
Segmentation fault<br><br clear="all">The files a.m3u references exists as well. I have tried both relative and absolute paths in m3u file, to no avail.<br><br>The same configuration for an standalone mp3 file works properly.
<br><br>What is the problem with above scenario?<br><br>Is there other way I can stream a playlist with metadata for each song?<br><br>-- <br>Arieh