VOD Streaming
Example file structure/- samplevideo.mp4
/audio
-sampleaudio.mp4
This this case, the
RTMP string would equal to the following
rtmp://servername:1935/applicationname/_definst_/samplevideo.mp4rtmp://servername:1935/applicationname/_definst_/audio/sampleaudio.mp4For
HLS, example strings will be as follows
https://servername/applicationname/_definst_/samplevideo.mp4/playlist.m3u8
https://servername/applicationname/_definst_/audio/sampleaudio.mp4/playlist.m3u8Avoid using folder names with space in them
Live Streaming
You can use the following format for RTMP streaming
rtmp://servername/yourapp/yourstream/ For
HLS Live Stream transcoding is required. Additional charges may apply.
Use the following format
https://servername/yourapp/yourstream/_hlstc/playlist.m3u8