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

RTP streaming video class for H.264 DEF-STAN 00-82 video streams using openh264. More...

#include "h264/gst/open/rtp_h264_payloader.h"
#include <gst/app/gstappsrc.h>
#include <gst/gst.h>
#include "h264/gst/open/rtp_h264_depayloader.h"
Include dependency graph for rtp_h264_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::h264
 The H.264 video compression namespace.
 
namespace  mediax::rtp::h264::gst
 The H.264 video compression GStreamer namespace.
 
namespace  mediax::rtp::h264::gst::open
 The Gstreamer implementation of the Nvidia (NVENC) namespace.
 

Detailed Description

RTP streaming video class for H.264 DEF-STAN 00-82 video streams using openh264.

gst-launch-1.0 videotestsrc ! video/x-raw, width=1280, height=720, framerate=1/50, format=RGB, media=video, encoding-name=RAW, payload=96, clock-rate=9600 ! openh264enc ! rtph264pay ! udpsink host=239.192.1.1 port=5004