Can't start recording video from browser webcam to FMS

Hi, i'm developing a web site, and i'm trying to let the user record some video from his webcam. I'm using actionscript and flash media server. I got it work in my delevoper enviroment, but when i deployed it to the production server, the webcam can't get connected to the FMS.
I'm afraid this is because of port blocking from the firewall. Does anyone knows wich ports are userd for recording from a browser by the Flash Media Server? I will be really gratefull to anyhelp you can give me. I open the 1935 port in the Flas Media Server, but it still doesn't work.
Please help.
Thank you.

umm i'm afraid you don't have basic componets in
corperated into you application i have no way to tell if you have a functioning application or not because netstream and netconnection are seperate methods one is for creating a connection and the other is for connecting camera's or pre recorded media. you should try connecting and then establish your camera.

Similar Messages

  • Is it possible I can saved my recorded videos from my ipod nano to PC?

    my brother has an iPod Nano (5th Gen) and wants ALL of his recorded videos saved on a PC and saved on my iPod Touch (2nd Gen).... is it possible i can do that?

    Yes. See here: iPod nano (5th generation): How to copy your recorded videos to a PC
    B-rock

  • I can not get real audio player to record videos from the internet, I believe the problem is that my Firefox browser is set for 64 bi... i need to change it to 32 and do not know how.

    I can not get real audio player to record videos from the internet i use firefox as my browser on windows 7, I believe the problem is that my Firefox browser is set for 64 bi... i need to change it to 32 and do not know how.

    dont know what to do

  • We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube?

    We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube? The Moodle upload interface is expecting a file selection dialog box like windows or OSX. I do not want to have to go through an intermediary step of messing with a pc.
    Thanks!

    It should be around 7 and a half gigs. In iTunes, across the bottom there should be a bar that show how much storage is being used and by what. (music, movies, apps, etc.) To make music take up less room, you can check the box to make it convert the music to 128kbps AAC. This lowers the quality, but with most earbuds and speakers, you can't even tell the difference.
    The iPod touch has parental controls built in. You'll find them in Settings. I think they only work for enabling/disabling Safari, Mail, YouTube, and App Store. Here's an app that does more: http://www.mobicip.com/online_safety/ipod_touch

  • Start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period

    is there an app for iphone which can be set to start recording video at a set time of day and off at a set time of day, and or can start rec video when motion detected, till no motion detected for a set period. basically someone is vandalising my vehicle and i really really want to catch the mongrel
    thanks for any suggestions

    Nope.

  • Program for/how can I Record video from MacBook Pro Retina camera on External HD?

    Ive been trying to do this for a long time, and have looked throughout this forum but cant find an answer.  All I want to do is be able to record video from the built in camera to my external harddrive.  Photobooth lets you record it but not to an external HD, and I cant find a way to do it with the new iMovie either.  There has to be a way or a progarm that lets you do something this simple, but I cant find it.  Any help is greatly appreciated.

    Try this program:www.webcam-recorder.com 

  • Can i take live video from TV tuner? how? urgent help is needed

    can i take live video from TV tuner? how?
    i have downloaded this code for a web cam how can i adjust it to take live video from TV tuner
    * WebcamPlayer.java
    * Created on November 22, 2004, 4:09 PM
    import javax.media.Player;
    import javax.media.CaptureDeviceInfo;
    import javax.media.MediaLocator;
    import javax.media.CaptureDeviceManager;
    import javax.media.Manager;
    import javax.media.format.VideoFormat;
    import java.awt.Component;
    import java.applet.*;
    import java.util.Vector;
    * @author Administrator
    public class WebcamPlayer extends Applet
    private CaptureDeviceInfo device; // Contains the device properties
    private MediaLocator ml; // Contains the location of the media comming from the webcam
    private Player player; // the player
    private Component videoScreen; // Component that is capable to show the player's visual component
    public void init()
    try
    {   //gets a list of devices how support the given videoformat
    Vector deviceList = CaptureDeviceManager.getDeviceList(new VideoFormat(VideoFormat.MJPG) );
    //device = CaptureDeviceManager.getDevice("vfw:Creative WebCam NX Pro (VFW):0");
    //gets the first device from the deviceList
    device = (CaptureDeviceInfo) deviceList.firstElement();
    System.out.println("Chosen device: "+device.getName());
    //String str1 = "vfw:Creative WebCam NX Pro (VFW):0";
    // de webcam indentifiseren
    //device = CaptureDeviceManager.getDevice(str1);
    //gets the location of the device, is needed for player
    ml = device.getLocator();
    // makes player and gives the streaming video location (that is locate in the MediaLocator)
    // this oparation is blocking until Manager has made a player that is realized.
    player = Manager.createRealizedPlayer(ml);
    //starts the play
    player.start();
    //Gets a component from the player that can show the actual streaming from the
    //webcam.
    videoScreen = player.getVisualComponent();
    //adds the component that displays the streaming to the applet.
    add(videoScreen);
    // Now the user can see the steam that is from the webcam in the applet
    catch(Exception e)
    System.out.println("no device");
    thanks here is my mail if any wants to mail me [email protected]

    just visit
    http://javasolution.blogspot.com/2007/04/java-tv-api-overview.html

  • Selecting microphone when capturing video from the webcam

    Using Final Cut Pro X
    I want to capture video from my webcam into Final Cut.  I have a USB microphone (Yeti) with which I want to record the audio.  I cannot find an option to select my input source for audio when capturing this footage.  Final Cut seems to default to my microphone on my webcam, which causes echoing and noise. I can select the USB mic when doing a voiceover, but when I capture video I cannot find an option to select my input.  I've made my USB mic my default device in Sys Prefs, but that doesn't work.  Any other ideas?
    Options
    1.  Figure out how to change the default input for webcam capture in Final Cut
    OR
    2.  Use another program.  I've also tried to do the same in both QuickTime and iMovie, and they both capture audio only from the webcam as well.
    Everything I've found online talks about voiceover.  I don't want that.  I want to capture video with it.
    Suggestions are appreciated.  Thank you.

    acyclone wrote:
    Thanks.  Don't know why I didn't see it.  That arrow is pretty small.
    I do still have an issue that I cannot figure out.  I'm using the same mic for webcam recording (now in QT thanks to Luis) and in Final Cut for voiceovers.  Though I'm still on the same Mic the sound is not the same.  It's close, but the sound on the voiceover sounds cleaner and clearer.  I'm sitting in the same spot speaking the same way, but the sound quality difference is noticable.  Not sure why.
    It seems that the difference is in how each software deals with it.
    It may be that QT is sampling audio differently from FCP X somehow, or using a different audio codec or whatever.
    Just guessing, I really have no concrete knowledge.
    Oh, wait: there are a few things that I can notice, after trying a small example: the QT audio is AAC at 44.1 KHz,
    the FCP X is AIFF at 48KHz. Compression and sample rate are different.

  • Can iPad 2 recorded video be uploaded directly on Facebook?

    Want to start vlogging and thinking about using Facebook to keep my community abreast of what I'm doing.  Can IPad 2 recorded video be uploaded directly to Facebook without the use of an App?  If not, what App s best?

    Hello,
    actually, video from your camera roll can be sent directly to YouTube, and cannot directly uploaded to Facebook without the use of an app.
    Facebook actually has its own iPhone app you can use to send your camera roll video. iPad will run it anyway.

  • I have a video that I created for my daughter's first birthday.  The hard drive on my computer crashed and I lost the video file.  The only place I have it is on my iPod Classic.  How can I transfer the video from my iPod to my new hard drive?

    I have a video that I created for my daughter's first birthday.  The hard drive on my computer crashed and I lost the video file.  The only place I have it is on my iPod Classic.  How can I transfer the video from my iPod to my new hard drive?

    You are in luck, Refer to this recent post by tt2, on recovering media using 3rd Party Software.
    He has made a comprehensive list, browse through them and decide which  suits your requirements.
    Have a nice day!

  • I can't play certain videos from the internet on my macbook

    I can't play certain videos from the internet on my macbook.
    When using Sarfari or Google Chome, I am unable to play some videos on the internet. News clips, posted videos on blogs, and tv episodes from their own network websites. Youtube videos are fine. I doesn't make sense.
    I tried downloading an update for quicktime, but the computer claims that quicktime is up to date. Yet, the videos and tv episodes don't play.
    I have checked for the most recent software updates, and everything is up to date. Nothing is wrong with the hardware either.
    Any suggestions would be awesome! Thank you!

    In addition to Flash, you might need some other plugins.  Microsoft videos are mostly in Silverlight, and you'll want Flip4Mac to play WMVs.  Perian contains codecs for pretty much every video online.
    http://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx
    http://windows.microsoft.com/en-US/windows/products/windows-media-player/wmcompo nents
    http://perian.org/

  • Can I capture the video from the TV card or video capture card to publish

    Can I capture the video from the TV card or video capture card to publish?
    I tried to use the USB camera, it's OK. But, will the TV card or video capture card also work?

    Hi,
    iChat will set up a Video chat window that takes in to account your Processor speed and Internet Speed and to some extent the Buddy's speed.
    This then denotes the pixel content of each frame.
    OS X 10.6.x tells me this is iChat 5 which in turn mean you have  at least an Intel Core 2 Duo Processor.
    This should be capable of 30 frames a sec at  about 640 X 480 pixels  (Check the Connection Doctor (Video Menu) and the Statistics tab during a Chat).
    iChat 5 cannot do HD  (Max of 4:3 ratio at the above figures)
    After that it depends how you are recording the chat.
    Quicktime X would do it.
    iChat will do it itself (if the Buddy agrees)
    10:14 PM      Wednesday; February 1, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Can't import live video from Sony PD 170.

    Just got Final Cut Pro X. In a New Event I am able to import live video from the new MacBook Pro computer's built-in camera and pre-recorded video from my Sony PD-170 camera. However, when trying to import live video from the PD-170, the program only APPEARS to do so--the clips never show up once I close the import window. Any suggestions?

    I think iMovie is corrupted. I would like to try to uninstall iLife 11 but when I put in the disc there is no uninstall option. I tried trashing iMovie from applications and reinstalled all of iLife (I believe wasted space on my HD) but the issue remains. (Maybe because I didn't delete the receipts?) iMovie can not see any devices or use iSight for capture...

  • Recording video from Computer

    This might not be the correct forum but maybe someone out there knows how i can record video from my computer. I need good quality videos like you would see on www.lynda.com. Would anyone know how this can be done?

    I will suggest you contact the moderator at the F4M forum HERE. I think he's quite pro in this field of wmv encoding. Also, the article HERE, from Ken Stone, might be helpful.
    There's another guy, Ben Wagoneer, who knows this stuff really well....I think you can find him at creative cow.
    Let us know what you find out.

  • Cannot found url error when i try to play my camera recorded video from my iphone 4S running ios 5.01

    I got an error cannot Find url when i attempt to play my camera recorded video from my iphone 4S 32 gig. I try to restart my phone but still no luck. There was no problem previously, but suddenly i got this problem with no reason. I also unable to copy the video to my computer using itunes. So please helppp...
    Thanks a ton!!
    Note: My iphone 4S is running ios 5.01.

    See if it helps to delete the firmware file and download a new one:
    Rename, move, or delete the iOS software file (.ipsw)
    iTunes uses "ipsw" files to restore your iPod or iPhone. If those files are unusable, then try deleting them, renaming them, or moving the file to a different directory. This will cause iTunes to download a new copy of the IPSW. When a restore issue is specific to a user, it is likely due to an unusable .ipsw file. If removing the .ipsw file does not resolve a user-specific restore issue, then the issue is caused by other user-specific security software settings or iTunes preferences. Creating a new user will also cause new .ipsw restore files to be downloaded in the new user. You can find the ".ipsw" files in these locations:
    Mac OS X
    iPhone
    ~/Library/iTunes/iPhone Software Updates
    iPad
    ~/Library/iTunes/iPad Software Updates
    iPod touch
    ~/Library/iTunes/iPod Software Updates
    Note: The tilde "~" represents your Home directory.

Maybe you are looking for

  • "Could not complete your request because of a program error"

    The above is the message I get when I try to close an image.  I am able to quit PSElements but when I reopen it and return to the picture I was working on I am unable to close the picture.  This happened after I filled some file information and wante

  • Is there a way to force full video clip buffering before playback begins?

    i have 138K download radio link and ALL flash videos on websites that don't download pause every 5 seconds and buffers for 3.... is there a way to buffer the whole thing before playback? Mac OS 10.6.2 Adobe Flash  10,0,32,18

  • Re-directing Toll free numbers to Skype

    Hi, Our company in Australia has started using skype for communication purposes and we would like to add a toll-free number to the services. I have discovered from the other posts that skype doesn't allow to add toll-free numbers. If so, can we re-di

  • Download ABAP Objects to a local directory

    Hi! Just want to ask if there's someone who knows any program that can download a copy of ABAP Objects to a local directory? Thanks a lot!!!

  • Plan cost of Valuated Sales order

    Hello, I am using Valuated Sales order and wanted to see the Plan cost is sales order report KKBC_KUN. a) When i use a costing variant in the Requirement class with automatic marking, i am able to see the plan costs in the sales order report. b) Howe