emanuele fumagalli wrote:
> ffplay rtsp://192.168.0.50/reno.wmv.mp4
> 
> But without success.

Can you try increasing the verbosity level (try the "-stats"
and "-debug" options) and report the full output?

Also, it would be useful to know the output of
"ffmpeg -v 10 -i rtsp://...".


> I also built my own libav and in my custo player I could see that the
> packet are received but probably something goes wrong when decoding.

The RTP stream probably contains some payload types that are not
supported by libavformat's rtp demuxer. Which kind of audio and video
are contained in your file? What does "ffmpeg -i reno.wmv.mp4" say?

Is vlc able to correctly receive the stream from DSS? If yes, can you
post the full output of "vlc -vvv rtsp://..."?


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

Reply via email to