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.