This forum post has moved to the following article:
http://www.wowzamedia.com/forums/content.php?123
Enjoy,
The Wowza Team
This forum post has moved to the following article:
http://www.wowzamedia.com/forums/content.php?123
Enjoy,
The Wowza Team
Last edited by charlie; 10-04-2010 at 11:34 AM.
Is there an update for this (for 2.0 production)
This is current.
Richard
This does not seem to work on a "liverepeater-edge" application... Is it supposed to be that way, or am I doing something wrong? The error I'm getting isWARN server comment - ModuleStreamRecord.startRecording: stream not found
Try something like this for stream name:
Richardrtmp://[origin-address]:1935/live/_definst_/yourLiveStream
I confirmed, it works if you do it like that. It's because the liverepeater-edge application is re-streaming.
Richard
Yup, it works that way. Most unintuitive, I'd recommend adding that to the documentation. Thanks.
I've got another issue. I'm trying to capture h264/aac content and I've uncommented line 38 of the ActionScript code, modifying it to:
Funny thing is MediaInfo sees the container as "MPEG-4 (Adobe Flash)", but the saved file has the .flv extension, not .mp4. How can I save files with the .mp4 extension?Code:recordOptions.format = "mp4";
Try with prefix.
mp4:yourLiveStream
Richard
Hello.
I need to start recording after stream is published. Which callback function approaches for this purpose?
I thought that ModuleCore.publish(...) does not approach, as when it is called, the stream does not exist yet.
Last edited by kiribati; 02-03-2010 at 08:47 PM.