MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
rtp.h
Go to the documentation of this file.
1//
2// Copyright (c) 2025, Astute Systems PTY LTD
3//
4// This file is part of the VivoeX project developed by Astute Systems.
5//
6// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7// License. See the LICENSE file in the project root for full license details.
8//
13
14#ifndef RTP_RTP_H_
15#define RTP_RTP_H_
16
17#include "rtp/rtp_utils.h"
18#if GST_SUPPORTED
19// AV1
20#include "av1/gst/rtp_av1_depayloader.h"
22// H.264
29// H.265
32// JPEG
33#include "jpeg/gst/rtp_jpeg_depayloader.h"
35#include "jpeg/gst/vaapi/rtp_jpeg_depayloader.h"
37// ARM only codecs
42#endif
43// Uncompressed
47
48#if CUDA_ENABLED
50#else
52#endif
53
55namespace mediax::rtp::h264 {
56// Dummy to get doxygen comment in
57}
58
59#endif // RTP_RTP_H_
Functions to convert between different colour spaces.
Functions to convert between different colour spaces.
The H.264 video compression namespace.
Definition rtp_h264_depayloader.cc:36
RTP streaming video class for H.264 DEF-STAN 00-82 video streams.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using NVIDIA.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using NVIDIA.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using openh264.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using openh264.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using Intel VAAPI.
RTP streaming video types.
RTP streaming video class for uncompressed DEF-STAN 00-82 video streams.
RTP streaming video class for uncompressed DEF-STAN 00-82 video streams.
RTP utility functions.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using Intel VAAPI.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using Intel VAAPI.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using x264.