<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
> ... ! x264enc bitrate=200 ! ismlmux streamable=true src="http://<br>
> ***website***/folder/publishpoint.isml/Streams(filename)"<br>
> => erroneous pipeline<br>
> ... ! x264enc bitrate=200 ! ismlmux streamable=true  location="http://<br>
> ***website***/folder/publishpoint.isml/Streams(filename)"<br>
> => erroneous pipeline<br>
<br>
</div>These are all not working because ismlmux is a muxer, it does not stream<br>
any data to a webserver and has no properties for that.<br></blockquote><div><br><br></div><div>Yes, I infer it<br></div><div><br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">> ... ! x264enc bitrate=200 ! ismlmux streamable=true ! souphttpclientsink<br>
> location="http://***website***/folder/publishpoint.isml/Streams(filename)"<br>
> => error: 405 Method Not Allowed (no problem with same address with Allegro<br>
<br>
</div>souphttpclientsink would do a PUT request with that URL and send the<br>
stream there. I don't think that's supposed to work. ismlmux is only<br>
outputing isml fragments, </blockquote><div><br><br></div><div>So why you use isml name ?<br></div><div>The letter 'l' of isml is for Live, why I think is <br></div><div>The plugin must take another name  a ssm muxer or ismv muxer<br>
SSM for Smooth Streaming Media<br></div><div>ISMV because the video file of smooth streaming technology have a ismv extension<br><br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
you will need to cut them into pieces yourself<br>
and also generate the corresponding manifest file yourself.<br></blockquote><div><br><br><br></div><div>I will check if there is no problem by piping the ismlmux from gstreamer in FFmpeg with their ismv protocol, which make a publish point <br>
<br></div><div> <br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How is your webserver expecting the data though? What kind of protocol<br>
does it want to get the fragments and the manifest there?<br></blockquote><div><br><br></div><div>About server, check with IIS server.<br></div><div>I think the protocol name is "isml", in FFmpeg project the protocol name is "ismv" (muxer and publish protocol)<br>
</div><div><br><br> </div></div></div></div>