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

Similar Messages

  • Recording live video from a streaming source

    Hey everyone,
    I'm very new to FMS and I have been experimenting around with it as a part of my job. I already have the encoder, FMS, and my AIR application all talking, so that portion is going well.
    The problem that I want to tackle next though is to have the FMS server record the live stream to it's hard drive. All of the guides that I've found talk about how to make a DVR stream, but that's not what I want. I want to be able to have the live stream, and then separately I would like to have it recorded.
    Thank you all for your time
    - Patrick

    Hi patrick,
                    I have attached one fla with this thread. What you have to do is that, you have to change the path that i used in the rtmp portion of the fla. First of all, in the application folder of FMS, create a folder with your application name. Then you need to give the corresponding path in the rtmp portion. In the fla that i am sending to you, i used the following statement
                             nc.connect("rtmp://192.168.0.74/live_test")
    You need to make change on this statement. Change 192.168.0.74 with IP addresss of system in which FMS installed and live_test with the name of folder that you created in the application folder of FMS. If you have any doubts regarding this, mail me on [email protected]
    I am also new in FMS. But i have implemented it after a long time of research on it. Hope it will be helpful for you.
    Regards,
           Sreelash.S.

  • Recording live video to HDMI on Vado HD?

    I've heard the Vado HD can output the li've video to the HDMI port. I have a BlackMagic Intensity Pro HDMI capture card and am looking for a HD camera to do some li've capture. Any help with these questions would help me a lot.
    Can the Vado HD be powered without batteries? Maybe though the USB port?
    Is there a way to get the camera to stay on when it is not recording? I've read that there is a power save option after 5 minutes. I'm assuming if it was in preview mode, it would shut off after 5 mintues.

    Hi ScratchFury,
    The VadoHD can be powered without batteries through the USB port but it will become Docked once you have it connected to the PC. The camera cannot be used for recording in this state but rather for the transfer of video files to and fro between the camera and PC.
    As far as I know, the Vado HD goes into standby mode (LCD is turned off) automatically after minute of inactivity. It will turn itself off after 5 minutes of inactivity. There are no settings to change this.

  • 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...

  • Live video mixing, editing, and recording with multiple feeds in

    I'm REALLY new to this - does premiere (or any other Adobe product) enable you to record live video and mix it onscreen from more than 3 live video sources - LIVE (at the time of the event)?

    .also as much as i hate sony they make something called
    the "anycast"

  • How can one record live and simulatoneously show what is getting recorded?

    hello friends
    how can one record live video and simulatoneously show what is getting recorded?
    please help?
    Manmeet

    i have found solutions
    thanks

  • Frames Missing When publish live video to fms server

    I am creating flex mobile application , that allows people to connect using a android camera and microphone,then recording video from android camera to Flash Media Server(FMS) 5 starter using adobe flex but when I play the recorded live video from FMS it's missing some frames. I have set the camera.fps to 30 but when I trace out the currentFPS for camera  30 and  netStream's currentFPS  returns low value, usually falls between 2 and 5 (high 1280X720),15 and 20(medium 640x480),25 and 30(low 320X240).where netStream is the object of the flash.net.NetStream class

    Hi
    I think this would be useful to you.
    http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725df a0-8000.html#WSd391de4d9c7bd609-52e437a812a3725dfa0-7ff5

  • Record Live Streaming Video

    Does iMovie allow me to play and simultaneously record live streaming video?

    I did not make myself clear. I want to capture the live streaming video from a local television station web feed. It seems iMovie does not do that or I don't know how to make it record. What application allows me to record the streaming feed? Thanks again.

  • What's the best way to record live webcam video with Premiere CS6?

    We are producing an online news show and will interview guests from all over the country. We will have them phone in using Skype and or their IPad. We would then do all of the post in Premiere. We would like to capture guest video from either Skype or an iPad using Premiere. Any suggestions for camera/software combinations will be appreciated. Thank you in advance.

    I would not attempt to use Premiere Pro to capture live video. There are better ways.
    Perhaps a screen capture utility that records to a lossless codec that is easily edited in Premiere Pro.
    I use a free program (CamStudio-Recorder) but there are others. Since I have the drive space, I record to the Lagarith Lossless Codec. Premiere Pro cuts through it like a hot knife through butter.
    If quality is not the issue, then there are other codecs you can use that are lossy, but still not too bad.

  • Convert live Video from video recording device to a stream

    Hello,
    I want to convert the captured live video from a Windows phone device to a stream so I can Send it over sockets. Any ideas guys?
    in other words, I want to send live video data over sockets.
    Thanks in advance.

    Hello Motasim_Albadarneh,
    the sample at
    [1], the threads at
    [2],
    [3] and
    [4] should be helpful to your problem.
    [1]
    https://code.msdn.microsoft.com/windowsapps/Simple-Communication-Sample-eac73290
    [2]
    http://stackoverflow.com/questions/14187487/windows-phone-camera-feed-over-udp-is-horribly-slow
    [3]
    http://stackoverflow.com/questions/9602582/how-would-i-create-a-windows-phone-live-camera-feed
    [4]
    https://learnwithshahriar.wordpress.com/2015/01/13/guideline-on-how-to-make-a-streaming-app-in-windows-phone
    Regards,
    Bo Liu
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions
    apply: Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline .

  • Is it possible to record a live video feed online ?  PLEASE ... ASAP !!

    There is a Live video feed today marking Carroll Shelby's wake.  I will be away from computer but would VERY MUCH like to view it at a later time.  How can I do this ?  I have a MacBook, and a MacMini, both of which are running latest OS.
    Thank you !

    there are apps out there that can do this... I found this
    http://mac.eltima.com/streaming-video-downloader.html

  • How to set/determine live recorded stream video quality?

    Hi,
    I was wondering if I were to create a NetStream object and publish it passing in "record" (allowing the end user to record a video via webcam which is then stored on the FMS), how would I specify the bitrate and frame rates etc of the video being recorded? Is this something I need to configure flash media server to do or can I do this through action script?
    Thanks

    FMS will record video at the bitrate/framerate which is published to the server. You'll set your encoding parameters on the client side from where the video is being published.
    In the case of flash/flex, you would set this using the setMode and setQuality methods of the Camera class.

  • New to iMovie, create live video and audio?

    Hello, I am trying to create a video of a live musical performance to post on youtube and have figured out how to use the isight to get a video but can I use the biult in mics to record live audio with the video?

    Hello, Nateomite
    As Karsten says, you will certainly get better results and much more convenience with a camcorder.
    However, if you decide to use your MacBook, the built-in mic can record audio with your video:
      in iChat: iChat > Video > Record Chat records both video and audio.
      in iMovie: http://docs.info.apple.com/article.html?path=iMovie/7.0/en/10172.html
              tells you how to record using your MacBook's built-in iSight (and mic.)
      Other movie/video recording apps may work differently, but most allow sound with video.
    EZ Jim
    Message was edited by: EZ Jim for other apps
    G5 DP 1.8GHz w/Mac OS X (10.5.7) PowerBook 1.67GHz (10.4.11)   iBookSE 366MHz (10.3.9)  External iSight

  • Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?

    Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?

    Shadow30 wrote:
    Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?
    • Only if your video camera supports it.  Depending on how your camera works, you may need to add preview software to your Mac to use this feature.
    • Alternatively, your camera may also be able to record directly into your Mac while you are monitoring the Mac's display.
    • If you are using a consumer camcorder that supports HDMI monitoring, a small HDTV might be an simpler solution than your Mac.  For an example of how this is done, see http://youtu.be/GVpSkZD6qE4.
    • The retailer who sold you your video camera may have other suggestions.
    • If you need more professional results, an external preview monitor will offer more capability on compatible cameras.
    Message was edited by: EZ Jim
    Mac OSX 10.9.4

  • I want to use my macBook Pro 2,2 (mid 2007) to display video being fed from a Canon 5D video out into the vectorscope in Final Cut Pro 7.0.3.  Is it possible to input live video from another digital camera into the MacBookPro

    I know that the built in iSight camera records video.  I want to set up a Canon 5D video camera and feed the Canon's video output into the MacBook Pro so that I can use the vectorscope in Final Cut Pro to adjust the exposure of the Canon 5D.  Basically I don't want to buy a vectorscope to have on set to make sure the picture is properly exposed and color balance is correct. (In your response it doesn't have to be the full scenario I've described.  If you can just tell me if there's a way to feed live video into the MacBook and display it on the screen and possibly record it, then I'll figure out the rest.)

    Dear Ben,
    Thanks for your help. Apple and I dealt with this. It was an FCP, NOT Motion problem. As It seems you understand, we simply trashed my FCP prefs. Problem went right away.
    Thanks. Do you live near Hammond? Played in a rugby tournment down there once. I was transformed.
    MS

Maybe you are looking for

  • Trying to make object move parabolically....

    Im creating a race track where an object goes around in laps.. So far, the object is moving at straight 90 degree angles when it hits sides.. Im trying, and also wondering how to make the object curve when it turns a corner instead of hitting the edg

  • My nicrophone volume is not hard enough when I aM USING skype

    On the hpg62 I cannot hear  my recording from the Microphone when I play it back, testing skype. Can somebody help?

  • Restore OS X Lion

    After some error and not sure how it occured I needed to restore my system using my time capsule, BUT after 7 hours it stated that " an error had occured and halted" so I tried to re install the whole lot OS X Lion again but upon getting to the login

  • Sql loader loading date

    hi all, How is it possible to insert date in table through sql loader. Likewise if i have table A (Name varchar2(23),Age int,Dateofbirth date) when i run sqlloader it through me ORA-01858 Error on dateofbirth if i want to insert NAME=Neerav, AGE=23,

  • How to create a proxy in sap crm

    Hi All, To access an external webservice, i need to create a client proxy in sap crm. Can anyone suggest me the steps in creating a proxy and wht are the pre-requisites for creating a proxy. Whn am creating a proxy, getting an error as ERROR in HTTP