Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

RTMP dumps and xbmc.

(http://stream-recorder.com/forum/showthread.php?t=20179)

xoptimus 08-25-2015 08:51 PM

RTMP dumps and xbmc.


 
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=2l22...ature=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

Re: RTMP dumps and xbmc.


 
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

Re: RTMP dumps and xbmc.


 
You were missing the flash ;) "flashver=WIN\2018,0,0,209"

Code:

<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>



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

Check your inbox ...


All times are GMT -6. The time now is 10:03 PM.