
VB.net Embding a rtmp stream
Hello,
I am trying to embed an online stream for a channel into my vb.net program. I am having a hard time implementing the stream into my project.
Looking at the stream source:
bc.. <embed type="application/x-shockwave-flash" src="live.ctvchannel.tv_files/player.swf" style="" id="mpl" name="mpl" quality="high" allowfullscreen="true" allowscriptaccess="always" wmode="opaque" flashvars="backcolor=111111&frontcolor=CCCCCC&lightcolor=66CC00&autostart=true&skin=http://manage.streamcyclone.com/skins/beelden/beelden/beelden.xml&streamer=rtmp://sc-lb1.streamcyclone.com/ctvch_live&file=ctvch&plugins=http://manage.streamcyclone.com/plugins/qualitymonitor,gapro-1&abouttext=StreamCyclone Player&aboutlink=http://www.streamcyclone.com/&gapro.accountid=UA-679067-4&gapro.trackpercentage=true&gapro.tracktime=true" width="720" height="420"></div>
I want to use jw player, but I am not sure, how to make play this stream. any help or hints would be appreciated.