<div dir="ltr">I have hlssink working with a file using:<div><div><br></div><div>gst-launch-1.0 -v -e mpegtsmux name=m  \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>! queue \</div><div>        ! hlssink playlist-root=<a href="http://192/168.1.8/hlssink">http://192/168.1.8/hlssink</a> \</div><div>          location=hlssink.%05d.ts \</div><div>          playlist-location=hlssink/playlist.m3u8 \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre"> </span>filesrc location=movie.mov \</div><div>        ! qtdemux name=d \</div><div>        ! h264parse  \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">    </span>! queue \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>! m. d. \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>! aacparse \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">   </span>! queue \</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">      </span>! m.</div></div><div><br></div><div>I would like to also have it work with a camera.</div><div><br></div><div>I thought I would be able to change the line that has filesrc localtion=movie.mov to </div><div>rtspsrc location="rtsp://IP/channel2" which is the H264 encoded stream.</div><div><br></div><div>This does not seem to work. I dont see any files in the hlssink directory and no errors are printed.</div><div><br></div><div>Am I missing a piece ?</div><div>Thanks,</div><div><br></div><div>Jerry</div></div>