전체 글
-
Use a vector when time to bufferring !! No ordinary ArrayMedia_Dev 2011. 6. 21. 01:47
#include "stdafx.h" #include #include #include using namespace std; typedef unsigned char BYTE; typedef struct tagITEM { int size; BYTE* byte; }MARKED; int _tmain(int argc, _TCHAR* argv[]) { int bufferSize[] = {100,200,10,34,45,34}; vector fregmentBuffer; fregmentBuffer.resize(100); for(int i=0; i::iterator itor; //for(itor = fregmentBuffer.begin(); itor != fregmentBuffer.end(); ++itor) //{ // c..
-
Some Frequently Asked Questions about RTPMedia_Dev 2011. 5. 6. 13:12
http://www.cs.columbia.edu/~hgs/rtp/faq.html#timestamp-sync Is RTP a transport protocol or a kind of application protocol? RTP does not ensure real-time delivery. So how come it is called a real-time protocol? Is RTP an unreliable protocol? Are there any mechanisms provided for error recovery in RTP? Can RTP run over IPv6? ATM? Can RTP be used in asymmetric networks? Why doesn't RTP have a lengt..
-
sdp picess카테고리 없음 2011. 4. 27. 11:53
v=0 o=- 3858744756 316989898 IN IP4 172.xx.xxx.xx s=XenonEncoderLivePro c=IN IP4 172.16.154.88 t=0 0 m=video 4060 RTP/AVP 105 b=AS:128 a=Width:integer;320 a=Height:integer;240 a=cliprect:0,0,240,320 a=rtpmap:105 H264/90000 a=fmtp:105 profile-level-id=42E00C; sprop-parameter-sets=Z0LgDJZUCg/I,aM4BrFCA; packetization-mode=1 a=mpeg4-esid:11 m=audio 4062 RTP/AVP 110 b=AS:8 a=rtpmap:110 MP4A-LATM/160..