First of all, sorry for my english !!
1) I have installed the newest version of FFMPEG and all the stuff for vlc for mandrake 9.1... yet it still can't compile :
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x32a): In function `InitPostproc__ffmpeg':
: undefined reference to `pp_get_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x4ab): In function `PostprocPict__ffmpeg':
: undefined reference to `pp_postprocess'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x584): In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_mode'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x592): In function `ClosePostproc__ffmpeg':
: undefined reference to `pp_free_context'
./modules/codec/ffmpeg/libffmpeg.a(libffmpeg_a-postprocess.o)(.text+0x5e4): In function `PPQCallback':
: undefined reference to `pp_get_mode_by_name_and_quality'
collect2: ld returned 1 exit status
i run "./configure --enable-pp" for ffmpeg (0.4.8 )
I know you probably have people ask this often but I couldn't find anything talkin about it !!
2) i would like to do a RTSP server but when i send the Option request :
VLC :
Sending request: OPTIONS * RTSP/1.0
CSeq: 1
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2003.10.30)
MY SERVER :
RTSP/1.0 200 OK
CSeq: 1
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PAUSE
VLC :
Received OPTIONS response: RTSP/1.0 200 OK
CSeq: 1
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PAUSE
But i can't do PAUSE on the client VLC because the bouton is unavailable !!!
Any IDEA ??
Thanks guys!