Jump to content

Modular Media Server/User Guide/API: Difference between revisions

Line 21: Line 21:
<table class="wikitable">
<table class="wikitable">
   <tr>
   <tr>
     <th>State</th>
     <th>NULL</th>
     <th>Description</th>
     <th>This is the initial state of the entity.</th>
   </tr>
   </tr>
<tr>
<tr>
   <td>DL Inference</td>
   <td>READY</td>
   <td>Deep Learning inference module for processing and analysing incoming media content.</td>
   <td>The entity is ready to change it state to PAUSED.</td>
</tr>
</tr>
<tr>
<tr>
   <td>Network Stream</td>
   <td>PAUSED</td>
   <td>Network stream modules family supporting common stream protocols such as RTSP, RTP, TS, and WebRTC. </td>
   <td>The entity is ready to have income data and process it. </td>
</tr>
</tr>
<tr>
<tr>
   <td>Display</td>
   <td>PLAYING</td>
   <td>Display module to output the media content on a attached display such a monitor.</td>
   <td>Sink elements will accept and render data. Live sources will produce it. All the other elements will be exactly the same as the PAUSE state.</td>
</tr>
</tr>
<caption>Table 1. States of an entity</caption>
<caption>Table 1. States of an entity</caption>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.