Top "Rtp" questions

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

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 …

c# udp rtp sharppcap rtcp
Live555 on Android

I'm trying to get the RTSP video stream play in my Android App using the build-in Videoview/MediaPlayer, but there're …

android video-streaming rtsp rtp live555
Streaming Video From Android

I'm trying to stream video from the Android phone, which should be watched in an mediaplayer. I've been looking at …

android camera video-streaming rtp
H.264 RTSP Absolute TIMESTAMP

Is it possible to read an absolute timestamp from an H.264 stream sent trough RTSP from an Axis camera? It …

timestamp h.264 rtsp rtp
Stream of example RTP packets

I am trying to tunnel RTP traffic through a user-defined protocol, and want to test this setup. Is there any …

c++ packet rtp
How to write RTP/H264 stream as a file

I couldn't find a solution for my previous question so I decided to try it step by step. The thing …

streaming ffmpeg h.264 rtp
Use MediaCodec for H264 streaming

I'm currently trying to use Android as a Skype endpoint. At this stage, I need to encode video into H.264 (…

android video-streaming h.264 rtp
How To Extract RTP Packet Specific Fields From Wireshark Capture?

I have a PCAPNG file and I need to get the RTP packets from it. Specifically, one of my RTP …

ffmpeg rtsp rtp tshark pcap-ng
How to make rtpjitterbuffer work on a stream without timestamps?

I am sending an H.264 bytestream over RTP using gstreamer. # sender gst-launch-1.0 filesrc location=my_stream.h264 ! h264parse disable-passthrough=…

gstreamer rtp gstreamer-1.0
Streaming audio and video in sync for mp4 container using Gstreamer framework

I am new to gstreamer and I want to stream a mp4 video which is having audio and video both …

video-streaming gstreamer rtp libav