I 've tried to use a vod service on rtsp using another rtsp server thanVLC, but I still encounter this error:
main debug: creating demux: access='rtsp' demux='' path='wang:3344'
main debug: looking for access_demux module: 1 candidate
livedotcom debug: sdp=RTSP/1.0 200 OK
Server: Yann Server
Content-Length: 202
CSeq: 2
Content-type: application/sdp
Cache-Control: no-cache
v=0
o=- wangson 2 IN IP4 169.254.83.27
t=0 0
livedotcom error: MediaSession::createNew failed
main debug: creating access 'rtsp' path='wang:3344'main warning: no access_demux module matching "rtsp" could be loaded
main debug: looking for access2 module: 5 candidates
main debug: net: connecting to wang port 3344
main debug: connection in progress
access_realrtsp debug: rtsp connected
access_realrtsp debug: only real/helix rtsp servers supported for now
vcd debug: trying .cue file: wang:3344.cue
main debug: initializing interaction systemaccess_file warning: wang:3344: No such file or directory
cdda debug: trying .cue file: wang:3344.cue
cdda warning: could not open wang:3344
main warning: no access2 module matching "rtsp" could be loaded
main error: no suitable access module for `rtsp://wang:3344'
main debug: thread times: real 0m0.410610s, kernel 0m0.040057s, user 0m0.040057s
main debug: thread 3752 joined (input/input.c:402)
main: nothing to play
I don't understand the messages I quoted... If someone can tell me what is the problem, I may be able to modify the server to make it compliant with VLC.
Thanks in advance.