[mythtv-users] DVB to IPTV

Stephen Worthington stephen_agent at jsw.gen.nz
Tue May 31 11:00:32 UTC 2016


On Tue, 31 May 2016 12:24:19 +0200, you wrote:

>Hello,
>
>I have IPTV channels available at home, they works well if I execute this way:
>
>vlc rtp://239.0.5.111:8208
>
>I create a playlist file in the backend:
>
># cat /root/list.m3u
>#EXTM3U
>#EXTINF:0,031 - Canal+ Estrenos HD
>rtp://239.0.5.111:8208
>#EXTINF:0,032 - Canal+ Xtra HD
>rtp://239.0.5.112:8208
>#EXTINF:0,033 - Canal+ Accion HD
>rtp://239.0.5.113:8208
>#EXTINF:0,034 - Canal+ Comedia HD
>rtp://239.0.5.114:8208
>#EXTINF:0,035 - Canal+ DCine HD
>rtp://239.0.5.115:8208
>
>Then go to mythtv-setup:
>
>1. Capture cards -> New card:
>     - Card type: IPTV Recorder
>     - M3U URL: /root/list.m3u
>     - Tunning timeout (ms): 30000
>     - Max recordings: 2
>
>2. Video Sources - New video source:
>     - Video source name: iptv
>     - Lintings grabber: No grabber
>     - Chanel frequency tabl: default
>     - Network ID: -1
>
>3. Input connections -> [ FREEBOX : /root/list.m3u ] (None) -> (None)
>     - Input name: MPEG2TS
>     - Display name (optional): Movistar
>     - Video source: iptv
>     - Use quick tuning: Never
>     - Scan for channels:
>          + Video Source: iptv
>          + Input: [ FREEBOX : /root/list.m3u ] (MPEG2TS)
>          + Desired Services: TV
>          + Unencrypted Only: "checked"
>          + Test Decryptability: "unchecked"
>          + Scan Type: M3U Import:
>          + Next -> "Downloading Playlist Failed"
>
>The backend log:
>
>2016-05-31 12:20:21.360845 A
>TriggeredConfigurationGroup::triggerChanged(16) Error:Failed to locate
>value in triggerMap
>2016-05-31 12:20:23.381816 A
>TriggeredConfigurationGroup::triggerChanged(16) Error:Failed to locate
>value in triggerMap
>2016-05-31 12:20:25.866776 I  IPTVChanFetch: DownloadPlaylist failed
>to download from /root/list.m3u
>
>Need I configure something else? Am I doing something wrong?
>
>I really appreciate your help.

That could be a permissions problem with the /root/list.m3u file.
MythTV runs as mythtv user and mythtv group normally, and does not
have access to /root.  I put my .m3u file in /var/www (I think that
needs to be /var/www/html on 16.04 systems), and downloaded it from
the Apache web server:

  http://localhost/list.m3u

That way, if Apache is available to other boxes on your network, they
can all download the same file from there to access the streaming
channels.


More information about the mythtv-users mailing list