Skip to main content

Questions tagged [rtp]

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

0 votes
0 answers
16 views

Setting SSRC in invite sdp from asterisk [closed]

We are using asterisk 1.8. Wanted to know if there is any way to generate ssrc in invite sdp from asterisk? Or is there any flag in asterisk to do this. We are using chan_sip drivers in asterisk. We ...
Nirav 's user avatar
0 votes
0 answers
30 views

GStreamer VC++ for converting RTP (Payload Type 96 (PT-96) ) to wav audio file

My application requirement is that I need to sniff network packets from the network card and filter RTP packet of payload type 96 (PT-96) and convert and save them in a wav audio file. I have filtered ...
kapil kaushik's user avatar
0 votes
0 answers
25 views

There is a pcap file containing vp8. How do we extract the vp8 frames from the RTP and put it into playable format to be played by VLC?

There is a pcap file containing vp8. How do we extract the vp8 frames from the RTP, piece them in proper containers and put it into playable format to be played by VLC? I have tried the following: ...
Dane's user avatar
  • 1
0 votes
0 answers
23 views

How can I achieve a SIP client that works behind a NAT using PJSAU2 and Python?

I'm currently working on a SIP client using python and the python bindings for pjsua2 (pjsip) and I'm running into the issue, that calls behind NAT are able to send all SIP messages but fail in ...
swissmount's user avatar
0 votes
0 answers
29 views

GStreamer access buffers from synchronised RTP streams

I connect to an RTSP server that produces two RTP streams (same camera), one H.264 and another uncompressed raw video. The streams are need to be used together on the client side. On the client side, ...
Vincentz's user avatar
  • 556
0 votes
0 answers
36 views

Gstreamer vp8 use of temporal layer not working

I am trying to run gstreamer vp8 rtp stream, and temporal layers need to be used do to switch video quality on sfu side. But looks like parameters not supported. Can someone help or at least point me ...
Harardin's user avatar
0 votes
0 answers
6 views

GStreamer stream synchronised h.264 video and random data

I am designing a camera that produces H.264 video streamed over RTP. I now need to also stream raw data (just data, not video nor audio) alongside the video and be able to synchronise the video and ...
Vincentz's user avatar
  • 556
0 votes
2 answers
89 views

GStreamer pipe to dynamically control alsasink

I have a GStreamer pipeline that receives an udp/rtp stream and outputs it to four soundcard channels, e.g. alsasinks: gst-launch-1.0 udpsrc name=m_udpsrc multicast-group=239.255.255.245 auto-...
tinu73's user avatar
  • 19
0 votes
0 answers
40 views

Fixed packet size in low-latency rtp stream using queues

I am trying to stream a v4l2src source encoded as h265, with low latency mode turned on. Below is the gstreamer command I use. gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=NV12, ...
Ransara Wijitharathna's user avatar
0 votes
0 answers
90 views

Building an Virtual Camera that Receives frames with RTP

I litle interduction to my Project so i have an virtual camera that i build with Directshow, Works how t supposed to work, then i installed an external library uvgRTP and made the code so i receive ...
Ajdin Jusic's user avatar
1 vote
1 answer
138 views

How to get access to WebRTC RTP packet sequence number

In WebRTC, each RTP packet will have a sequence number in the header. (See here: https://www.geeksforgeeks.org/real-time-transport-protocol-rtp/ ) But is there a way to access this raw sequence number ...
kusold's user avatar
  • 406
1 vote
0 answers
72 views

RTP distribution gateway in golang

I am writing a media gateway for a calling application. It doesn't need to process the RTP in any way and hence it just receives RTP (from the caller) on a UDP socket and sends to other members in the ...
aniztar's user avatar
  • 2,713
0 votes
0 answers
87 views

Node.js SIP.js Setup: Can't Receive Real-time Audio - Need Direction

In the development of the communication infrastructure, three key entities are involved PSTN + Session Border Controller (SBC) alias ExtVoipGW (Freeswitch) A Gateway (Node JS) Node JS Server AI Bot ...
hamza's user avatar
  • 1
0 votes
1 answer
77 views

Video streaming + real-time chat implementation

We would like to add a real-time chat function to an app that provides video streaming. Video streaming communicates by modifying the RTP protocol to TCP to provide special video. Therefore, files are ...
a bc's user avatar
  • 45
0 votes
1 answer
171 views

SIP load Testing via SIPP

I want to test load on a oracle acme packet SBC using Sipp tool. Sipp already installed on ubuntu 16.04 server. Need sample script for load testing.do we need to edit any .xml files? Need to send ...
SBE's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
97