Live Stream from website

Hi, I am trying to make an app for my school and they have a TV station that is also online in a Live Stream form, is there a sample or template of how to put a live stream in an app?

Thank You in advance. [import]uid: 131530 topic_id: 32135 reply_id: 332135[/import]

Hi Ross,

We use an upstream feed and works fine, here is the code…

local options =
{
hasBackground=false,
autoCancel = true,
urlRequest=listener
}
native.showWebPopup( 2, 120, 315, 210,“http://www.ustream.tv/embed/XXXXXXXX”, options )

where XXXXXXX is the upstream channel number.

Hope it helps!!!

[import]uid: 84893 topic_id: 32135 reply_id: 131683[/import]

Hi Ross,

We use an upstream feed and works fine, here is the code…

local options =
{
hasBackground=false,
autoCancel = true,
urlRequest=listener
}
native.showWebPopup( 2, 120, 315, 210,“http://www.ustream.tv/embed/XXXXXXXX”, options )

where XXXXXXX is the upstream channel number.

Hope it helps!!!

[import]uid: 84893 topic_id: 32135 reply_id: 131683[/import]