Hi Emanuele,

emanuele fumagalli wrote:
[...]
>> Also, it would be useful to know the output of
> 
>> "ffmpeg -v 10 -i rtsp://...".
> 
>  
> 
> C:\ffmpeg13712\bin>ffmpeg.exe -v 10 -i rtsp://192.168.0.50/reno.wmv.mp4
[...]
> [NULL @ 00B20800] video codec set to : h264
> 
> H.264/RTP Profile IDC: 42 Profile IOP: c0 Level: 1e
> 
> H.264/RTP Packetization Mode: 1
> 
> H.264/RTP Extradata set to 0002C950 (size: 31)! audio codec set to :
> libfaad
> 
> [NULL @ 00B20800] audio samplerate set to : 22050
> 
> [NULL @ 00B20800] audio channels set to : 1
> 
> [rtsp @ 00B0AD84]hello state=0
> 
>  
> 
> And hangs here.

So, the simple fact that you increased the verbosity level hangs
the program? This is not good... :(


> FFmpeg -i:
> 
>  
> 
> C:\ffmpeg13712\bin>ffmpeg.exe -i rtsp://192.168.0.50/reno.wmv.mp4
[...]
>   built on Jun  8 2008 21:33:14, gcc: 4.2.3
> 
> [NULL @ 00B20800]RTP: PT=60: bad cseq bb02 expected=2820
> 
> [NULL @ 00B20800]RTP: PT=60: bad cseq 1fe9 expected=bb08
> 
> [NULL @ 00B20800]RTP: PT=60: bad cseq bb08 expected=2822
[...]

Something weird is going on here: it looks like two different
streams (one with sequence numbers around 0x2..., and one with
sequence numbers around 0xb...) are being sent to the same port.
This is very strange, and I cannot really understand what's
happening...

Is this RTP stream available on a public RTSP server?


                        Luca
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to