Page 1 of 1

How to play Mpeg4 stream via RTSP with VLC?

Posted: 15 Nov 2005 09:44
by huales
Hi,
I want to play MPEG4 steam video via RTSP with VLC 0.8.2,
I compiled VLC myself,
and after input the stream address, there is error information prompted:

[00000231] main input error: no suitable access module for 'rtsp://192.168.10.22:554/aabb.mp4'

I think that the reason lies in the fact that I didn't configure VLC with the module,
so, can you tell me which module I should use?

my configure option:

./configure --prefix=/root/target/vlc --with-ffmpeg-tree=/root/Project/ffmpeg-0.4.9-pre1 --enable-wxwindows --enable-skins2 --enable-debug --disable-mad --disable-libmpeg2 --with-wx-config-path=/root/Project/3party/wxGTK-2.6.2

I appreciate your reply.

Posted: 15 Nov 2005 12:05
by sdhays-neon
You need the LIVE555 library:
http://www.live555.com/

Scott

Posted: 15 Nov 2005 14:34
by Guest
Thank you,
then, which option we should add while configure the VLC?