<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="color: black;">
<p style="margin: 0 0 1em 0; color: black; font-family: sans-serif;">On 27 February 2018 10:32:07 am Daryl McDonald <darylangela@gmail.com> wrote:</p>
<p style="margin: 0 0 1em 0; color: black; font-family: sans-serif;">> On Mon, Feb 26, 2018 at 6:36 PM, Stephen Worthington <<br>
> stephen_agent@jsw.gen.nz> wrote:<br>
><br>
>> On Tue, 27 Feb 2018 12:33:18 +1300, you wrote:<br>
>><br>
>> >>the Idea was to record shows, like I used to do with FTA and Myth. Until<br>
>> I<br>
>> >>can enhance our antenna, I'll stream from CBC's website. Other URLs,<br>
>> ending<br>
>> >>with ".ts" at least try to tune for the 65 second time out duration.<br>
>> ><br>
>> >The actual stream URLs are inside the master5.m3u8 file. You probably<br>
>> >need to use the master5.m3u8 file in mythtv-setup - it will not work<br>
>> >as the URL in the database for a channel. If you do this command:<br>
>> ><br>
>> >wget --no-check-certificate<br>
>> ><a href="https://cbclivedai5-i.akamaihd.net/hls/live/567235/">https://cbclivedai5-i.akamaihd.net/hls/live/567235/</a><br>
>> event2/CBOT/master5.m3u8<br>
>> ><br>
>> >that should give you a copy of the master5.m3u8 file to post. From<br>
>> >New Zealand, it just gives a 403 Forbidden error.<br>
>><br>
>> Oops, I should have said "use it modified for MythTV" in mythtv-setup.<br>
>> It will need to have the extra bits for MythTV added, and only the<br>
>> stream you want to use (the HD one?) left in the file.<br>
>> _______________________________________________<br>
>> mythtv-users mailing list<br>
>> mythtv-users@mythtv.org<br>
>> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
>> <a href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
>> MythTV Forums: <a href="https://forum.mythtv.org">https://forum.mythtv.org</a><br>
>><br>
><br>
> daryl@BioStarQuad:~$ wget --no-check-certificat<br>
> <a href="https://cbclivedai5-i.akamaihd.net/hls/live/567235/event2/CBOT/master5.m3u8">
https://cbclivedai5-i.akamaihd.net/hls/live/567235/event2/CBOT/master5.m3u8</a><br>
> --2018-02-26 18:48:27--<br>
> <a href="https://cbclivedai5-i.akamaihd.net/hls/live/567235/event2/CBOT/master5.m3u8">
https://cbclivedai5-i.akamaihd.net/hls/live/567235/event2/CBOT/master5.m3u8</a><br>
> Resolving cbclivedai5-i.akamaihd.net (cbclivedai5-i.akamaihd.net)...<br>
> 104.193.69.43, 104.193.69.40<br>
> Connecting to cbclivedai5-i.akamaihd.net<br>
> (cbclivedai5-i.akamaihd.net)|104.193.69.43|:443...<br>
> connected.<br>
> HTTP request sent, awaiting response... 200 OK<br>
> Length: 1392 (1.4K) [application/x-mpegURL]<br>
> Saving to: ‘master5.m3u8’<br>
><br>
> master5.m3u8<br>
> 100%[=========================================================================>]<br>
> 1.36K --.-KB/s in 0s<br>
><br>
> 2018-02-26 18:48:27 (143 MB/s) - ‘master5.m3u8’ saved [1392/1392]<br>
><br>
> daryl@BioStarQuad:~$<br>
><br>
> Looks like we have an IP instead of a URL address<br>
><br>
><br>
><br>
> ----------<br>
> _____________________________________________</p>
<p style="margin: 0 0 1em 0; color: black;"></p>
<p style="margin: 0 0 1em 0; color: black;">wget just downloads / places the file in your current directory. You still need to post the file or at least it's contents. Try:</p>
<p style="margin: 0 0 1em 0; color: black;">cat ~/master5.m3u8<br>
</p>
<p style="margin: 0 0 1em 0; color: black; font-family: sans-serif;"><br>
</p>
</div>
</body>
</html>