Exemplo n.º 1
0
 public HlsProxyController(HlsProxyService proxyService, IOptions <VODOptions> options)
 {
     _proxyService = proxyService;
     _vodOptions   = options.Value;
 }
Exemplo n.º 2
0
 public HlsProxyController(StreamingTokenHelper streamingTokenHelper, HlsProxyService proxyService, IOptions <LivestreamOptions> options)
 {
     _streamingTokenHelper = streamingTokenHelper;
     _proxyService         = proxyService;
     _liveOptions          = options.Value;
 }