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

RTP streaming video class for H.264 DEF-STAN 00-82 video streams gst-launch-1.0 videotestsrc ! "video/x-raw, format=RGB" ! videoconvert ! vaapih265enc ! rtph265pay ! udpsink host=239.192.1.1 port=5004. More...

#include "h265/gst/vaapi/rtp_h265_payloader.h"
#include <gst/app/gstappsrc.h>
#include <gst/gst.h>
#include "h265/gst/vaapi/rtp_h265_depayloader.h"
Include dependency graph for rtp_h265_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::h265::gst
 The H.264 video compression GStreamer namespace.
 
namespace  mediax::rtp::h265::gst::vaapi
 The Gstreamer implementation of the Nvidia (NVENC) namespace.
 

Detailed Description

RTP streaming video class for H.264 DEF-STAN 00-82 video streams gst-launch-1.0 videotestsrc ! "video/x-raw, format=RGB" ! videoconvert ! vaapih265enc ! rtph265pay ! udpsink host=239.192.1.1 port=5004.