Category "rtp"

QML udp/rtp video stream fails Windows 10

In Qt5 /qml it was possible to playback udp stream as rtp payload on Windows MSVC kit , below qml code works on Qt5, now problem is migrating to qt6 (6.3) this

Gstreamer. Sending multiple files via rtp

I built a pipeline that reads one file and sends it via rtp gst-launch-1.0 filesrc location="00001.mp4" ! qtdemux ! h264parse ! avdec_h264 ! x264enc ! rtph264

Real Time Transport Protocol

I have just started learning video/image transfer using RTP. for this I tried to get some resources. I got one of the GitHub project having some code. But the c

Problem decoding h264 over RTP TCP stream

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

Why RTP doesn't support multiple streams to one port but RTSP does?

I use ffmpeg for streaming a video using RTP protocol. Why I can't send multiple streams to one RTP port, but RTSP that uses RTP can? I started a RTSP server th

Gstreamer cant play stream from other pc: h264->rtp->udp

I want to stream a h264 video over UDP to another pc. I am using this pipeline to produce the stream:videotestsrc ! video/x-raw,width=400,height=400,framerate=7