Recording live video using FME 3

Hello..
I'm using flash media encoder 3 to publish livestream to
clients...
I heard that using client side code, its impossible to record
video,.that was for fms2.. i'm using FMS 3.5 is there any added
feature in fms 3.5 to record video using FME 3..
If possible please provide any links having exapmles or the
server side code for recording video from FMS...
Regards...
Bijesh

Thanks a lot for the reply nikhil...
Im having a client application to initiate the record...
For that i have to use the client.[function name]..
i dont want the fme to start the recording in my server side
code..
But i'm not getting the H.264 encoded recording,, this is my
code..
application.onConnect = function( client ) {
trace("on connect");
application.acceptConnection( client );
client.recordthis = function(streamName)
trace("starting");
s = Stream.get(streamName);
trace("streamname");
if (s){
s.record();
///////s.play("clientStream");
// Stop recording.
//s = Stream.get("serverStream");
//if (s){
//s.record(false);
i changed s=stream.get(mp4:streamName);
then Fme is showing error while connecting to FMS...

Similar Messages

  • Recording live video

    hello
    how can one record live video as well as show what is recording ,using JMF
    please help?
    Manmeet Singh

    hello again
    i checked out the site it has one pdf and zip file i already have zip file.
    let me clarify what i want to know
    recording code is given in the guide but i want to use processor (which is created) for recording as well as taking visual component from the same processor.or is there any other way
    please let me know
    Manmeet Singh

  • Video Pixelation occurs while recording the video using flash player

    Hello,
    I am recording the video using flash player 9 ( using the
    flash media server 2.0 on the back end). Everything used to work
    fine in the past. The quality of the flv video was good. Now
    suddently, I have started seeing the pixelation in the recorded
    video (very poor video quality). Nothing has been changed in the
    code. However on the server side, I am not very sure if there is
    any windows update has taken place and have caused the problem with
    the codec on server.
    However my understanding is that when we record the video
    then flash player use its own codec not the flash media server.
    Can any one help me on how I can get rid of pixelation
    issues?
    Thanks for your help.
    Best Regards
    Pradeep

    Hello Melissa,
    I might not be understanding the question right, but if you
    are using Flash
    Player 6, and the Flash Player 6 video player component, you
    can resize the
    video by resizing the component on the stage (just drag and
    make it larger).
    Let me know if that works for you.
    Jesse H.
    Adobe Community Expert
    My site:
    http://www.jharding.com
    Free Blog Radio:
    http://www.tornadostream.com
    > I'm streaming video using Flash Player 6. The problem I
    am having is
    > that the
    > video will only play at a super small size, something
    like 180 x 60
    > (that's a
    > guess). Is there a way to play the video at the 320
    width that I
    > redered it as?
    > I'm using Flash Player 6 because some code that came
    with my
    > purchased Flash
    > Template does not work unless it's published to Flash
    Plaey 6.
    > Thanks in advance!

  • Streaming 2 x H264 live videos using smil file?

    Hi,
    I want to be able to stream a live video using Flash Media Live Encoder 3 using two options of 300 kbps and 150 kbps.
    I want to give users a choice of stream quality depending on their available bandwidth to maintain the live feed.
    I have set it up so that the Bit Rates are 300 and 150 and tick marks on: 1 and 2
    my FMS URL is correct
    The stream names are test1 and test2
    in the Stream: box I have written: test1;test2
    Yet I have also tried : mp4:test1.f4v;mp4:test2.f4v and other combinations.....
    The SMIL file has the following:
    <smil>
        <head>
            <meta base="rtmp://live" />
        </head>
        <body>
        <switch>
              <video src="mp4:test1.f4v" system-bitrate="150000"/>
              <video src="mp4:test2.f4v" system-bitrate="300000"/>
        </switch>
        </body>
    </smil>
    The SMIL file is in the same root level as the web page.
    It does not work, I have tested this with prerecorded videos and it works fine, so I thought it should work with 2 live streams also.
    I believe one of the issues might be the Stream: test1;test2
    in Flash Media Live Encoder 3?
    Second related questions:
    Also using Dreamweaver CS5 what is the correct setting to stream an FLV with h264?
    I also tried mp4:test1.f4v in the stream name but it comes back with anerror that the name is wrong.
    any solutions to what I am doing wrong would be appreciated

    Thanks for the response.
    With respect to the second query I had, I do understand that FLV does not support H264, I just used the term FLV to mention it was a flash video I was refering to rather tahn the codec used.
    The first part, I did actually try that option previously, but it still returned an error of "Cannot Connect".
    I used the code generated by the FMS dynamic video page to create the video object.
    I simply changed it in Dreamweaver to: ( Bold text are my edits to the original. ) The original generated vod instead of live.
    <object width='640' height='377' id='videoPlayer' name='videoPlayer' type='application/x-shockwave-flash' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ><param name='movie' value='swfs/videoPlayer.swf' /> <param name='quality' value='high' /> <param name='bgcolor' value='#000000' /> <param name='allowfullscreen' value='true' /> <param name='flashvars' value= '&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynamicStream.s mil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual &dsSensitivity=100&serverURL=dynamicStream.smil&DS_Status=true&streamType=live&autoStart=true'/><embed src='swfs/videoPlayer.swf' width='640' height='377' id='videoPlayer' quality='high' bgcolor='#000000' name='videoPlayer' allowfullscreen='true' pluginspage='http://www.adobe.com/go/getflashplayer'   flashvars='&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dynam icStream.smil&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=rtmp://servername/live/test1.f4v&DS_Status=true&streamType=live&autoStart=true&videoWidth=0&videoHeight=0&dsControl=manual&dsSensitivity=100&serverURL=dy namicStream.smil&DS_Status=true&streamType=live&autoStart=true' type='application/x-shockwave-flash'> </embed></object>
    I think something in this code is causing the connection error.
    Regards

  • When recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?

    when recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?

    when recording a video using quicktime and my built in camera (isight) how come the program wont let me use my audio interface rather than the built in mike?
    The basic answer is that Apple has not programmed the capture routine with this capability. As such, you can always send QT feedback requesting this feature be added as a future enhancement.

  • I cannot record a video using my ipad mini after I updated to iOS7. Can anybody assist? Thank you

    I cannot record a video using my ipad mini after I updated to iOS7. Can anybody assist? Thank you

    Swipe up or down to select the Video option.

  • HT4437 Transmit live video using AirPlay?

    I have a iPhone 4 and iPod and I want to connect them to transmit live video using AirPlay but I dont have it - how do I install Airplay?
    Having real problems finding the answer to this question.
    Thanks
    Roland7

    Hi Roland7!
    Here is an article that can explain this to you:
    iOS: Use AirPlay to wirelessly stream content
    http://support.apple.com/kb/ht4437
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Record camcorder video using Quicktime.

    Ok. so since I can't import it to imovie I tried to record a new video using quicktime. It would have worked except that quicktime would only recognize the sound input. Here is a video of the issue.
    http://www.youtube.com/watch?v=Qc1Wxjx6OmQ
    The camera I'm using is a Samsung SC-D453. Is there any way to make Quicktime recognize it?
    My other question is. Since this camcorder has a composite-s video out, Can I get a s video to usb adapter that will let me record it to Quicktime? Once it is in .mov IMovie will import it quite nicely.
    thanks

    Ciao
    you could launch the recording application, but it will not
    within your FL app. Then you need to know the file name and
    location since FL cannot browse the file system of the phone.
    Also consider that this type of apps do not work for every
    phone since some phones do not allow to execute other applications.
    Here some tutorials that you can take a look at:
    http://www.biskero.org/?page_id=342
    Alessandro

  • How to deinterlace live video using flash as a broadcaster?

    I am trying to replicate the deinterlace functionality that is available in FMLE in a simple flash broadcaster that is hosted on my website.
    I have built a flash broadcaster (using Flash CS4 and AS2) that connects to my FMS server with the aim that people can stream live video to the site. That all works OK; however, I would like to be able to implement a deinterlace option like that which is available in FMLE. Any clues?

    go here: http://www.progettosinergia.com/flashvideo/flashvideoblog2005.htm and scroll until you see the blog entry from the 26th of September.
    There is no direct link to the post.. But the solution he provdes should do the trick.

  • Stream live video - use http or rtmp protocols from player code?

    I'm trying to stream live video for the first time. I've installed FMIS 3.5 without Apache 2.2. I'm confused on the RTMP/HTTP protocol usage,
    I can only have port 80 opened on our FMIS 3.5 box.
    1. I've created a new directory under "C:\Program Files\Adobe\Flash Media Server 3.5\applications" called "livedev" as my publishing point.
    2. Question:
         Do I need to copy main.asc, Application.xml, allowedHTMLdomains.txt, allowedSWFdomains.txt to this directory as well?
    3. Question:
         Using FMLE 3 - FMS URL parameter which protocol do I need to use, does it matter 'http' or 'rtmp'? - http://localhost/livedev or rtmp://localhost/livedev
         Does RMTP use port 80.
    4. Question:
         In my Flash Player code. I dragged an instance of FLVPlayback component, what URL do I need for the 'Source' parameter?
         Which protocol do I need to use, does it matter 'http' or 'rtmp'? - "http://localhost/livedev/livestream" or "rtmp://localhost/livedev/livestream"
    Thanks,
    Dave

    A:
    2.  You don't need to copy main.asc unless you have logic in there that you want on your new application.  It's a text file so you can open and read it, get familiar.  allowedDomains is up to your security policy, but if you want it to apply to that application then yes.  Finally the Application.xml in there is an override of the default one in the server's conf directory - so you only need to include it if you plan on overriding settings from the default.
    3.  Chosing which type dictates whether or not you're doing HTTP (not streaming) or RTMP (streaming) however you've added a complication that you're only allowed to use port 80 - which RTMP does not by default.  FMLE doesn't support HTTP push to FMS, so the FMS URI must be fomr form of RTMP* so you're left with some good choices
    Use RTMP over port 80 like so rtmp://myServerName:80/appName/ <- notice the coded port number
    Use RTMPT which automatically uses port 80 and will get around most proxies that demand HTTP traffic - however there's more performance overhead than RTMP (think maybe 25% more overhead for a wild guess on my part)
    I dunno the answer for your FLVPlayback component but I'm going to take a guess that the issue is about the same here and you should use the same parameter that you're using for your RTMP ingest.  At worst I'm pretty sure that it will work and that's not so bad.
    Asa

  • Streaming Live Video using Flash Media Encoder/Flash Media Streaming Server

    We currently get a video feed from local cable channel that gets streamed live to our internet website. It gets encoded first on our Windows 2003 server running Windows Media Encoder and then gets published on another Windows 2003 server running Windows Media Services. We are trying to replace these two servers with another solution and the two things driving this project are:
    1. These two servers are coming to an end of life cycle so we need to replace the hardware and upgrade the OS.
    2. They currently only support Windows compatible file formats. Just like other organizations out there, iPAD users are popping up and they want to view these video streaming from their iPAD.
    That's why we are looking at Adobe Flash Media Encoder3 and Flash Media Streaming Server 4.5. My questions for the experts out there are:
    1. Can Adobe Flash Media Encoder and Adobe Flash Media Streaming Server can replace our current solution?
    2. Do we need both Flash Media Encoder and Flash Media Streaming Server or can Flash Media Streaming Server also can encode video feed?
    3. Can Flash Media Encoder and Flash Media Streaming Server can run on the same server?
    4. Our Windows Media Services server also has few on-demand publishing points along with a live video streaming. Can above mentioned Adobe products support having live streaming publishing point along with on-demand video publishing points?
    5. Does Adobe Flash Media Encoder only support Flash and Quicktime or does it also support .wmv?
    I called the sales to find the answers to these questions but he basically read the features listed on the Adobe product website and couldn't really answer these questions.
    Any help in find the answers to these questions will be greatly appreciated.
    Thanks you.

    FYI - I was able to do it by using the "onFI" handler of the embedded NetStream object.
    myVideo.addEventListener(fl.video.VideoEvent.STATE_CHANGE, onVideoStateChange);
    function onVideoStateChange(evt:fl.video.VideoEvent)
      // trace("State = " + evt.state);
      if ( evt.state == "playing" )
      if (!ns)
      ns = myVideo.getVideoPlayer(evt.vp).netStream;
      ns.client.onFI = onFIHandler;
    function onFIHandler(infoObj:Object):void
      var ts:String = infoObj.st;
      trace("system time: " + ts);
      ExternalInterface.call("updateTimeStamp", ts);

  • LIVE VIDEO USING MULTIPLE CAMERA

    iam trying live video streaming using Flash lite + FMS3 +
    Flash Media Encoder
    if i use multiple camera how to switch it..?

    Almost every frame grabber displays live images on the screen. I use the
    falcon board and control it by it's dll. I give it a handle to a window
    by LV to show it there. The DLL supports me with a pointer to the pixel
    data as well does IMAQ vision. That's all I need to move a frame into an
    IMAQ picture for further processing.
    Detlef
    Paul schrieb:
    > Does someone know how i can watch a live image from my camera in
    > labview ? i have imaq, but i don't know if i would be easier using an
    > active x component.
    > thanxs
    >
    > --
    > [email protected]
    >
    > Sent via Deja.com http://www.deja.com/
    > Before you buy.

  • Best format to record 1080p video using c910

    Which format/software offers the best disk usage to record 1080p video from the Logitech =910 HD webcam? I tried using QuickTime but it doesn't do the wide screen 10
    Which format/software offers the best disk usage to record 1080p video from the Logitech 910 HD webcam? I tried using QuickTime but it doesn't do the wide screen 1080p that spans the width of YouTube videos. So right now I'm stuck using the Logitech webcam software which absolutely (pardon my French) *****. It records in wmv format (which looks like the only format it'll allow) and file sizes are huge, on the order of 2gb for 10minutes. Does that sound right?
    What other options are out there that'll not gobble up my HDD space like termites that's compatible with the c910?
    As a last resort, I was thinking of shelling out and replacing the c910 with the c920 because I hear that'll allow me to do 1080p in QuickTime. But how much of an improvement will that be over the wmv format?
    80p that spans the width of YouTube videos. So right now I'm stuck using the Logitech webcam software which absolutely (pardon my French) *****. It records in wmv format (which looks like the only format it'll allow) and file sizes are huge, on the order of 2gb for 10minutes. Does that sound right?
    What other options are out there that'll not gobble up my HDD space like termites that's compatible with the c910?
    As a last resort, I was thinking of shelling out and replacing the c910 with the c920 because I hear that'll allow me to do 1080p in QuickTime. But how much of an improvement will that be over the wmv format?

    never done that..
    but I assume, best practice would be to let him upload his originals .ts files from his HDDcorder - they are small, allready massivly compressed..and any interim encoding wouldn't add any quality to that....
    after doing so, it is you/your brave Mac which has to do the conversion into something useful for iM.. so, it is a single-conversion, no two-step (=lossy) process..
    if he has installed Quicktime for Windows on his machine, a h264 compression should do the job too = to send only the edited parts..
    divx and esp wmv is of no use on your side..
    and no, 'avi' is no format, just a media container.. which could contain codecs, iM can handle, but couldn't either..

  • I recorded a video using the camera but deleted it by accident, has it gone for good?

    I recorded a video on my iPad using the camera and deleted it by accident, have I lost it for good?

    Unless your last back up to your computer was after it was taken and before it was deleted then yes, it's gone - there is no trashcan or undelete facility on the iPad. If it was on the iPad when you last backed up then you could try restoring the iPad to the backup and see if that puts it back (you'll need to restore the whole iPad, you can't just restore an individual app)

  • Recording live vocals using loopback

    I would like to record live vocals through mainstage2 using the loopback plugin. Hoping to record multiple loops to play around with layering vocals and harmonies. Is this possible? I'm a brand new mainstage user and have no idea how to do this. If this is at all possible, can someone give me the step-by-step process on how to set this up?

    Firstly, I have no ideal whether you want to perform a live broadcast. If so, you may not need to save the content as a file, but you will need a rebroadcast server.
    Ok, for your encoding problem, if you are using JMF to implement your application, please notice that JMF does support a limited set of AVI payload/encodings. If the encoding doesn't match with the playing client, then obviously it can't be played. Try go to JMF page to see the supported encodings you can choose.
    http://java.sun.com/products/java-media/jmf/2.1.1/formats.html

Maybe you are looking for