Answer for PushIn Setup on EMS

Hi Lance, If the stream is pushed to the IP where EMS is, you can configure users.lua, which is located in the config folder, like this:
users=
{
	uname="pword",
}

realms=
{
	{
		name="EVOSTREAM stream router",
		method="Digest",
		users={
			"uname",
		},
	},
}
or you can edit auth.xml and set the boolean value to false, but I recommend the former. As for the logs, you may look for lines like these: tcpacceptor.cpp:232 Client connected: <client ip>:57458 -> <server ip>127.0.0.1:1935 baseclientapplication.cpp:284 Stream INR(8) with name `test` from protocol IR(12) registered to application `evostreamms` Regards, Ian

Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.