Hi ,
Ive read in the Wowza server documentation about recording a live stream
Recording live streams using URL queries
You can use the HTTP get method and URL querystring parameters to record live streams. The following URL querystring shows the minimum required URL parameters for recording live streams:
Code:
[wowza-address]:8086/livestreamrecord?app=live&streamname=myStream&action=startRecording
Where the required URL parameters are:
app=[app-name]
streamname=[stream-name] (must be a live stream)
action=startRecording | stopRecording | splitRecordingNow | startRecordingSegmentByDuration | startRecordingSegmentBySize | startRecordingSegmentBySchedule
I will send the live video from my iPhone so I would like to know how can I send video ? What will be the parameter for stream data as above url is only taking stream name ,appname and action?
Any help/suggestion will be appreciated .