diff --git a/cmd/livesim2/app/templates/welcome.html b/cmd/livesim2/app/templates/welcome.html index 4632453..9132476 100644 --- a/cmd/livesim2/app/templates/welcome.html +++ b/cmd/livesim2/app/templates/welcome.html @@ -31,6 +31,9 @@

Welcome to livesim2!

any other configured player. However, some restrictions may apply as discussed on the Wiki page Direct Playback.

+

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

+

Useful local URLs

The following URLs should work at {{.Host}}. Some of them provides streaming URLs or even URLs that start @@ -45,8 +48,11 @@

Useful local URLs

  • /metrics return Prometheus metrics for the system and all streaming content requests
  • /reqcount returns the number of requests if a limit is set
  • /version returns the software version in JSON format
  • +
  • /api/docs provides documentation for a REST API for CMAF ingest generation of streams to specified hosts
  • + +

    Further information

    For more information about the project, see