Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
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
|
#3
|
|||
|
|||
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 ... |
Tags: kodi, rtmp, rtmpdump, xbmc |
Thread Tools | |
Display Modes | |
|
|