[mythtv-users] DVB to IPTV

Josu Lazkano josu.lazkano at gmail.com
Tue May 31 10:24:19 UTC 2016


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.

Best regards.

-- 
Josu Lazkano


More information about the mythtv-users mailing list