Skip to content

Commit

Permalink
Merge pull request #208 from Dash-Industry-Forum/cmaf-ingest-link
Browse files Browse the repository at this point in the history
docs: added a link to CMAF ingest API on welcome page
  • Loading branch information
tobbee authored Aug 14, 2024
2 parents 7c3505d + dbcb5ad commit 0ee2071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmd/livesim2/app/templates/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ <h1>Welcome to livesim2!</h1>
any other configured player. However, some restrictions may apply as discussed on the Wiki page
<a href="https://github.com/Dash-Industry-Forum/livesim2/wiki/Direct-Playback">Direct Playback</a>.</p>

<p>A new feature is <strong>CMAF ingest generation</strong>. For testing reception of such streams,
there is also a separate component "cmaf-ingest-receiver" available in the livesim2 Github repo.</p>

<h4>Useful local URLs</h4>

<p>The following URLs should work at {{.Host}}. Some of them provides streaming URLs or even URLs that start
Expand All @@ -45,8 +48,11 @@ <h4>Useful local URLs</h4>
<li><a href="{{.Host}}/metrics">/metrics</a> return Prometheus metrics for the system and all streaming content requests</li>
<li><a href="{{.Host}}/reqcount">/reqcount</a> returns the number of requests if a limit is set</li>
<li><a href="{{.Host}}/version">/version</a> returns the software version in JSON format</li>
<li><a href="{{.Host}}/api/docs#/">/api/docs</a> provides documentation for a REST API for <strong>CMAF ingest generation</strong> of streams to specified hosts</li>
</ul>



<h4>Further information</h4>

For more information about the project, see
Expand Down

0 comments on commit 0ee2071

Please sign in to comment.