-
In settings you have to enter the URL to the server that runs nginx. nginx listens to port 1935. Make sure that this port is open and not blocked by a firewall for in and out communication. The application name is the name which configures your nginx server. In the examle config for nginx server of UNA its name is "app". https://github.com/unaio/una/wiki/Streams
Source pattern is nothing else as the then following configuration for the nginx server as given in the example, I guess.
mpeg-dash streaming and hls streaming are optional if you configure them in source pattern. You don't need them, if you don't want those options.
nginx stats can also be configured as described in the wiki of UNA, in the lower part of the description.
"General" is for configuration of the UNA streaming module in frontend.
-
Sources Pattern does only fit for OME and has no effect on nginx, right @Alex T⚜️ ? nginx has to be setup in its server config file directly, also right?
Just for clarification.
-
it isn't correct, Sources Pattern need to be always specified for both OME and Nginx.
If you want to discuss it further, please create separate discussion, since it's separate subject.
-
I'll do so, because eplanation in your wiki entry about the difference between streaming server config and sources pattern in Stream module settings is confusing.
-