Is it possible to use an IP camera as an input to Flash Media Live Encoder?

I am new to this forum so please pardon my ignorance....
I want to use my Sony IP camera (such as model SNC-RX550) as an input to the Flash Media Live Encoder, it that possible?  If so, where would I go to get started please?  Any help would be very much appreciated.
David

I would say NO. You would need a composit output from the camera to feed the video into the encoder. Since the IP camera doesn't do that it's not gonna work.

Similar Messages

  • Can I use multiple audio inputs in Flash Media Live Encoder?

    This is the closet forum section to that program and I was wondering if there was any way to take the audio input from my capture card as well as a microphone and use those together at the same time.

    FMLE will not directly mux audio connections from different sources. You could try possibly using a "Virtual Audio Cable", which is a outside program. Search Google for it.
    If you want to have more control over what you broadcast, I suggest using a 3rd party program such as Telestream Wirecast, or Xsplit..
    Xsplit is a realtively cheap alternative to Wirecast which is pricey.
    Check them Out..

  • Using Flash Media Live Encoder with a camera without FireWire

    Hi,
    Right now we have beeing using an old DV tape based camera connected to Flash Media Live Encoder via FireWire for live streaming.
    We are looking at getting either an Sony AX2000 or HXR-NX5U camera as they are flash based. Unfortunately, they don't have FireWire ports.I image that I would not be able to stream via USB, but I'm not sure if anyone is familar with either of these cameras.
    Does anyone know of any posisble way (ideally without new equipment) that this would work?
    Ports on the HXR-NX5U
    Audio Out      RCA type (CH-1, CH-2)
    Component Out     RCA type (x3) via A/V multi connector
    Composite Video Out     RCA type (x1)
    S-Video Out     N/A (optional VMC-15FS is required.)
    SDI Out     BNC (x1)
    HD-SDI/SD-SDI selectable
    USB     Mini-B (x1)
    Thank you for your help!

    Hi there,
    You may be able to take the RCA connection out of the new camera and put it in to your old DV camera if it has the avaliable inputs?
    Also, USB is sometimes used for video so I woul have a look around for some info about it with your camera.
    failing that your best bet would be to either buy a cheap Aanlog to Digital Concerter (ADC) that takes in composite and firewire on the RCAs. this woul mean that you are using the lowest quality and resolution that is avaliabe to you though!
    You could stump up of an SDI or HDSDI input from the likes of AJA or Blackmagic. this would also give you the digitised XLR audio inputs
    Hope this helps!
    Nick

  • Can a Panasonic HD Camera be used with Adobe Flash Media Live Encoder 3.2

    Can a Panasonic HD Camera be used with Adobe Flash Media Live Encoder 3.2 instead of my Laptop webcam.

    yes it can but you need an in/out device to "link" the HDMI output from your HD camera to your computer via, USB or firewire
    BlacMagic sell those, Matrox and AJA are some of the other brands on the market.

  • How to use Flash Media Live Encoder as a web Service

    Coud we use the Flash Media Live Encoder as a Web Service installed on another Server (Preferebaly on the Flash Media Server Itself).

    FMLE is typically used on the client side, and it doesn't have any sort of API that you would use to run it as a service. That said, unless you wanted to publish a camera that is connected to the server, I'm not sure why you'd want to run FMLE as a service.
    Perhaps if you explain what is is you want to accomplish....

  • Flash Media Live Encoder and hard drive cameras

    Does anyone have any idea how to get Flash Media Live Encoder to recognize a hard drive camera as a camera and not a hard drive????

    I'm using an analog breakout box, that 'converts' the camera's Y/C signal and sends video instead of data thru the firewire. Then FMLE recognize the firewire input as a video source.
    -sv
    www.blackflag.tv

  • I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    I can't see the preview of my source on Flash media live encoder ... I'm using CamTwist on mac

    Carolyn,
    I think your TV might be a rear projection model, correct? Those types of TVs inherently have overscan built into them as part of their optical design. The TV should have some picture SIZE settings that affect how much overscan is present, and some settings may even get rid of it altogether with the result there might be a small black border instead.
    Don't worry about changing TV settings. Settings like this are tied to a specific input. So if you make these types of changes while the TV is passing the mini's video through to the screen, those changes will only apply to the mini. When you switch to other inputs, like a cable box, etc., the old settings should still be intact and unchanged.

  • Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?

    Wheni try to use the VHScrCap as video the Adobe flash media live encoder 3.2 just closes?
    how do i fix this?

    Moving the discussion to Flash Media Forum.
    Regards,
    Anit Kumar

  • Multicast media rtmp publish must use Flash Media Live Encoder? Flash 11.4, I use a worse problem

    I use the example FMS installation files, Flash Media Live Encoder is very well, but when I released the source replaced with flash 11.4 a worse problem.
    Beginning everything is normal and Flash Media Live Encoder does not make any difference, but when I upload bandwidth limit to 2KB / S (This situation often occurs in the actual situation, such as the user suddenly side live side of upload files), video and audio becomes very blocked, this is not the key to the problem is to when I upload bandwidth settings for normal, blocking situation will be no better, and have been very bad, but Flash Media Live Encoder automatically adjusted to normal, flash 11.4 but not.
    I have to use flash 11.4, nobody will go to install Flash Media Live Encoder.
    Mike Do you test only test Flash Media Live Encoder, but did not test flash, or flash need another set of code, but I really can not find a reason.
    Please help me, God。
    https://bugbase.adobe.com/index.cfm?event=bug&id=3363878

    There are ways to?

  • FMS 3.5 DVR Using Flash Media Live Encoder 3.0

    Hi,
    I am trying to work out the DVR feature of FMS 3.5 by using
    the Flash Media Live Encoder 3.0 but it failed.
    On right bottom of the Flash Media Live Encoder's UI, there
    is a check box labeled "". I subscribed a live stream to FMS 3.5
    with that check box checked and the server side report a error:
    Method not found (DVRSetStreamInfo).
    So it seems that the FMLE send a remote function call on the
    sever side but the server side script has no definition of this
    method.
    Dose anybody know how to get rid of the problem.
    Thanks,
    Ang

    here's some sample code you can use in a server-side action-script to deal with the fme dvr recording:
    (a list of all available properties can be found at the end of this post)
    Client.prototype.DVRSetStreamInfo = function(dvr_obj)
         //    if the date is Wed Dec 31 1969 it's starting
        if (dvr_obj.stopRec.getFullYear() <= 1970)
            //place code here to start / continue recording.
            /* sample:
              var new_stream = Stream.get("recorded_ " + dvr_obj.streamName);
              if (new_stream)
                   if (dvr_obj.append)
                        new_stream.record("append");
                   else
                        new_stream.record();
                   new_stream.play(dvr_obj.streamName);
        else
            //place code here to stop recording.
              /* sample:
              var new_stream = Stream.get("recorded_ " + dvr_obj.streamName);
             if (new_stream)
                 new_stream.record(false);
    here is a list of properties available to the "dvr_obj" passed from FMLE:
    - all properties below are informational only they are meant to be used on the server-side to pass the information to the correct function.
    streamName : string
    callTime : date
    startRec : date
    stopRec : date
    maxLen : number
    begOffset : number
    endOffset : number
    append : boolean (fmle sets this to true if the stream was cut-off without the user pressing "stop" or if the user pressed "pause"...)
    offline : boolean

  • Inbuilt FaceTime HD camera not working in flash media live encoder

    inbuilt FaceTime HD camera not working in flash media live encoder

    So you have libconnect.dll placed in modules/access folder of your FMS?

  • Does anyone knows how can I connect a PXW-X70 camera, to a PC and stream with Flash Media Live Encoder 3.2? I connect the camera using the USB port, when I launched Adobe only shows my webcam. Thank you.

    Equipment:
    PC - Windows 8
    Adobe Flash Media Encoder 3.2
    Camera: Sony PXW-X70
    Thank you....

    Just guessing, but Windows wont see it unless you have a driver/interface that makes it appear to windows as a video device.

  • Problems to use Adobe Flash Media Live Encoder with Capture Card PixelView TV-8000GT2

    I want know if Adobe Flash Media Live Encoder have any incompatibility with a PixelView Capture Card, specifically model called TV-8000GT2. And if it can be fixed with a atulization or sothing like that. Nothing more, thanks.

    Moving the discussion to Flash Media Forum.
    Regards,
    Anit Kumar

  • 2 weeks trying to find out how to use the media live encoder in multi stream. And  I can not find an

    2 weeks trying to find out how to use the media live encoder 3.2 in multi
    stream. And  I can not find any clear instructions guide. Please from
    my soul, taught me clearly, how  I can stream to 2 different site
    using live media encoder. what I do with ftml values and the other
    one , wich everyone site give me, where should I put them, in what
    order ... everything I tried, I got an error. I realy please you,
    please !!!! thanks in advance !!

    [Moved to Flash Media Live Encoder forum.]

  • Is it possible to use a file refnum as an input of mathscript node

    Hi everybody,
    I just began to use LV and mathscript recently. One problem confused me a lot.  That is,
    Is it possible to use a file refnum as the input or output of mathscript node? A picture is attached for your reference.
    Thanks a lot!
    Gary
    Solved!
    Go to Solution.
    Attachments:
    Q-001.jpg ‏45 KB

    What would you hope to do with the reference?  The Mathscript node doesn't have a file reading capability.  You need to read the file and pass the data into the Mathscript node.
    EDIT: I stand corrected.  You need to use the fopen and fclose functions inside of the MathScript node to be able to read a file inside of it.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • Macbook pro retina dual monitors

    Hello. I would like to know, if it is possible to connect 2 ex monitors to Mac book pro retina, one with a hdmi cable direct to the hdmi port, and they other one whit the adaptor thunderbolt mini display to VGA, and the connect my second monitor to t

  • Recommended way to add "EULA" screen to DMG generated by JavaFX Packager

    Hello, What's the recommended way to add a "EULA" screen to the DMG generated by the JavaFXPackager? Does JavaFXPackager support addition of a "EULA" screen or I need to post process the DMG some how? What's the recommended solution(s)? Thanks.

  • How to reach the right webserver?

    Hello, Ik have one Mac OS X 10.4 server and one Mac OS 10,5 server. They both drive each one website. I have one external fixed IP address. Hoe can a request for one website reach the right server? Now all traffic comes into the first server. So www.

  • Applets, Policy Files, jar signing, JNI, etc

    Hi, I need an Applet to be able to connect to sockets and use some JNI. Hence, as far as I can tell, I need to use a Policy File. In a standalone application, I have written my policy file tried it out by switching on the security manager. However I

  • Descriptor File for HelloMIDlet

    cut from a document with title "MIDP Setup Explained" (http://developer.java.sun.com/developer/technicalArticles/wireless/midpsetup/) Writing the Descriptor File for HelloMIDlet The descriptor file to run the HelloMIDlet example from the Introduction