Kodi Community Forum

Full Version: <break> in urls
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm trying to add some channels to XML file, but the URL has word "<break>" and the channel wont appear in the XBMC livestram. any ideaHuh

url is

rtmp://212.187.212.34/flash<break>fs-ed63350000000000.flv

Thanks
Mike
XML requires < and > to be written as
Code:
&lt; and &gt;
respectively.
I'm not expert so the url should be ?


rtmp://212.187.212.34/flash&lt; and &gt; fs-ed63350000000000.flv

or

rtmp://212.187.212.34/flash&lt;break&gt;fs-ed63350000000000.flv
The second one.