Where is the stream?
#1
Hello folk,

Im learning to code an add-on to watch the news on the big screen. I could not find which among the lines here is the stream? can you help out how i can get this to work.

Page the video comes from http://www.abs-cbnnews.com/video/busines...do-banatao

<script src="http://player.ooyala.com/player.js?width=510&height=340&embedCode=ZuaThsNDpK6ObQm8kuITicvKqV17ZBK8">
</script>
<noscript>
<object
classid="clsidBig Grin27CDB6E-AE6D-11cf-96B8-444553540000"
id="ooyalaPlayer_3nzry_gckbl46m"
width="510"
height="340"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
<param name="movie" value="http://player.ooyala.com/player.swf?embedCode=ZuaThsNDpK6ObQm8kuITicvKqV17ZBK8&version=2" />
<param name="bgcolor" value="#000000" />
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="true" />
<param name="flashvars" value="embedType=noscriptObjectTag&embedCode=ZuaThsNDpK6ObQm8kuITicvKqV17ZBK8" />
<embed
src="http://player.ooyala.com/player.swf?embedCode=ZuaThsNDpK6ObQm8kuITicvKqV17ZBK8&version=2"
bgcolor="#000000"
width="510"
height="340"
name="ooyalaPlayer_3nzry_gckbl46m"
align="middle"
play="true"
loop="false"
allowscriptaccess="always"
allowfullscreen="true"
type="application/x-shockwave-flash"
flashvars="&embedCode=ZuaThsNDpK6ObQm8kuITicvKqV17ZBK8"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>
</object>
</noscript>


Thanks
Reply
#2
Hate to be the bearer of bad news, but I don't think you're going to be able to play that stream in xbmc. Open it in Chrome and open the Network transaction inspector and press play. It submits verification information every 10seconds. If you block the post request, the stream stops. As Far as I know, xbmc doesn't have a facility for this
Reply
#3
What kind of stream is this? Why do they have it?
Thanks
Reply
#4
They probably want to keep people from watching the stream without visiting the site so they make money from the advertisements. This is the url to the stream: http://player.ooyala.com/player.swf?embe...&version=2

But ti won't play without the verification being sent from the player every so often
Reply
#5
are there any similar sites like this encountered in this forum? are they also a dead-end? is the support to this type of stream planned or requested already? Sorry about the questions if too much. Thanks
Reply
#6
First one I've seen, but hopefully someone else has and has a work around
Reply
#7
i hope there is, i dont mind putting in some effort for this site in particular.
thanks
Reply
#8
Thinking that since it sends verification info, It's probably an encrypted RTMP stream, So you might not be able to use it unless you can find the encryption key. You might be able to check up on the Hulu XBMC addons and see if you get any ideas from that (Although I think they use the Hulu desktop SWF to find the decryption key then use that to decode the stream.), If their still going on with their work.
Project status:
XBMC Beyond TV Client - on haitus again due to PC problems.
OpenUluh - Current Unstable: 0.1.7.3_Proposed-stable 02/10/12 - Current Stable: No current stable releases
Reply

Logout Mark Read Team Forum Stats Members Help
Where is the stream?0