vcodec=DIV3,acode=mp3 gives me vlc crash
Posted: 02 May 2004 21:29
Hi,
Using Gibalou's suggested method of streaming MPG to Windows Media Player from viewtopic.php?t=255, I'm attempting to stream like so, on linux:
vlc -vvv pvr:/dev/video0:norm=ntsc:size=320x240 ":sout=#transcode{vcodec=DIV3,acodec=mp3}:std{access=mmsh,mux=asfh,url=192.168.1.28:8080}" --ttl 12 --cr-average 1000
When I use this command line, I get a segmentation fault. I can stream if I use mpga for the audio codec, but WMP plays only the video stream. I can stream an mp3 track using acodec=mp3, and WMP can play it. I've also tried using vcodec=mp4v with acodec=mp3, and I get the same segmentation fault. For some reason, I can't stream mp3 with video. I need the DIV3 / mp3 combination to work. Any ideas?
I've compiled vlc from source, with ffmpeg-mp3lame. It appears that's all the configuration I need to do to get mp3 to work.
Thanks,
Ken
Using Gibalou's suggested method of streaming MPG to Windows Media Player from viewtopic.php?t=255, I'm attempting to stream like so, on linux:
vlc -vvv pvr:/dev/video0:norm=ntsc:size=320x240 ":sout=#transcode{vcodec=DIV3,acodec=mp3}:std{access=mmsh,mux=asfh,url=192.168.1.28:8080}" --ttl 12 --cr-average 1000
When I use this command line, I get a segmentation fault. I can stream if I use mpga for the audio codec, but WMP plays only the video stream. I can stream an mp3 track using acodec=mp3, and WMP can play it. I've also tried using vcodec=mp4v with acodec=mp3, and I get the same segmentation fault. For some reason, I can't stream mp3 with video. I need the DIV3 / mp3 combination to work. Any ideas?
I've compiled vlc from source, with ffmpeg-mp3lame. It appears that's all the configuration I need to do to get mp3 to work.
Thanks,
Ken