MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
rtp_av1_payloader.cc File Reference

RTP streaming video class for AV1 video streams. More...

#include "av1/gst/rtp_av1_payloader.h"
#include <gst/app/gstappsrc.h>
#include <gst/gst.h>
#include "av1/gst/rtp_av1_depayloader.h"
Include dependency graph for rtp_av1_payloader.cc:

Namespaces

namespace  mediax
 The Astute Systems (MediaX) library for video streaming.
 
namespace  mediax::rtp
 The Real Time Protocol (RTP) namespace.
 
namespace  mediax::rtp::av1::gst
 The H.264 video compression GStreamer namespace.
 

Detailed Description

RTP streaming video class for AV1 video streams.

gst-launch-1.0 -v videotestsrc ! videoconvert ! "video/x-raw, format=I420, framerate=1/25" ! av1enc ! av1parse !
rtpav1pay ! udpsink host=127.0.0.1 port=5004