Message ID | 1327065643-34065-11-git-send-email-martin@martin.st |
---|---|
State | Superseded |
Headers | show |
On 01/20/2012 08:20 AM, Martin Storsjö wrote: > Since this step doesn't involve ismindex at all, perhaps it should > go somewhere else. We have a section for muxers in the texi documentation, so it would be nice to have more complete option information and examples there. Thanks, Justin
diff --git a/tools/ismindex.c b/tools/ismindex.c index 78626cf..08ee177 100644 --- a/tools/ismindex.c +++ b/tools/ismindex.c @@ -30,6 +30,9 @@ * ismindex -split foo.ismv * This step creates a file Manifest and directories QualityLevel(...), * that can be read directly by a smooth streaming player. + * + * To push a live stream to a publishing point on IIS, do: + * avconv -re <normal input/transcoding option> -movflags frag_keyframe+isml -f ismv http://server/publishingpoint.isml/Streams(Encoder1) */ #include <stdio.h>