Difference between revisions of "Modular Media Server/Modular Media Server Introduction/ Modules supported"

From RidgeRun Developer Connection
Jump to: navigation, search
(Supported Modules)
Line 17: Line 17:
 
   <tr>
 
   <tr>
 
     <td>V4L2CaptureEntity</td>
 
     <td>V4L2CaptureEntity</td>
     <td>x86 Camera Module</td>
+
     <td>Module capable of capturing from camera using V4L2 API</td>
 
     <td>v4l2src</td>  
 
     <td>v4l2src</td>  
  
Line 23: Line 23:
 
<tr>
 
<tr>
 
   <td>NVargusCaptureEntity</td>
 
   <td>NVargusCaptureEntity</td>
   <td>NVIDIA Camera Module</td>
+
   <td>Module capable of capturing from camera using NVIDIA Argus API for NVIDIA Jetson platforms</td>
 
   <td >nvarguscamerasrc</td>
 
   <td >nvarguscamerasrc</td>
 
</tr>
 
</tr>
Line 38: Line 38:
 
<tr>
 
<tr>
 
   <td>FileRecorderEntity</td>
 
   <td>FileRecorderEntity</td>
   <td>File Container Module (MPEG and MP4)</td>
+
   <td>File recoding module using MPEG-TS and MP4 containers.</td>
 
   <td >mpegtsmux, mp4mux</td>  
 
   <td >mpegtsmux, mp4mux</td>  
 
</tr>
 
</tr>

Revision as of 12:21, 20 June 2022



Previous: Modular Media Server Introduction Index Next: Building and Installation





Supported Modules

The supported modules are the following:

Name Description GStreamer Element used
V4L2CaptureEntity Module capable of capturing from camera using V4L2 API v4l2src
NVargusCaptureEntity Module capable of capturing from camera using NVIDIA Argus API for NVIDIA Jetson platforms nvarguscamerasrc
X86EncoderEntity X86 Encoder Module (H264 and H265) vaapih264enc, x265enc
NVEncoderEntity NVIDIA Encoder Module(H264 and H265) nvv4l2h264enc, nvv4l2h265enc
FileRecorderEntity File recoding module using MPEG-TS and MP4 containers. mpegtsmux, mp4mux
Table 1. Supported Modules by Modular Media Server

Future Supported Modules

The following modules are contemplated in RidgeRun's future


Module
DL Inference
Network Stream
HDMI Display
RTSP Stream
Live display
Table 2. Future Supported Modules by Modular Media Server



Previous: Modular Media Server Introduction Index Next: Building and Installation