Tagged Questions
The rtcp tag has no wiki summary.
6
votes
3answers
799 views
How do I determine if a packet is RTP/RTCP?
I am using SharpPCap which is built on WinPCap to capture UDP traffic. My end goal is to capture the audio data from H.323 and save those phone conversations as WAV files. But first thing is first - I ...
4
votes
2answers
146 views
How to fix incorrect timestamp calculations? [OpenRtspClient]
My RTSP Source's RTCP SR are not reliable for some of the calculated timestamps of H.264 streams frequently resulting in large negative jumps.
Here is an example from the debug log. See how it jumps ...
1
vote
4answers
547 views
how to stream pcap file to RTP/RTCP stream?
Folks,
I have captured three different stream as pcap file with meta datas. How can i stream back to RTP/RTCP stream.
Please help me out with the command or procedure.
Thanks
0
votes
0answers
120 views
Sample j2me RTP audio player [closed]
Possible Duplicate:
RTP RTCP and SDP audio streaming in J2ME
I am creating a J2ME real time streaming audio player with RTP and through SIP connection.Also I am new for these things.I want ...
0
votes
0answers
66 views
Setting-up an RTCP server [closed]
I wanted to setup a small RTCP server (at least serving LAN) on Ubuntu.
I tried to search the internet but I only saw guides for setting up an Apache server and still haven't found a guide on how to ...
0
votes
2answers
1k views
Java RTP/RTCP library using NIO
Is there a Java RTP/RTCP library based on Java NIO or some Java NIO framework (Netty, MINA, ...)?
0
votes
1answer
187 views
Is RTP suitable for delivery of data files to multiple recipients?
I have a need to transfer files from a single, centralized source to a several hundred client machines. We currently use UDPCast to do this sort of thing, but are looking for more of a standards ...