This computer is taking SDI video as input and giving RTP stream as output. There is no problem joining this rtp multicast from another computer on the same network but if I run my software on the SDI
I found that you can do that by making some calcu开发者_StackOverflow社区lations on the sequence numbers from the RTP header. But the sequence numbers are stored in 16bits and could easily exceed the
I am making a VOIP application for m开发者_运维百科obile platform. My question is what algorithms should be used to calculate whether the RTP package is \"expired\".
I have to calculate time offset between packets in RTP streams. With video stream encoded with Theora codec i have timestamp field like
I am able to Record Android\'s Camera Using Mediarecorder Class. I heard that sipdroid (videocamera.java ) sends the recorded video as RTP streams.
Is it possible to read开发者_如何学编程 an absolute timestamp from an H.264 stream sent trough RTSP from an Axis camera?
I have developed a VoIP media server which exchanges RTP packets with remote SIP endpoints. It needs to scale well - and while I was initially concerned that my C# implementation would not come close
I have captured three different 开发者_如何学Cstream as pcap file with meta datas. How can I stream back to RTP/RTCP stream?If I understand correctly, you have the pcaps, but you want to get the RTP f
I have implemented a raw rtp stream. I want to play it using VLC or Mplayer. But it seems that video players cannot play this stream.
I\'m currently working on a project where I have to implement a secure VoIP communication between Android 2.3 (or higher) phones. The connection is established through a Kamailio server.