Top "Rtp" questions

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

RTP on Android MediaPlayer

I've implemented RTSP on Android MediaPlayer using VLC as rtsp server with this code: # vlc -vvv /home/marco/Videos/pippo.…

android media-player rtp
How to fragment H264 Packets in RTP compliant with RFC3984

I have the FFMPEG streaming baseline h264 video, which I have to encapsulate in RTP and send to SIP phones …

video sip h.264 rtp rfc
streaming H.264 over RTP with libavformat

I've been trying over the past week to implement H.264 streaming over RTP, using x264 as an encoder and libavformat …

c++ h.264 rtp libavformat libx264
How to decode and play back rtp captured packets using Wireshark?

I have captured packets of RTP in Wireshark The captured packets are of .mp3, and now how should I decode …

wireshark rtp packet-capture packet-sniffers decoder
Sending WebRTC MediaStream over Websocket (RTP over HTTP/Websocket)

WebRTC is, among other things, meant for real-time browser to browser media communication, but in my case it will be …

websocket rtp webrtc
Python send and receive RTP packets

I want to send multimedia data over RTP. What I wnat to know is how to send and receive RTP …

python network-programming gstreamer rtp python-gstreamer
HLS(HttpLiveStreaming) vs RTP(Real-time Transport Protocol) on UDP for mobile P2P?

I'm testing Audio/Video P2P connection between mobile devices. Studying WebRTC, I've noticed NAT traversal(uses STUN server) and …

udp video-streaming rtp nat
How to debug packet loss?

I wrote a C++ application (running on Linux) that serves an RTP stream of about 400 kbps. To most destinations this …

c++ linux networking packet rtp
How implement the VOIP application using android.net.rtp package

I am trying to implemented the VoIP application using the AudioGroup and AudioStream classes of the android.net.rtp package. …

android sip voip rtp
Using avconv to stream live audio from in-line (alsa hw:0,0) over wireless access point to a client.

I have linaro 12.06 installed on my Miniand's Hackberry(https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board). I have wireless …

linux streaming wireless rtp