PDA

View Full Version : RTMP dumps and xbmc.


xoptimus
08-25-2015, 08:51 PM
I am trying to figure out how to get an rtmp to properly play on my kodi addon. I've gotten some rtmp's to work but I am stumped with this one. I have gotten the dump to output the flv and play it properly in vlc, but can't get it to work on kodi.

Video explaining:
https://www.youtube.com/watch?v=2l223o8zkbU&feature=youtu.be

tested formats
#EXTINF:-1,Adventure Time
rtmp://62.210.76.216/live playpath=adventure swfUrl=http://releases.flowplayer.org/5.5.1/flowplayer.swf live=1 pageUrl=http://www.stream4free.eu/adventure-time
#EXTINF:-1,Adventure Time 1
rtmp://62.210.76.216/live playpath=adventure swfUrl=http://releases.flowplayer.org/5.5.1/flowplayer.swf live=true pageUrl=http://www.stream4free.eu/adventure-time
#EXTINF:-1,Adventure Time 2
rtmp://62.210.76.216/live playpath=adventure swfUrl=http://releases.flowplayer.org/5.5.1/flowplayer.swf pageUrl=http://www.stream4free.eu/adventure-time live=true swfVfy=true

streamkey87
09-07-2015, 07:45 PM
Did you ever figure this out? I am having a simular problem with streams that require tokens. I dont need this for xbmc but it is the same basics. If you have found anything please let me know or pm me. Thanks

peterpan
09-07-2015, 09:17 PM
You were missing the flash ;) "flashver=WIN\2018,0,0,209"


<item>
<title>http://www.stream4free.eu/adventure-time</title>
<link>rtmp://62.210.76.216/live app=live playpath=adventure flashver=WIN\2018,0,0,209 swfUrl=http://releases.flowplayer.org/5.5.1/flowplayer.swf pageUrl=http://www.stream4free.eu/adventure-time live=true swfVfy=true</link>
</item>


http://i.imgur.com/1SvX4z4m.png

You can also make use of a regex and get it to auto-update the HLS stream, if they change it... ;)

Check your inbox ...