Answer for command line samples.
Written by Don on . Posted in
Hi,
Here are some command line examples for creating various streams, assuming an inbound stream named "test" exists:
1. HLS
createHlsStream localStreamNames=test targetFolder=/var/www groupName=hls playlistType=rolling cleanupDestination=1
2. RTSP
pushStream uri=rtsp://myTargetIpAddress:5544/live localStreamName=test targetStreamName=myRtspStream
3. RTMP
pushStream uri=rtmp://myTargetIpAddress/live localStreamName=test targetStreamName=myRtmpStream
4. HTTP for HTML5
(Sorry, we don’t have examples for this.)
Cheers,
Don