Answer for config.lua adding rtmpt in all streams stopped working Written by bryan on 13 Mar 2014. Posted in Hello, It would seem that the EMS is not actually running after the edits you made to the config file. There are a couple of ways you can debug this: 1) test to see if the EMS is running ps -ef | grep evostreamms you should see something like this: 501 14752 14751 0 6:50AM ttys002 0:00.06 ./evostreamms ../config/config.lua 2) If it is not running you can see what the logs say when you run it in the console: sudo service evostreamms start_console 3) If that is not very helpful, you can run it directly with additional logging help:/usr/bin/evostreamms --use-implicit-console-appender Bryan