Since this step doesn't involve ismindex at all, perhaps it should
go somewhere else.
---
 tools/ismindex.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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>
-- 
1.7.3.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to