[mythtv-users] m3u list for Freebox capture

José Silva jsantossilva at hotmail.com
Mon Feb 29 10:49:25 UTC 2016


Hello,

I have this list that works on kodi:

#EXTM3U
#EXTINF:-1 tvg-id="rtp1.pt" tvg-logo="rtp1.png" 
group-title="PORTUGAL",[COLOR yellow][I][B]RTP 1[/B][/I][/COLOR]
rtmp://rtppullswflivefs.fplive.net/rtppullswflive-live playpath=2ch5h264 
swfUrl=http://programas.rtp.pt/play/player.swf?v3 
pageUrl=http://www.rtp.pt/play/direto/rtp1?mag swfVfy=1 live=1 timeout=15
#EXTINF:-1 tvg-id="TVI.pt" tvg-logo="TVI.png" 
group-title="PORTUGAL",[COLOR yellow][I][B]TVI[/B][/I][/COLOR]
http://video-live.iol.pt:1935/live_tvi/smil:LIVE_TVI/playlist.m3u8

I adapted it to work on mythtv's Freebox capture:

#EXTM3U
#EXTINF:0,501 - RTP 1
#EXTMYTHTV:xmltvid=rtp1.tv.sapo.pt
rtmp://rtppullswflivefs.fplive.net/rtppullswflive-live playpath=2ch5h264 
swfUrl=http://programas.rtp.pt/play/player.swf?v3 
pageUrl=http://www.rtp.pt/play/direto/rtp1?mag swfVfy=1 live=1 timeout=15
#EXTINF:0,502 - TVI
#EXTMYTHTV:xmltvid=tvi.tv.sapo.pt
http://video-live.iol.pt:1935/live_tvi/smil:LIVE_TVI/playlist.m3u8

The first channel is working, the second isn't, even if I use only:

#EXTM3U
#EXTINF:0,501 - RTP 1
#EXTMYTHTV:xmltvid=rtp1.tv.sapo.pt
http://www.rtp.pt/play/direto/rtp1?mag swfVfy=1 live=1 timeout=15

The later link works on a browser.

As a side effect, if I set the Input Connection to start on the 
non-working channel 501, then choosing Watch Live TV, it fails as I 
said, but not gracefully, I get a black screen forever and have to kill 
the frontend. The log says "Failed to set channel to 501. Reverting to 
kState_None". But that's not my issue, just info for the devs.

Can somebody help to make this work?

TIA,
jss


More information about the mythtv-users mailing list