Question: I just want to clarify things regarding inbound, outbound, remote inbound, and remote outbound statistics in RTP. Suppose I have a server and client. On the server side, I have a setup where I am running webRTC and also ...

Question: I am trying to use Gstreamer to stream video from Tello drone into RTP, so that to use it further with jetson inference. The computer to receive the UDP packages is Jetson Nano. The most succesful command till now ...

Question: Is it possible to write rtpopus to a file, then read it back with gstreamer? It seems simple but I’m getting nowhere with it and can’t seem to find any information online. Here is my attempt: Then, close and ...

Question: I’m trying to receive RTP stream encoding h264 over TCP from my intercom Hikvision DS-KH8350-WTE1. By reverse engineering I was able to replicate how Hikvision original software Hik-Connect on iPhone and iVMS-4200 on MacOS connects and negotaties streaming. Now ...

Question: I am receiving a video stream (mpegts over rtp over udp). for the moment I need to start the “receiver” before the “streamer” gstreamer command. Is there a way to receive the stream while active? So I don’t need ...

Question: I am trying to write a video streaming application using libavformat. While ffmpeg and libavformat gives 96 & 97 as default payload types, I want to specify custom RTP payload type. I already know how to set it in ...

Question: I am trying to record an RTP stream using libavformat, however the FPS of recorded videos are ridiculously high, I get thousands of FPS, if not ten thousands. I tried to set the FPS to 30 making the following ...