Cannot Get EvoStream to Work in AWS Works In Ubuntu locally Get 201 Error Need answer ASAP or We are using WOWZA
When I install evostream on a local ubuntu instance and run every as localhost view video. When I run the same extract configuration in AWS (ubuntu) I get a 201 error in the WEB UI when I try to play the video and cannot connect to it from VLC. There are no port issues in AWS – everything is opened. The config.lua and pushPull.xml files are exactly the same. Any idea on what could be occurring?
Tim
1 Answers
Which of the following methods were used to do the installations?
Were both installations done the same way?
a) Archive install
b) APT install
Can you try using wget to download media files from the web root folder?
For example:
wget http://<ems_ip>:8888/<media_file_name>
The path to the media file depends on the installation type:
a) Archive install:
<ems_install_folder>/evo-webroot/<media_file_name>
b) APT install:
/var/evo-webroot/<media_file_name>
If wget can download the media file, then VLC should be able to play it (assuming it’s a playable media file).
If wget cannot download the media file, can you provide your configuration files and log files?
By the way, what AWS instance type are you using?
Cheers,
Don