How to put this rtmp stream together.
#1
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
Reply
#2
(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
Reply
#3
Thanks!!! that solved my issue - now i got my plugin working.Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
How to put this rtmp stream together.0