Wowza Community

Playing a liveStream shows me always a delayed and recorded old stream.

I created a new application from WowzaIDE2

I use then flex to connect to it

I use:

nsOutGoing.bufferTime=0;

nsOutGoing.publish(“john”,“live”);

and play it back with:

nsInGoing.bufferTime=0;

nsInGoing.play(“john”);

Everything works fine except… it shows me something that is not live (same video from begin) like a recorded video.

It automatically creates a file

C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.0.6\content\john.mp4

infact it records the stream AUTOMATICALLY: how can I prevent that ?

regards

Hi there.

This sounds like you are using an application StreamType of “default” instead of “live”.

Could this be possible?

Thanks.

Salvadore