2023-07-22, 08:38 AM
(2023-07-21, 11:49 PM)mvallevand Wrote: I saw on the Kodi forum you are trying to use pvr.iptvsimple for these streams. Did the extra not work?
I did create an extra for non geo-blocked Arabic BBC URL m38 and mp3 which I can test here and the syntax seems ok.
Code:<?xml version="1.0" encoding="UTF-8"?>
<extras>
<channel name="BBC m3u8">
<command>ffmpeg</command>
<args>-re -v panic -i "https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/t=3840/v=pv14/b=5070016/main.m3u8" -codec copy -f mpegts -</args>
</channel>
<channel name="BBC mpd">
<command>ffmpeg</command>
<args>-re -v panic -i "https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd" -codec copy -f mpegts -</args>
</channel>
</extras>
Martin
Hi Martin
To be honest I didnt try this so far, mainly as I didnt really understand how/where to implement your suggestion. Do I put these strings in the M3U file or as an additional file somewhere else?
Thanks Dave