diff --git a/injector.php b/injector.php index b028adf..446fd6b 100644 --- a/injector.php +++ b/injector.php @@ -3,8 +3,8 @@ * HLS Metadata Injector (c) 2015 Denis Mysenko */ - $packetSize = 188; - // 90Khz for MPEG TS + $packetSize = 188; + // 90Khz for MPEG TS $clockFrequency = 90000; $debug = false; // 10 megabytes – if the input file is smaller, load it into RAM fully @@ -667,7 +667,7 @@ function modifyFramePMT($originalFrame, $metastreamID = null) { $legend = "HLS Injector by Denis Mysenko\nSyntax: " . $argv[0] . " -i filename -m mode [-o filename] [-d]"; $legend .= "\n\n\t\t-i filename\tinput file (MPEG TS format)\n"; $legend .= "\t\t-m mode\t\tchoose 'analyze' or 'inject'\n"; - $legend .= "\t\t-o filename\toutput filename in case of 'inject' mode\n"; + $legend .= "\t\t-o filename\toutput teasdasd in case of 'inject' mode\n"; $legend .= "\t\t-e filename\twith with timed metadata (see README for format)\n"; $legend .= "\t\t--metastart N\tstart CC for metadata stream from this number\n"; $legend .= "\t\t-d\t\tenable debug mode\n\n";