Page 1 of 21 12311 ... LastLast
Results 1 to 10 of 210

Thread: LiveStreamRecord: Module for recording a live stream on demand

  1. #1

    Default LiveStreamRecord: Module for recording a live stream on demand


    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.

  2. #2

    Default Is there an update for this (for 2.0 production)

    Is there an update for this (for 2.0 production)

  3. #3
    Join Date
    Dec 2007
    Posts
    25,640

    Default

    This is current.

    Richard

  4. #4

    Default

    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 is
    WARN server comment - ModuleStreamRecord.startRecording: stream not found

  5. #5
    Join Date
    Dec 2007
    Posts
    25,640

    Default

    Try something like this for stream name:
    rtmp://[origin-address]:1935/live/_definst_/yourLiveStream
    Richard

  6. #6
    Join Date
    Dec 2007
    Posts
    25,640

    Default

    I confirmed, it works if you do it like that. It's because the liverepeater-edge application is re-streaming.

    Richard

  7. #7

    Default

    Yup, it works that way. Most unintuitive, I'd recommend adding that to the documentation. Thanks.

  8. #8

    Default

    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:
    Code:
    recordOptions.format = "mp4";
    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?

  9. #9
    Join Date
    Dec 2007
    Posts
    25,640

    Default

    Try with prefix.

    mp4:yourLiveStream

    Richard

  10. #10

    Default start recoring on stream publish

    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.

Page 1 of 21 12311 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •