I'm having trouble trying to get rtmp links to work. The following is some rtmp information for a collection of links that work in xbmc which I'm trying to bring over to MediaPortal. I'm trying to standardize on MediaPortal for our family as it has a working PVR for live TV.
Link info:
<item>
<title>+ US \ Bloomberg</title>
<link>rtmp://media2.lsops.net/live/ playpath=bloomber_en_high.sdp swfUrl="http://www.livestation.com/flash/player/5.4/player.swf" swfVfy=true live=true timeout=60</link>
<thumbnail>http://thestreamdb.googlecode.com/svn/logos/8gbjm6.png</thumbnail>
</item>
The above info works great on xbmc, but I can't get Online Videos to play it. The log suggests that I get a successful connection, but I end up with an error of "can't play video, no URL".
I've attached log files for your perusal. I'm sure I'm doing something stupid here, but I'm a newbie, so please bear with me.
Until the new version of OnlineVideos is released, you can use this:
<Site name="+ US \ Bloomberg" util="Rtmp" agecheck="false" enabled="true" lang="en">
<Description>rtmp tester</Description>
<Configuration>
<item key="playpath"><![CDATA[bloomber_en_high.sdp]]></item>
<item key="swfVfy"><![CDATA[true]]></item>
<item key="swfurl"><![CDATA[http://www.livestation.com/flash/player/5.4/player.swf]]></item>
<item key="live"><![CDATA[true]]></item>
<item key="timeout"><![CDATA[60]]></item>
</Configuration>
<Categories>
<Category xsi:type="Group" name="test">
<Channels>
<Channel name="watch" thumb="http://thestreamdb.googlecode.com/svn/logos/8gbjm6.png">rtmp://media2.lsops.net/live/</Channel>
</Channels>
</Category>
</Categories>
</Site>
Thanks dokabouter, I appreciate your help!
I gave the above xml a try, but I'm getting the same results. It's never looked like a parsing issue as I get a successful connection, but nothing streams and I get the "no URL" error again. The link works great in xbmc, but I can't get it to play in OV.
I've attached logs again, but they look to be pretty much the same as before.