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="clsid:D27CDB6E-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
Where is the stream?
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-04-30 08:45
Post: #1
|
| find quote |
Bstrdsmkr
Fan Posts: 711 Joined: Oct 2010 Reputation: 13 |
2012-04-30 20:16
Post: #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
|
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-05-01 02:40
Post: #3
What kind of stream is this? Why do they have it?
Thanks |
| find quote |
Bstrdsmkr
Fan Posts: 711 Joined: Oct 2010 Reputation: 13 |
2012-05-01 03:05
Post: #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 |
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-05-01 04:17
Post: #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
|
| find quote |
Bstrdsmkr
Fan Posts: 711 Joined: Oct 2010 Reputation: 13 |
2012-05-01 08:42
Post: #6
First one I've seen, but hopefully someone else has and has a work around
|
| find quote |
dimarra
Junior Member Posts: 12 Joined: Jun 2011 Reputation: 0 |
2012-05-01 09:03
Post: #7
i hope there is, i dont mind putting in some effort for this site in particular.
thanks |
| find quote |
ShadowEO
Junior Member Posts: 22 Joined: Sep 2011 Reputation: 0 Location: OH, USA |
2012-05-02 16:31
Post: #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: [INDENT]XBMC Beyond TV Client - on haitus again due to PC problems.[/INDENT] [INDENT]OpenUluh - Current Unstable: 0.1.7.3_Proposed-stable 02/10/12 - Current Stable: No current stable releases[/INDENT] |
| find quote |

Search
Help