Kodi Community Forum
help with RTMP url xml in XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312)
+---- Thread: help with RTMP url xml in XBMC (/showthread.php?tid=134051)



help with RTMP url xml in XBMC - rabah_haddad - 2012-06-15

Hello.

i'm new to all this.
i have this url

rtmp://distribution02.arabtvnet.tv:1935/live?email=rabah_haddad%40hotmail.com&password=bba603afe02da152e23661f32e28c34e<playpath>271.stream <swfUrl>http://atnnetwork.com/webtv/player.swf <pageUrl>http://atnnetwork.com/webtv.php
how would i add it to an xml file to play in xbmc.

i tried adding it but it would not play.

is there a special format it has to be in?

Much appreciated.

Thanks


RE: help with RTMP url xml in XBMC - Sjalih - 2012-06-19

Hi? Which program did you use to get the link?


RE: help with RTMP url xml in XBMC - k1m0s - 2012-06-20

Code:
<item>
<title>Name</title>
<link>rtmp://distribution02.arabtvnet.tv:1935/live?email=rabah_haddad%40hotmail.com&password=bba603afe02da152e23661f32e28c34e/271.stream swfUrl=http://atnnetwork.com/webtv/player.swf pageUrl=http://atnnetwork.com/webtv.php</link>
</item>



RE: help with RTMP url xml in XBMC - Sjalih - 2012-06-23

Is anyone successful to port this links to xbmcHuh