com.wowza.wms.plugin.integration.liverecord
Class LiveStreamRecorderMP4
Object
com.wowza.wms.plugin.integration.liverecord.LiveStreamRecorderBase
com.wowza.wms.plugin.integration.liverecord.LiveStreamRecorderMP4
- All Implemented Interfaces:
- ILiveStreamRecord
public class LiveStreamRecorderMP4
- extends LiveStreamRecorderBase
- implements ILiveStreamRecord
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiveStreamRecorderMP4
public LiveStreamRecorderMP4()
getPlayPackets
protected java.util.List<com.wowza.wms.amf.AMFPacket> getPlayPackets()
onPublish
public void onPublish()
- Specified by:
onPublish
in interface ILiveStreamRecord
onUnPublish
public void onUnPublish()
- Specified by:
onUnPublish
in interface ILiveStreamRecord
startRecording
public void startRecording(com.wowza.wms.stream.IMediaStream stream,
boolean append)
- Specified by:
startRecording
in interface ILiveStreamRecord
startRecording
public void startRecording(com.wowza.wms.stream.IMediaStream stream,
String filePath,
boolean append)
- Specified by:
startRecording
in interface ILiveStreamRecord
startRecording
public void startRecording(com.wowza.wms.stream.IMediaStream stream,
String filePath,
boolean append,
java.util.Map extraMetadata)
- Specified by:
startRecording
in interface ILiveStreamRecord
stopRecording
public void stopRecording()
- Specified by:
stopRecording
in interface ILiveStreamRecord
work
public void work()
- Specified by:
work
in interface ILiveStreamRecord
workStop
public void workStop()
- Specified by:
workStop
in interface ILiveStreamRecord