I am developing stream viewer. With this application, I can view any streaming like RTSP, RTMP, HLS, MMS.I am just giving URL of above stream type to open container and read and decode from that.
RTMP, HLS and MMS are working fine, but RTSP is giving me problems. Following is happening with RTSP:
1) Sometime, I am not able to open container.
2) Sometime I get error while reading and decoding audio/video, most time audio.
3) When I view stream on screen, its giving me some grey pixelations (most part of screen covered with grey color).
I don't know why this is happening, but how can I resolve this. May this be buffer problems?Network speed is not problem, I have streaming servers running in LAN, 100 Mbps.
Thanks