Explorar o código

actually use value of udp parameter

Gil Pedersen %!s(int64=13) %!d(string=hai) anos
pai
achega
f1c2eda2c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/hlsdump

+ 1 - 1
bin/hlsdump

@@ -50,7 +50,7 @@ if (hlsdump.sync)
   stream = stream.pipe(tslimit());
 
 if (hlsdump.udp)
-  stream.pipe(tsblast(1234));
+  stream.pipe(tsblast(hlsdump.udp));
 
 if (hlsdump.output) {
   var dst;