Kodi Community Forum
How to get the correct rtmp host? - 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: How to get the correct rtmp host? (/showthread.php?tid=84869)



How to get the correct rtmp host? - Larry_Lobster - 2010-11-06

Hello everyone,

I try to write a script which plays content of http://tv.sport1.de. I use the xot-uzg framework and finally some streams started within xbmc Big Grin

But I still have a problem: In the source code of the website containing the streams you can find a rtmp-URL. Unfortunately the host that is spefified there is not the host the stream is hosted on. For test purposes I uses the rtmpsrv client to get the "real location". If I hard code this location, some streams (obviously those located on the host I hard coded) work.

How can I get the "real host" at runtime?

Kind regards
Larry_Lobster

Edit: Forget it, my mistake :o