Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

stream find-all

Shows all the streams list on the server

Example:

stream find-all

stream find

Find stream on the server by criteria

Parameters:
[--msId | --mediaSessionId] media session identifier
[-n | --name] stream name
[-p | --published] is the stream published
[-s | --status] stream state

Example:

stream find --name test --published true

stream record-start

Start the stream recording

Parameters:
<mediaSessionId> media session identifier (mandatory)
[--template] stream recording file name template
[--rotation] stream rotation rule

Example:

stream record-start --template {streamName}-{startTime} --rotation 30 f46c2dc0-43ea-11ea-9ddf-8324a20161a0

stream record-stop

Stop the stream recording

Parameters:
<mediaSessionId> media session identifier (mandatory)

Example:

stream record-stop f46c2dc0-43ea-11ea-9ddf-8324a20161a0


  • No labels