Top "Rtp" questions

The Real-time Transport Protocol (RTP) defines a standardized packet format for delivering audio and video over IP networks.

Streaming via RTSP or RTP in HTML5

I'm building a web app that should play back an RTSP/RTP stream from a server http://lscube.org/projects/…

video html streaming rtsp rtp
What is the difference between RTP or RTSP in a streaming server?

I'm thinking about developing a streaming server and I have the following question, do over RTSP (example url: rtsp://192.168.0.184/myvideo.…

streaming rtsp rtp live-streaming
Best C++ RTP/RTSP library

I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for …

c++ udp sip rtp rtsp
Why Does RTP use UDP instead of TCP?

I wanted to know why UDP is used in RTP rather than TCP ?. Major VoIP Tools used only UDP as …

networking udp protocols voip rtp
Capture RTP and SIP Traffic using tcpdump

I need to capture SIP and RTP traffic to find a problem with something. I can capture SIP messages fine …

sip rtp tcpdump
Detect MPEG4/H264 I-Frame (IDR) in RTP stream

I need to detect MPEG4 I-Frame in RTP packet. I know how to remove RTP header and get the MPEG4 …

rtp rtsp
Stream H.264 video over rtp using gstreamer

I am newbie with gstreamer and I am trying to be used with it. My first target is to create …

video-streaming h.264 gstreamer rtp
How to process raw UDP packets so that they can be decoded by a decoder filter in a directshow source filter

Long Story: There is an H264/MPEG-4 Source I can able to connect this source with RTSP protocol. I can …

directshow h.264 rtsp rtp mpeg-4
What support for live streaming does the HTML5 video element have?

Does the HTML5 video element support non-HTTP-based (HLS, SmoothStreaming, etc.) live-streaming protocols? Does it support RTP/RTSP streaming protocols? Does …

video video-streaming html5-video rtp
Convert video Input Stream to RTMP

I want to stream video recording from my android phone to network media server. The first problem is that when …

android video streaming rtp rtmp