Kodi Community Forum
How to put this rtmp stream together. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: VideoPlayer InputStream (https://forum.kodi.tv/forumdisplay.php?fid=312)
+---- Thread: How to put this rtmp stream together. (/showthread.php?tid=195274)



How to put this rtmp stream together. - jpinder70 - 2014-05-15

HI,

I found a stream using rtpdump, and I'm creating a addon for my local news station, because it's free if you take there cable internet but it's stream form the internet.

I have the addon working for other source on my local network, I just need a little help understanding how I can put the info together to play it in my addon.

#Stream:
#-------------------------------------------------

"rtmp://fs-b4e3010000000000.id.cdn.cv.net/vxedge/fs-b4e3010000000000" -a "vxedge/fs-b4e3010000000000" -f "WIN 13,0,0,214" -W "http://longisland.news12.com/swf/jwplayer/player.swf" -p "http://longisland.news12.com/news/news-12-long-island-live-stream-1.3923191" -y "fs-b4e3010000000000" -o fs-b4e3010000000000.flv

#----------------------------------------------

Thanks


RE: How to put this rtmp stream together. - learningit - 2014-05-16

(2014-05-15, 22:47)jpinder70 Wrote: HI,

I found a stream using rtpdump, and I'm creating a addon for my local news station, because it's free if you take there cable internet but it's stream form the internet.

I have the addon working for other source on my local network, I just need a little help understanding how I can put the info together to play it in my addon.

#Stream:
#-------------------------------------------------

"rtmp://fs-b4e3010000000000.id.cdn.cv.net/vxedge/fs-b4e3010000000000" -a "vxedge/fs-b4e3010000000000" -f "WIN 13,0,0,214" -W "http://longisland.news12.com/swf/jwplayer/player.swf" -p "http://longisland.news12.com/news/news-12-long-island-live-stream-1.3923191" -y "fs-b4e3010000000000" -o fs-b4e3010000000000.flv

#----------------------------------------------

Thanks

There's a full list for all the NY regions for both News and Traffic/Weather that can be used in xbmc as .strm files or coded directly into an addon for use with xbmcplugin.setResolvedUrl (xbmc doesn't directly support the rtmpdump format above) here:
http://pastebin.com/jy2UPSQ8


RE: How to put this rtmp stream together. - jpinder70 - 2014-05-16

Thanks!!! that solved my issue - now i got my plugin working.Thanks