![]() |
MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
|
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using Intel VAAPI. More...
#include "h264/gst/vaapi/rtp_h264_payloader.h"
#include <gst/app/gstappsrc.h>
#include <gst/gst.h>
#include "h264/gst/vaapi/rtp_h264_depayloader.h"
Namespaces | |
namespace | mediax |
The Astute Systems (MediaX) library for video streaming. | |
namespace | mediax::rtp |
The Real Time Protocol (RTP) namespace. | |
namespace | mediax::rtp::h264 |
The H.264 video compression namespace. | |
namespace | mediax::rtp::h264::gst |
The H.264 video compression GStreamer namespace. | |
namespace | mediax::rtp::h264::gst::vaapi |
The Gstreamer implementation of the Nvidia (NVENC) namespace. | |
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using Intel VAAPI.
gst-launch-1.0 v4l2src videotestsrc ! video/x-raw, width=1280, height=720, framerate=1/50, format=RGB, media=video, encoding-name=RAW, payload=96, clock-rate=9600 ! vaapih264enc ! rtph264pay ! udpsink host=127.0.0.1 port=5000