Questions tagged [rtp]

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

RTP, the real-time transport protocol. RTP provides end-to-end network transport functions suitable for applications transmitting real-time data, such as audio, video or simulation data, over multicast or unicast network services. RTP does not address resource reservation and does not guarantee quality-of-service for real-time services. The data transport is augmented by a control protocol (RTCP) to allow monitoring of the data delivery in a manner scalable to large multicast networks, and to provide minimal control and identification functionality. RTP and RTCP are designed to be independent of the underlying transport and network layers. The protocol supports the use of RTP-level translators and mixers.

More information at Wikipedia Page on RTP

1433 questions
-1
votes
1 answer

RTP streaming with FFMPEG

I am trying to use rtp streaming using ffmpeg. I am taking input from pulseaudio and creating an rtp stream. i.e. ffmpeg -re -f pulse -ac 2 -i SOURCE -ac 2 -acodec libmp3lame -re -f rtp rtp://192.168.1.4:70000 this is the sdp output that I get.…
Aniket Awati
  • 1,381
  • 3
  • 13
  • 21
-2
votes
1 answer

Decoding delay in vlc player client when transmitting RTP + h264 packet

I developed an rtsp server to communicate with the vlc client. The role of the server is as follows: Connect the vlc client to the rtsp session. It is to get the h264 payload from a specific pcap file and send it to the client with an rtp header. It…
-2
votes
1 answer

Python - Packet handling and modification

I have a stream of incoming RTP packet and I have two goals to accomplish which I am finding difficult in a high level language like Python. 1 ) Strip away the header from the rtp packet, i.e remove the redundant section of the rtp packet that isn't…
memeKing
  • 113
  • 2
  • 10
-2
votes
1 answer

any ipv6 idea, how to get the RTP streams with the ipv6. vlan apparently doesnot support

Can you please help me with any ideas on generating the RTP streams with the ipv6 ? I have tried with vlan , no success/ even i donot mind, getting raw dump of this stream, i just need to test ... thankyou, Any help will be very much appreciated.
pdk
  • 535
  • 3
  • 5
  • 16
-3
votes
1 answer

beginner ftp server dilemma, part deux

When I attempt to get to my ls command with ftp, I hit the 425 in my PORT section always, can anyone tell me why this is? My user section works, and if I can get port to work, I can focus on STOR and RETR. /*FTP server*/ #include…
Jf2k
  • 139
  • 1
  • 15
-4
votes
1 answer

Java VoIP Recording

i wonder if you can help me out with identifying a Java library that i can use as a network sniffer / network analyzer to detect Cisco SCCP packets and record subsequent RTP packets for a call recording application for Unified Communications Manager…
-4
votes
1 answer

Android live audio streaming via RTP over own IP

How can I live stream the audio (RTP) of a phone's mic? I want to serve my stream on my own IP. Like: rtp://my_sream_ip:8080 (by acting as a server). Actually, I think the possible way is to: First: Create a server and On click of a button, stream…
Ravi
  • 372
  • 1
  • 7
  • 24
1 2 3
95
96