I have the following problem with vlc 0.7.0/Red Hat 9.0:
command: vlc -I rc --noaudio rtsp://www.astrojax.com:7070/test.mp4
The connection with the rtsp server is OK. Several request/response are sent/receivec until that:
Received PLAY response: RTSP/1.0 200 OK
Server: DSS/5.0 (Build/464; Platform/Linux; Release/5; )
Cseq: 4
Session: 5349534608418678773
Range: npt=0.00000-59.52000
RTP-Info: url=trackID=2;seq=19618;rtptime=2123607586,url=trackID=6;seq=62154;rtptime=1731893132
[00000012] main module debug: using demux module "livedotcom"
[00000189] main input debug: selecting ES 0x1
[00000192] main decoder debug: looking for decoder module
[00000192] main decoder debug: probing 17 candidates
[00000192] ffmpeg decoder debug: libavcodec initialized (interface 4680 )
[00000192] ffmpeg decoder debug: postprocessing disabled
[00000192] ffmpeg decoder debug: using direct rendering
[00000192] ffmpeg decoder debug: ffmpeg codec (MPEG-4) started
[00000014] main module debug: using decoder module "ffmpeg"
[00000189] main input debug: audio is disabled, not selecting ES 0x2
TaskInterrupt
TaskInterrupt
TaskInterrupt
TaskInterrupt
TaskInterrupt
...
The only thing working after that is the repeatedly printing of "TaskInterrupt" (there is no display window opened)...
Could somebody test the same command line and report the result here ?
Do you have an idea why i get these "TaskInterrupt" ?
Emmanue DUFOUR