Answer for RTMP stream not working Written by Don on 22 May 2014. Posted in Hi, For RTMP, the default port is 1935, not 5544. This can be changed in the configuration file config.lua. The following URI’s should work: rtmp://192.168.1.14:1935/live/stream1 or rtmp://192.168.1.14/live/stream1 Cheers, Don