RTP/RTSP library with MPEG-2 Audio/Video support
Can anybody suggest me any RTP/RTSP library other than OpenRTSP that has support for MPEG-2 ? Basically I am developing my own RTP?RTSP client. I just wanted to have a look at logic for parsing RTP/RTSP payload header. Also I will highly appreciate if someone suggest me open so开发者_C百科urce Dshow filters for receiving RTP?RTSP packets.
Regards, Anand Shah
Use ffmpeg based direct show filter - called ffdshow or VLC
If you are only interested in understanding the logic - try VLC or GStreamer's RTP source. It is much neater.
Another source is live555.
精彩评论