Wowza Community

Handle the case where an IP Camera goes offline and then comes back online

Hi,

We stream data from IP Cameras and we use following applications:

  • Live View (We use the ‘live’ application)

  • Live Stream Recording (We use the HTTPProvider livestreamrecord available at http://www.wowza.com/forums/content.php?264-HTTProvider-LiveStreamRecorder)

    We also need to consider the scenario when a camera goes offline and then comes back online. Could you please answer the following questions?

  • I start streaming the camera stream in stream manager for live application. I start the live view for the camera. My camera suddenly goes offline and then comes back online. Will my interrupted live view continue? If not, can this use case be handled in Wowza?

  • Consider the same case when I am recording the live stream video from the camera and the camera restarts. Will my recording continue? If not, can this case be handled?

    Thanks,

    Karuna.

Karuna,

Yes, try it out. Test that scenario.

Richard

Karuna,

Yes, try it out. Test that scenario.

Richard

Karuna,

How are you recording? Are you 1) using StreamType “live-record”, or are you 2) starting the stream with MediaCaster type “rtp-record”, or are you 3) using the LiveStreamRecord package.

If 1 or 2, recording should continue. If 3, you will have to start recording again, either by user or programatically.

Richard

Hi Richard,

I tried out both the scenarios.

For live streaming, it worked. The live view continued when the camera restarted. :slight_smile:

However, live stream record did not work. When the camera went offline, the recording stopped. When the camera came back online, the recording did not continue. Can we handle this case in the module?

Thanks,

Karuna.