Answer for Video on demand, ingestpoints and stream aliases
Hi, When stream aliasing is enabled, i.e. hasStreamAliases=true in config.lua, you can play mp4 files in the media folder as follows: 1. Assign a stream alias for the mp4 file:addstreamalias localstreamname=test.mp4 aliasname=alias1
2. Play the mp4 file thru its alias:
vlc rtmp://<ems_ip>/vod/alias1
Cheers,
Don