Top "Rtp" questions

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

Streaming Avi files from C# using RTP

I have a read/seek input stream of a video file (.avi mpeg4\xVid\ect..) in C# and I would …

c# video-streaming rtp
Keeping Alive Rtsp Connection

I have a simple Rtsp Client...The client send Rtsp Commands to Rtsp Server and get RTP packets from server. …

rtsp rtp rtsp-client
MediaCodec and Camera: colorspaces don't match

I have been trying to get H264 encoding to work with input captured by the camera on an Android tablet …

android colors h.264 gstreamer rtp
Is there anyone who can successfully run real time streaming with ffserver?

I hope to stream my video camera and audio mic. using ffserver. ffserver says it could do such, but I …

rtsp rtp ffserver
Receiving RTP packets after RTSP setup

I'm trying to stream RTP packets from an IP camera using Python. I am able to send the describe, setup &…

python sockets udp rtsp rtp
"RFC 2833 RTP Event" Consecutive Events and the E "End" Bit

Why do I get a dtmf sound when the E bit is 0 and no sound when it is 1? (RTP packets …

voip rtp dtmf
UDP or RTP streaming solution for android

I need to create an android app to display a live TV feed. the app is supposed to play live …

android udp video-streaming rtsp rtp
H264 NAL unit prefixes

I need some clarification on H264 NAL unit delimiter prefixes (00 00 00 01 and 00 00 01), I am using Intel Media SDK to generate a …

video-streaming h.264 rtp video-encoding
Streaming MP4 Video File on Gstreamer

I am working on gstreamer for first time and trying to Stream an MP4 Video file from a server to …

udp video-streaming gstreamer mp4 rtp
H.264 conversion with FFmpeg (from a RTP stream)

Environment: I have an IP Camera, which is capable of streaming it's data over RTP in a H.264 encoded format. …

video stream ffmpeg h.264 rtp