2011-03-30, 01:06
Hi all,
Suppose I'm able to play a rtmp stream with something like:
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.
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.