I try to run but get spammed by errors inside log
"/thelib/src/streaming/baseoutstream.cpp:660 nalType=1 cursor=9"
the line is repeated continously.
This was a test log that was inadvertently left in the code. This should be fixed already in the next build.
Someone wrote:
At the moment i see following issue:
"inStreamUniqueId" is specified inside the event but does not contain a value. inside the "outStreamClosed" the inStreamUniqueId is specified correct. When I ask "getStreaminfo" via the API i can see the correct inStreamUniqueId, too.
We’ll try to replicate this issue and fix it on the next build.
Someone wrote:
When i start EMS on console "start_console"
– i don´t see "high Stream ID"
– Viewer request have process Type = ORIGIN
– i don´t see streams with processType = edge anymore
When I start EMS as daemon
– i see low and high Stream ID
– users request have process Type=edge
Your observation is correct. Using start_console only fires up a single instance of the EMS (the origin server). Running the EMS in daemon mode fires up additional instances of the EMS (the edge servers). The number of edge servers increases with the number of cores on the machine. The large stream ID’s belong to the edge servers, while the small stream ID’s belong to the origin server.
Cheers,
Don