I have compiled the latest ffmpeg from cvs, and compiled vlc with
--with-ffmpeg-tree.  Everything compiled, and I can run vlc...
sometimes.  If I run it and play a video from the gui, I get this:<br>
[root@smsboot vlc-0.8.4-test1]# ./vlc<br>
VLC media player 0.8.4-test1 Janus<br>
[00000242] main interface error: option dvdnav-caching does not exist<br>
[00000245] main input error: no suitable access module for `'<br>
[00000253] main input error: no suitable access module for `'<br>
[00000256] main input error: no suitable access module for `'<br>
<br>
What I really want to do is the following, which works for 0.8.2. 
But with 0.8.4-test1 it segfaults as soon as I play a video from the
http interface.<br>
[root@smsboot vlc-0.8.4-test1]# ./vlc --loop --norepeat --play-and-stop
-I dummy -I http --sout
"#duplicate{dst=std{access=http,mux=ts,url=<a href="http://192.168.249.3:1235">192.168.249.3:1235</a>},dst=std{access=udp,mux=ts,url=<a href="http://244.0.0.1:1234">244.0.0.1:1234</a>"<br>
VLC media player 0.8.4-test1 Janus<br>
[00000242] main interface: creating httpd<br>
invalid options (empty)Segmentation fault<br>
[root@smsboot vlc-0.8.4-test1]#<br>
<br>
Did I do something wrong?<br>
<br>