[mythtv-users] Iptv

Stephen Worthington stephen_agent at jsw.gen.nz
Thu Feb 22 00:11:26 UTC 2018


On Wed, 21 Feb 2018 14:22:42 -0500, you wrote:

>On Wed, Feb 21, 2018 at 10:15 AM, Daryl McDonald <darylangela at gmail.com>
>wrote:
>
>>
>>
>> On Wed, Feb 21, 2018 at 10:00 AM, Daryl McDonald <darylangela at gmail.com>
>> wrote:
>>
>>> I think I can handle the capture card setup OK, but I don't use mythweb
>>> at this point. Mine is a very basic system one box 0.28 FE/BE, in an Ubuntu
>>> 16.04 desktop environment. The only channel I want to record is CBC 9-1
>>> which I will have the change video source on when this setup is complete
>>> (used to be FTA)
>>> So can can I setup a web server without mythweb capability, haven't used
>>> it in five years of mythtv use, probably won't, or do I need to just go for
>>> the whole deal? If so can mythweb be installed with apt? I'm not very
>>> familiar with building from source.
>>> Secondly, would I simply sub in the URL that I currently stream CBC on in
>>> Firefox? Or is it more complex than that?
>>>
>>> On Feb 21, 2018 7:06 AM, "Phill Edwards" <philledwards at gmail.com> wrote:
>>>
>>>>
>>>>
>>>> On 21 February 2018 at 13:49, Phill Edwards <philledwards at gmail.com>
>>>> wrote:
>>>>
>>>>> Greetings mythizens, I'm setting up an IPTV recording platform, just
>>>>>> for CBC.ca  live streaming. The antenna at the condo does not bring it in
>>>>>> like the antenna at my previous address did. I need help creating a HLS
>>>>>> recorder playlist, also I'm not sure where it should be kept.
>>>>>> Can anyone offer something I can work with or modify? The wiki from
>>>>>> 2016 offering an example at www.avenard.org is 404 not available. TIA
>>>>>> Daryl
>>>>>>
>>>>>
>>>>> I had a play with this recently as well. Below is a sample .m3u8 file
>>>>> that contains IP streaming links to surf cameras.You also have to create a
>>>>> channel in MythTV setup for each channel in the file. Eg for the Dee Why
>>>>> stream set Channel Number = 303, Video Source = IPTV, XMLTV ID =
>>>>> iptv-deewhy.
>>>>>
>>>>> #EXTM3U
>>>>> #EXTINF:0,301 - Fairy Bower
>>>>> #EXTMYTHTV:xmltvid=iptv-fairybower
>>>>> https://edgecastcdn.net/242977/default1/manlycamerahd.m3u8
>>>>> #EXTINF:0,302 - Palm Beach
>>>>> #EXTMYTHTV:xmltvid=iptv-palmbeach
>>>>> https://edgecastcdn.net/242977/default2/palmbeachcamera.m3u8
>>>>> #EXTINF:0,303 - Dee Why
>>>>> #EXTMYTHTV:xmltvid=iptv-deewhy
>>>>> https://edgecastcdn.net/242977/default1/deewhycamera.m3u8
>>>>>
>>>>>
>>>>
>>>> Sorry, Stephen Worthington's email reminder me that I did also set up a
>>>> new capture card:
>>>>
>>>> Card Type = IPTV recorder
>>>> M3U URL = file:///home/phill/Videos/ip_playlist.m3u8
>>>> Tuning timeout = 65000
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> mythtv-users mailing list
>>>> mythtv-users at mythtv.org
>>>> http://lists.mythtv.org/mailman/listinfo/mythtv-users
>>>> http://wiki.mythtv.org/Mailing_List_etiquette
>>>> MythTV Forums: https://forum.mythtv.org
>>>>
>>>> apologies for the previous top-post. does the existance of
>> "/var/www/html" oindicate that a webserver may already be setup? it is
>> possible that previous use of Mythbuntu Control Center may have caused this.
>>
>
> trieli at mythtv:~$ ls -al /var/www/html
>total 24
>drwxr-xr-x 2 root root  4096 Feb 21 10:26 .
>drwxr-xr-x 4 root root  4096 May 26  2016 ..
>-rw-r--r-- 1 root root 11321 May 26  2016 index.html
>-rw-r--r-- 1 root root    50 Feb 21 10:26 playlist.m3u
>trieli at mythtv:~$
>
>Is there anything wrong with these permissions?

No.  The web server can read the files, as it runs as root.  So access
to the files is then controlled by the web server.  Which will allow
you to access them from anywhere that has access to the web server -
it is not set up by default with any restrictions on access.  To check
that it is working, run this from a (non-root) command prompt on that
box:

wget http://127.0.0.1/playlist.m3u

It should download a copy of the playlist.m3u file.


More information about the mythtv-users mailing list