Page 6 of 6 FirstFirst ... 456
Results 51 to 55 of 55

Thread: Record multiple videos from a live web cam stream

  1. #51

    Default

    Can you explain what you mean by setting it "in the fla app". You mean this app: LiveStreamRecord_3.0/clientHTTP/HTTPLiveStreamRecord.html?

    I don't think you can change a Wowza application's StreamType from a flash app. You can only alter an Application.xml (in memory) from a Wowza module. Are you using a custom module?

  2. #52

    Default

    damn, it seems this is ok now, after setting live-lowlatency in the application.xml..i'll perform some tests and let you know

    thanks !

  3. #53

    Default

    Great news gabole!! Thank you for providing all the detailed information.

  4. #54

    Default

    hello again

    so recording and path are ok now, but i still have 2 issues:

    i canno't add custom metadata. i do like that:

    metaData["nom"] = _pseudo;
    recordStream.send("@setDataFrame", "onMetaData", metaData);
    but this metadata is not available then in the flv. is the synthax ok ?

    also, i have a problem with sound: when played from flash, the recordings are ok. but i cannot play them anywhere else (have only video). when trying to convert to avi in ffmpeg i have this:

    Input #0, flv, from '686812914.flv':
    Metadata:
    duration : 576
    creationdate : ven. janv. 13 14:54:29
    Duration: 00:09:35.78, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: flv, yuv420p, 176x106, 1k tbr, 1k tbn, 1k tbc
    Stream #0.1: Audio: [0][0][0][0] / 0x0000, 16000 Hz, 1 channels
    [buffer @ 0x118f1d0] w:176 h:106 pixfmt:yuv420p
    Output #0, avi, to 'test.avi':
    Stream #0.0: Video: mpeg4, yuv420p, 176x106, q=2-31, 200 kb/s, 90k tbn, 1k tbc
    Stream #0.1: Audio: mp2, 16000 Hz, 1 channels, s16, 64 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    Decoder (codec id 86054) not found for input stream #0.1
    i'm using speex as audio codec to grab audio from microphone in flash

    thanks for your help !

    Gabriel
    Last edited by gabole29; 01-16-2012 at 02:38 AM.

  5. #55
    Join Date
    Dec 2007
    Posts
    25,673

    Default

    Use IMediaStream.sendDirect for recording.

    Richard

Page 6 of 6 FirstFirst ... 456

Tags for this Thread

Posting Permissions

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