Page 1 of 1

VLC 0.9.0 svn / FLV1

Posted: 07 Aug 2007 22:25
by jchambers
Hello, I can't seem to get this to work?

Windows XP

VLC media player 0.9.0-svn-20070804-0000 Grishenko

stream.mp4 ==> H264 / MP4

"C:\Program Files\VideoLAN\VLC\vlc.exe" "c:\TEST\stream.mp4" --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=file,dst=c:\TEST\stream.flv}"

"C:\Program Files\VideoLAN\VLC\vlc.exe" "c:\TEST\stream.mp4" --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http,dst=0.0.0.0:8081/stream.flv}"

"C:\Program Files\VideoLAN\VLC\vlc.exe" "c:\TEST\stream.mp4" --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8080/stream.flv}"


All of these crash VLC?

Response:
[00000324] main playlist error: Reloading playlist not implemente
Compiler did not align stack variables. Libavcodec has been misco
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. Do not report crashes to FFmpeg developers.


Do I not have something installed correctly?

Thanks,
Jon

Re: VLC 0.9.0 svn / FLV1

Posted: 10 Aug 2007 01:06
by jchambers
I have since got this to work on Linux...

Using this: http://wiki.videolan.org/Flash_Video

Jon