<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Jeremiah,<br>
    <br>
    Yes I'd seen the his.js stuff in my Google travels too.  I wasn't
    able to make it work or understand it, quickly.  Credit to Ross's
    demo site, it worked, hence my taking the time to post.<br>
    <br>
    Yes, m3u does look like it's heading in the direction I'm interested
    in too.  Feel free to ping me off list if you'd like to discuss more
    and don't want to noisy up Ross's list.<br>
    <br>
    D<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 11/04/2017 5:57 AM, Jeremiah Morrill
      wrote:<br>
    </div>
    <blockquote
cite="mid:CY1PR0701MB161452F50C28AFD1579ED7F59D010@CY1PR0701MB1614.namprd07.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 5 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
      <div class="WordSection1">
        <p class="MsoNormal">I have done some light testing in this
          area.</p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Speculating a little here based on what you
          said, it seems like you’d want scalable video, from an RTSP
          camera stream, delivered to the web (and support mobile web
          browsers).</p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Web RTC is the “right way” to go and
          believe Ross is working on something for this.  Web RTC can
          provide pretty low latency streams.  The downside as of
          writing this email is that it’s supported on all web browsers
          and mobile web browsers EXCEPT Safari on iOS.</p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Http “LIVE” Streaming (HLS).  This is
          supported on everything*.  IIRC, not “natively” on chrome, but
          if you use a JS lib (<a moz-do-not-send="true"
            href="https://github.com/video-dev/hls.js">https://github.com/video-dev/hls.js</a>)
          It’ll work.  The downside is latency is very high.</p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">You can convert the RTSP stream to HLS with
          ffmpeg(.exe). Use a command like this (assuming h264
          compatible source stream, vcodec copy does no transcoding).</p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><b><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
              lang="EN">ffmpeg</span></b><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN"> -i "<rtspurl>" -hls_time 1 -hls_list_size 3
            -hls_wrap 3 -vcodec copy -y
            video_file_exposed_to_http_server.m3u8<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN">Just add the mime/type to your http server.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN">That’s about it.  I don’t want to get too
            off-topic for this list, so I’ll leave it at that..<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:10.5pt;font-family:"Helvetica",sans-serif;color:#14171A"
            lang="EN">-Jer<o:p></o:p></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Don Gould
31 Acheson Ave
Mairehau
Christchurch, New Zealand
Ph: + 64 3 348 7235
Mobile: + 64 21 114 0699
Ph: +61 3 9111 1821 (Melb)
<a class="moz-txt-link-abbreviated" href="http://www.thinkdesignprint.co.nz">www.thinkdesignprint.co.nz</a>
skype:  don.gould.nz </pre>
  </body>
</html>