I\'m trying to build an RTP packet metric analyzer in C, but i ended up in a strange issue, I\'m cutting down implementation details for ease of exposure:
I wrote some code that stores on the disk some RTP packets with H264 stream. I would like to be able to extract H264 data from the RTP packets and render that data somewhere to test and see if my code
Hi I have created a Silverlight Application for audio/video conferencing using TCP. But due to slow speed during tranferring stream bytes over the network. While google the situation i find that 开发
I\'m trying to stream video from the Android phone,开发者_StackOverflow which should be watched in an mediaplayer.
I\'m开发者_高级运维 developing the application that sending MPEG video over IP network using RTP protocol.
I\'m using some code related to RTSP, RTP to listen to various RTSP Streams Using FFMPEG, it works! BUT
Is there any public RTP repo where can I download a lot of RTP traces (in addition to the ones in e开发者_C百科xample wireshark traces)? Any suggestions are welcome.www.wiresharkbook.comDownloads sect
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to use RTP.NET product from http://www.开发者_如何转开发streamcoders.com in order to send/receive audio/video data. Unfortunately the small sample from the site which has code only for rec
My C++ application receives a H.264 RTP video stream. Right now it decodes the stream, saves it into a YUV file and later I use ffmpeg to re-ecode the file into something suitable to watch on a Windo