Hi,
Evostream does not support HTTP playback of MP4. However, it can be done using Evo-Webserver.
Setup the following in webconfig.lua:
* port (defaulted to 8888)
* webRootFolder – you may want to point this to where your mp4 files are placed.
For example:
port = 8888
webRootFolder = /var/evostreamms/media/
mediaLocation = /var/evostreamms/media/mp4/bunny.mp4
URL will be http://<ip>:8888/mp4/bunny.mp4