<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 21, 2018 at 7:11 PM, Stephen Worthington <span dir="ltr"><<a href="mailto:stephen_agent@jsw.gen.nz" target="_blank">stephen_agent@jsw.gen.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail-HOEnZb"><div class="gmail-h5">On Wed, 21 Feb 2018 14:22:42 -0500, you wrote:<br>
<br>
>On Wed, Feb 21, 2018 at 10:15 AM, Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>><br>
>wrote:<br>
><br>
>><br>
>><br>
>> On Wed, Feb 21, 2018 at 10:00 AM, Daryl McDonald <<a href="mailto:darylangela@gmail.com">darylangela@gmail.com</a>><br>
>> wrote:<br>
>><br>
>>> I think I can handle the capture card setup OK, but I don't use mythweb<br>
>>> at this point. Mine is a very basic system one box 0.28 FE/BE, in an Ubuntu<br>
>>> 16.04 desktop environment. The only channel I want to record is CBC 9-1<br>
>>> which I will have the change video source on when this setup is complete<br>
>>> (used to be FTA)<br>
>>> So can can I setup a web server without mythweb capability, haven't used<br>
>>> it in five years of mythtv use, probably won't, or do I need to just go for<br>
>>> the whole deal? If so can mythweb be installed with apt? I'm not very<br>
>>> familiar with building from source.<br>
>>> Secondly, would I simply sub in the URL that I currently stream CBC on in<br>
>>> Firefox? Or is it more complex than that?<br>
>>><br>
>>> On Feb 21, 2018 7:06 AM, "Phill Edwards" <<a href="mailto:philledwards@gmail.com">philledwards@gmail.com</a>> wrote:<br>
>>><br>
>>>><br>
>>>><br>
>>>> On 21 February 2018 at 13:49, Phill Edwards <<a href="mailto:philledwards@gmail.com">philledwards@gmail.com</a>><br>
>>>> wrote:<br>
>>>><br>
>>>>> Greetings mythizens, I'm setting up an IPTV recording platform, just<br>
>>>>>> for CBC.ca  live streaming. The antenna at the condo does not bring it in<br>
>>>>>> like the antenna at my previous address did. I need help creating a HLS<br>
>>>>>> recorder playlist, also I'm not sure where it should be kept.<br>
>>>>>> Can anyone offer something I can work with or modify? The wiki from<br>
>>>>>> 2016 offering an example at <a href="http://www.avenard.org" rel="noreferrer" target="_blank">www.avenard.org</a> is 404 not available. TIA<br>
>>>>>> Daryl<br>
>>>>>><br>
>>>>><br>
>>>>> I had a play with this recently as well. Below is a sample .m3u8 file<br>
>>>>> that contains IP streaming links to surf cameras.You also have to create a<br>
>>>>> channel in MythTV setup for each channel in the file. Eg for the Dee Why<br>
>>>>> stream set Channel Number = 303, Video Source = IPTV, XMLTV ID =<br>
>>>>> iptv-deewhy.<br>
>>>>><br>
>>>>> #EXTM3U<br>
>>>>> #EXTINF:0,301 - Fairy Bower<br>
>>>>> #EXTMYTHTV:xmltvid=iptv-<wbr>fairybower<br>
>>>>> <a href="https://edgecastcdn.net/242977/default1/manlycamerahd.m3u8" rel="noreferrer" target="_blank">https://edgecastcdn.net/<wbr>242977/default1/manlycamerahd.<wbr>m3u8</a><br>
>>>>> #EXTINF:0,302 - Palm Beach<br>
>>>>> #EXTMYTHTV:xmltvid=iptv-<wbr>palmbeach<br>
>>>>> <a href="https://edgecastcdn.net/242977/default2/palmbeachcamera.m3u8" rel="noreferrer" target="_blank">https://edgecastcdn.net/<wbr>242977/default2/<wbr>palmbeachcamera.m3u8</a><br>
>>>>> #EXTINF:0,303 - Dee Why<br>
>>>>> #EXTMYTHTV:xmltvid=iptv-deewhy<br>
>>>>> <a href="https://edgecastcdn.net/242977/default1/deewhycamera.m3u8" rel="noreferrer" target="_blank">https://edgecastcdn.net/<wbr>242977/default1/deewhycamera.<wbr>m3u8</a><br>
>>>>><br>
>>>>><br>
>>>><br>
>>>> Sorry, Stephen Worthington's email reminder me that I did also set up a<br>
>>>> new capture card:<br>
>>>><br>
>>>> Card Type = IPTV recorder<br>
>>>> M3U URL = file:///home/phill/Videos/ip_<wbr>playlist.m3u8<br>
>>>> Tuning timeout = 65000<br>
>>>><br>
>>>><br>
>>>><br>
>>>> ______________________________<wbr>_________________<br>
>>>> mythtv-users mailing list<br>
>>>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
>>>> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
>>>> <a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
>>>> MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
>>>><br>
>>>> apologies for the previous top-post. does the existance of<br>
>> "/var/www/html" oindicate that a webserver may already be setup? it is<br>
>> possible that previous use of Mythbuntu Control Center may have caused this.<br>
>><br>
><br>
> trieli@mythtv:~$ ls -al /var/www/html<br>
>total 24<br>
>drwxr-xr-x 2 root root  4096 Feb 21 10:26 .<br>
>drwxr-xr-x 4 root root  4096 May 26  2016 ..<br>
>-rw-r--r-- 1 root root 11321 May 26  2016 index.html<br>
>-rw-r--r-- 1 root root    50 Feb 21 10:26 playlist.m3u<br>
>trieli@mythtv:~$<br>
><br>
>Is there anything wrong with these permissions?<br>
<br>
</div></div>No.  The web server can read the files, as it runs as root.  So access<br>
to the files is then controlled by the web server.  Which will allow<br>
you to access them from anywhere that has access to the web server -<br>
it is not set up by default with any restrictions on access.  To check<br>
that it is working, run this from a (non-root) command prompt on that<br>
box:<br>
<br>
wget <a href="http://127.0.0.1/playlist.m3u" rel="noreferrer" target="_blank">http://127.0.0.1/playlist.m3u</a><br>
<br>
It should download a copy of the playlist.m3u file.<br>
<div class="gmail-HOEnZb"><div class="gmail-h5">______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Thanks Stephen, that gives me this:</div><div class="gmail_extra"><div class="gmail_extra">trieli@mythtv:~$ wget <a href="http://127.0.0.1/playlist.m3u">http://127.0.0.1/playlist.m3u</a></div><div class="gmail_extra">--2018-02-21 19:18:59--  <a href="http://127.0.0.1/playlist.m3u">http://127.0.0.1/playlist.m3u</a></div><div class="gmail_extra">Connecting to 127.0.0.1:80... connected.</div><div class="gmail_extra">HTTP request sent, awaiting response... 200 OK</div><div class="gmail_extra">Length: 50 [audio/x-mpegurl]</div><div class="gmail_extra">Saving to: ‘playlist.m3u’</div><div class="gmail_extra"><br></div><div class="gmail_extra">playlist.m3u        100%[===================>]      50  --.-KB/s    in 0s      </div><div class="gmail_extra"><br></div><div class="gmail_extra">2018-02-21 19:18:59 (3.47 MB/s) - ‘playlist.m3u’ saved [50/50]</div><div class="gmail_extra"><br></div><div class="gmail_extra">trieli@mythtv:~$</div><div class="gmail_extra"><br></div><div class="gmail_extra">So maybe this isn't right?</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">trieli@mythtv:~$ cat /var/www/html/playlist.m3u</div><div class="gmail_extra">#EXTM3U</div><div class="gmail_extra"><a href="https://watch.cbc.ca/live/channel/windsor">https://watch.cbc.ca/live/channel/windsor</a></div><div class="gmail_extra">trieli@mythtv:~$</div><div class="gmail_extra"><br></div><div class="gmail_extra">If the URL that I can stream on FireFox isn't what I should use, how do I determine what to use? Or is something else wrong with my playlist?</div></div></div></div>