Kodi Community Forum
rtmp urls, .strm files - 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: rtmp urls, .strm files (/showthread.php?tid=98059)



rtmp urls, .strm files - pecospete - 2011-03-30

Hi all,

Suppose I'm able to play a rtmp stream with something like:

Code:
rtmpdump -v -r rtmp://foourl --playpath bar  --pageUrl http://www.foourl.com --swfVfy http://www.foourl.com/player2.swf  | mplayer -

Is there a way to convert that into a url that xbmc (10.1) groks, so that I can put it in .strm files, or does one need to do that in python?

Alternatively, is there a generic add-on somewhere that reads rtmp stream urls, playpath's etc from some configuration file, so that one doesn't have to write an add-on for each stream in the intertubes?

I've been googling around for a while, and can't find the answer to these myself.


- spiff - 2011-03-30

rtmp://foourl playpath=bar pageurl=... swfvfy=...


- renaudtrudel - 2011-03-31

http://forum.xbmc.org/showthread.php?tid=97116