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

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

#include "jpeg/gst/rtp_jpeg_depayloader.h"
#include <gst/gst.h>
#include <algorithm>
#include <chrono>
#include <iostream>
#include <string>
#include <thread>
#include "rtp/rtp_utils.h"
Include dependency graph for rtp_jpeg_depayloader.cc:

Namespaces

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

Detailed Description

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

Below is a sample pipeline to create video streams using GStreamer:

gst-launch-1.0 udpsrc port=5004 address=239.192.2.254 caps="application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)JPEG" ! rtpjpegdepay ! jpegparse ! queue ! jpegdec ! videoconvert !
xvimagesink