<div dir="ltr"><div><div><div><div>Hi all,<br><br></div>I try to make a publish point in smooth streaming with Gstreamer without any success :(<br><br></div>With a smooth streaming encoder, a publish point to push the video on the webser server is like:<br>
</div>http://***website***/folder/publishpoint.isml/Streams(filename)<br><br></div>So I tried:<br>... ! x264enc bitrate=200 ! ismlmux streamable=true src="http://***website***/folder/publishpoint.isml/Streams(filename)"<br>
=> <span id="result_box" class="" lang="en"><span class="">erroneous</span> <span class="">pipeline</span></span><br>... ! x264enc bitrate=200 ! ismlmux streamable=true  location="http://***website***/folder/publishpoint.isml/Streams(filename)"<br>
=> <span id="result_box" class="" lang="en"><span class="">erroneous</span> <span class="">pipeline</span></span><br>... ! x264enc bitrate=200 ! ismlmux streamable=true ! souphttpclientsink  location="http://***website***/folder/publishpoint.isml/Streams(filename)"<br>
<div>=> error: 405 Method Not Allowed (no problem with same address with Allegro encoder or FFmpeg)<br><br><br><br><br></div><div><br></div></div>