¡@

Home 

c++ Programming Glossary: rtp

Video streaming using c++

http://stackoverflow.com/questions/1825338/video-streaming-using-c

and what the encoding I'm thinking about MJPEG and UDP or RTP as protocol.... any help would be greatly appreciated. c video..

Problem to Decode H264 video over RTP with ffmpeg (libavcodec)

http://stackoverflow.com/questions/3493742/problem-to-decode-h264-video-over-rtp-with-ffmpeg-libavcodec

to Decode H264 video over RTP with ffmpeg libavcodec I set profile_idc level_idc extradata.. two method to decode 1 I prefix the first fragment without RTP header with the sequence 0x000001 and send it to avcodec_decode_video... to this function. 2 I prefix the first fragment without RTP header with the sequence 0x000001 and concatenate the rest of..

How many threads to create and when?

http://stackoverflow.com/questions/510441/how-many-threads-to-create-and-when

when I have a networking Linux application which receives RTP streams from multiple destinations does very simple packet modification.. process the data I suppose I cannot open a thread for each RTP stream as there could be thousands. Should I take into account..