Streaming from Wowza - NetConnection.uri is undefined

Hi,

I'm having a problem streaming from Wowza on my local (Windows XP) machine.
I can use the Wowza simplevideostreaming example and their provided example html page (with embedded Adobe player) to stream their Extremists.flv sample.

However, I can't get FlowPlayer to access it (using v2.1.3). My code is :-

window.onload = function()
{
flashembed("example",
{
src:'FlowPlayerDark.swf',
width: 468,
height: 350
},
{config: {
streamingServerUrl: 'rtmp://localhost:1935/simplevideostreaming',
streamingServer: 'fms',
videoFile: 'Extremists.flv'
}}
);
}

FlashInspector reports :-

config: {object}
initialScale: orig
embedded: true
baseURL: file:///C:/PlayRoom/Flash/WowzaServer
fullScreen: {undefined}
videoFile: Extremists.flv
streamingServer: fms
streamingServerUrl: rtmp://localhost:1935/simplevideostreaming

FATAL Cannot find Stream, NetConnection.uri is 'undefined'

I've tried various different options, such as omitting the 'flv' extension, the 1935, etc. but get the same result.

Anyone any ideas ?

Thanks...
...Andy

api's picture

Try without the .flv

Try without the .flv extension:

videoFile: 'Extremists'

Wowza (and FMS) does not like it in the URL.