FMS Newbie ?'s

Hi,
I am very proficient with Flex and Flash, however I am new to FMS. I have never setup a Media Server, and have never programmed a Flash/Flex Video Streaming Application.
However, I have a client who needs to have a password-protected page to view a live stream. My first question is which version of FMS should I use to Stream Live Video? The video will have to be streamed from a Webcam and through the Website to the end-user.
Second, is how do I setup FMS. I am not looking for a detailed explanation, I know I can find that in the docs, but I just want an overview.
Then how could I stream video from a webcam into a Flash/Flex Application?
Again, I am not looking for a detailed explanation but just an overview so I can better understand the process; I am new to FMS as I have mentioned above.
Thank you,
Jesse

Basic tutorials can be found here:
http://www.adobe.com/devnet/flashmediaserver/?view=gettingstarted
One thing to keep in mind... if you want to protect the video content, password protecting the html page isn't enough. You'll also need to authenticate clients on the FMS side, either by keeping a list of credentials as part of the FMS app, using an authentication plugin, or by using a webservice. If you don't authenticate clients on the FMS side, anyone who knows the URL of the FMS application and the stream name can consume the video.
Also,, if you're not authenticating clients (or at least limiting read/write access to specific clients) your application will be wide open to abuse. For example, one could publish their own live stream and consume it with their own player, effectively allowing abusers to steal your bandwidth and server resources.

Similar Messages

  • Newbie questions on fms and actionscript 3

    Ok, like I said I'm a newbie, but I do understand the differance between ssas and as3. Not all, but all most everything I see written in SSAS can be writen into a external AS3 file. This leads me to quite a few questions I'm hoping you kind people can shed some light on for me.
    1)  What is the advantage of writing a SSAS file over an external AS3 file?
    2) Can I write an .asc file in AS3 or do I have to use AS1? Please understand I'm using tuts from fmsguru.com and the books "Learning Flash Media Server" (pdf) and "Programming Flash Communication Server". I'm not a javascript programmer so nothing I do in AS1 seems to make any sence while everything I do in AS3 does. It may not seem like it to you people that are programmers, but to those of us that aren't, AS1 and AS3 are miles apart.
    3) kind of off topic, but a security question. I'm not a "hacker" and don't like the jerks that are. My question is on external AS / SSAS files and swf files. When my fla is compiled into a swf does my external AS files remain external? I assume they do, but then what is the threat of the swf being decompiled? In most projects I would do I could care less if somebody had access to my fla as long as they don't have my actionscript files.
    I don't know. Maybe on questions one and two I'm getting confused becasue I'm using out dated material. Again I assume that even though fms was built off of the javascript engine it should be able to read and execute my AS3 file. Other wise what was the point of the evolution of actionscript into a fully functional programming language?
    Thanks for any help you might have...

    1) I did not get this question correcly - for that matter SSAS can only be in AS1 - so i dont see reason comparing them
    2) It has to be AS1
    3) if you doing "include" stuff - i think code would go into compiled swf and proper decompiler would give you the code.
    Last para - Server-side engine understands only AS1 so it wont be able to read and understand your AS3 file.

  • Super Newbie trying to stream external video to FMS

    Okay, I'm totally new and in the absolute dark here.  I have installed FMS on a server in the TV station in which I work.  I am trying to figure out how to stream video from Adobe Flash Media Live Encoder on an outside computer, back into the FMS at our station.  I have no idea what the FMS URL is that I need to plug in to the Flash Media Live Encoder in order to reach the FMS back at our station.
    Do I need to have something housed on an ftp site?  We have a website and I can put whatever I need to there if that is indeed what I need to do.  Not sure what the heck I'm doing here, but I'd LOVE to figure it out.  I know it's not a lot to go on, buty any help would be greatly appreciated.
    Thanks

    See this article : http://www.adobe.com/devnet/flashmediaserver/articles/beginner_live_fms3.html - might be of your help

  • [Newbie] FMS not visible in local network

    Hi,
    I have a problem with FMS 3.5 installed on Windows 7. The problem is that FMS works only on my local machine, I am not able to use it from computers in local network. I turned off all windows firewalls and my machine is visible for other computers - I am able to connect to FMS Welcome site on apache on default port 8134, but streaming fails, and I cannot do the same on port 80. Any help appreciated...

    From fms.ini:
    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    ADAPTOR.HOSTPORT = :1935,80
    # IP (address and) port that Flash Media Server should proxy
    # unknown HTTP requests to. Leave empty to disable proxying.
    # With no address, specifies a localhost port.
    # For example:
    #    HTTPPROXY.HOST = webfarm.example.com:80
    HTTPPROXY.HOST = :8134
    So I believe it is...
    What can I do if connections are not reaching FMS?

  • Newbie FMS Output Quality

    Hi there.
    Just installed FMS3.5 and obtain very low output quality. On
    a side-by-side comparison of the capture and output ( FMS start
    page ) the stream on the output size is big time choppy and
    pixelized.
    I read that FMS is doing automatic bandwith detection but
    even that, I'm testing on localhost. Is there some specific setup
    on server side ?
    Thanks for help.

    Since you're using the flashplayer as the publishing client,
    you can expect crappy, blocky video at any bitrate under about
    500kbps. Sorenson spark (the encoder that the flashplayer uses)
    produces very low quality images at low bitrates.
    Your publishing bitrate is determined by the
    camera.setQuality method on the client side. If you are not
    explicitly setting the bitrate, video will be encoded at the
    default 128kbps... very low quality
    The reason the preview image looks better than the final
    image is likely because your are looking at the uncompressed camera
    image in your preview (i.e attaching the camera directly to the
    video object).
    Also, make sure the camera supports 320x240 natively (most
    do, but one never knows). If it doesn't, the flashplayer will
    capture the camera at the camera's closest native resolution, in
    which case the image has to be scaled to fit in a 320x240 area. Any
    such scaling has a negative impact on image quality.
    On the note of automatic bandwidth detection... the included
    server side methods do nothing more than determine a client's
    server-to-client bandwidth. It's up to the programmer to take the
    results of that bandwidth test and apply it to client side
    actionscript (for example, choose a specific version of a video to
    play when bandwidth is limited). FMS doesn't do any sort of
    recompression of streams, so you would need to publish multiple
    streams at varied bitrates to take advantage of bandwidth targeted
    content delivery.

  • FMS v2.0 Upgrade Questions.

    Please excuse the newbie - we are using FMS 2.0.  I need to patch the buffer overlfow vulnerabilities..  The doc that Abobe supplies with the patch/upgrade releases is confusing. The doc for the 2.0.1  recommends uninstalling 2.0 prior to the 2.0.1 installation. Upgrades 2.0.2 and up do not state this.. However, installing 2.0.5 specifically mentions patching v 2.0 vulerabilities, but does not mention uninstalling first OR that prior patches need be applied...And, finally version 2.0.2 - 2.0.5 do not mention is the patches are cumulative - are they?
    Can anyone shed some light on this?   Any advice is greatly appreciated.
    Regards,
    John

    Patches are cumulative. If you install 2.0.5, you'll get all of the previous fixes.The updates are actually full versions of the software, not just patches. When you install the update, you're installing FMS all over again (you can actually do a new install with any of the updated versions)
    Before you install the update, back up your applications, config files, and anything else you've placed in the FMS installation directory. The configs and files shouldn't be overwritten by the installer, but it's a good idea to make backups just in case.

  • My First Fms Install/Config

    Hi,
    I was wondering if anyone could help me?
    I have installed FMS on windows2003 std on a dedicated server.
    The server was running windows media services, shoutcast and IIS6
    I have killed all these services and am just running FMS so as far as i know port 80 is not in use
    I can connect the encoder using this address   rtmpt://xx.xx.xx.xx:1935/live
    Does anyone know why i cant just use rtmp://
    also if i load the interactive tab on the index page in the webroot, I can connect and i can view the stream but
    no matter what code i use to embed the player, they all fail to connect yet i can view the stream on the interactive tab.
    As you can tell i am a complete newbie with FMS
    Many Thanks

    Yes. I am using FMLE 3.2 .  If i select Stream to Media Server  and use rtmpt://xx.xx.xx.xx:1935/live  
    as the FMS URL:     Stream: (anything)  It will connect,
    But using any other FMS URL ie....
    rtmp://xx.xx.xx.xx:1935/live
    rtmp://xx.xx.xx.xx/live
    rtmpt://xx.xx.xx.xx/live
    I receive the message Problem with primary server, Failure to connect to primary server. Please verifythat your server URL and app name are valid and that your internet connection is working...
    Regards
    Jon

  • Closing FMS connection when MediaDisplay is complete?

    I am trying to build an app to stream MP3's from a FMS
    server.
    So far I am using the MediaDisplay and MediaController
    components to accomplish my task. (I'm a newbie to FMS)
    Once my stream is complete though, how do I close the
    connection to my FMS server?
    I have tried calling the myMedia._playerImpl.close(); in
    various ways - but that doesn't work.
    Any ideas?
    Thanks in advance...
    -CaseyB

    I was just thinking about this again.
    I think what you need to do is use atomic operations. I think that the database is returning isn't able to insert the data before your query is recieved.
    I have never used atomic operations before but I am almost positive that this will help.
    The atomic operation sets a lock on the data so that no one else may retrieve or update it while you are. This will cause other threads or statements to block while the insert is done so you need to be careful where you use it.
    I think the format is like
    BEGIN TRANSACTION
    SQL
    END TRANSACTION

  • FMS 3 deployment

    Hi I am a newbie to FMS, just wanted to know that can you
    develop the FMS application using the WINDOWS XP BASED FMS free
    development server & then deploy that application on a LINUX
    BASED paid production/live FMS version 4...(like in case of J2EE
    apps)....thankx alot for the help...

    yes =) windows and linux
    http://www.adobe.com/devnet/flashmediaserver/articles/scaling_securing_fms3.html
    http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2 925d1a-7ffc.html
    regards
    Leonardo França
    Adobe Certified Expert Flex 3 with AIR
    Adobe Certified Expert Rich Internet Application Specialist v1.0
    Adobe Certified Expert Flash CS3 Professional
    Certified Professional Adobe Flex 2 Developer
    Adobe Certified Professional Flash MX 2004 Developer
    http://www.leonardofranca.com
    http://twitter/leofederal
    Manager AUGDF - Adobe User Group do Distrito Federal
    http://www.augdf.com.br
    http://twitter/augdf
    jwa10 escreveu:
    Is FMS 3.5 supported on a Windows 2003 (or better yet Windows 2008) server fail-over cluster?
    Thinking it would be nice to have an origin server clustered so no single point of failure can occur. Any thoughts?
    >

  • Streaming Using SDP from FMS 3

    Hi,
    I am newbie to flash media server,i want to know how to
    stream the live content from the .sdp file that is on the flash
    media server.

    The "Pause" button on the Captivate playbar and the video are two separate instances. Therefore you cannot control your video from the standard Captivate controls unfortunately.
    I never used FMS with Captivate myself but isn't it possible to add a skin with controls on the video itself?
    /Michael
    Visit my Captivate blog with tips & tricks, tutorials and Widgets.

  • Could I have CASE or IF statement in FMS queries?

    Is it possible to have case statements in FMS queries:
    For example:
    SELECT T0.[U_DepoistfeeON] case
          when T0.[U_DepoistfeeON] is NOT BLANK  then $[$38.111.160]='Deposit Fee'
          when T0.[U_DepoistfeeON] is BLANK  then  then $[$38.111.160]=BLANK
    end FROM OITM T0
    What is wrong with above query please? Thank you very much.
    I do not mind even if above query is doable with an IF statement in it.

    Hi Rahul, this is what I want -
    I have a user defined field attached to item master OITM. The field is called : U_DepoistfeeON
    The above field contains additional depositFee taxes for selling beer bottles.
    I have also created a new tax as part of Freight handling. While on Sales Order screen, the Freight (unhide first through forms field) drop down can have the new tax type selected automatically "Deposit Fee".
    Thus, if the line item is of beer type that has U_DepositfeeON, then Freight field should automaticlally pick the type "Deposit Fee".
    If U_DepositfeeON is zero then I would like the Freight field on Sales Order screen ($38.111.160) set to blank.
    I tried to achieve this through following using case statement.
    select T0.U_DepoistfeeON
    from oitm t0
    case
    when T0.U_DepoistfeeON 0
    then $http://$38.111.160='Deposit Fee'
    when T0.U_DepoistfeeON = 0
    then $http://$38.111.160=''
    else
    $http://$38.111.160=''
    end;
    Of course it doesn't work. Note: I know I typed in DepoistfeeON, the error is not due to that.
    Thanks.

  • Trying to create a FMS query that shows available stock quantity on each Sales Order line

    Using SAP B1 v 8.82
    I realize that I may be going about this in completely the wrong way.  Here's my code:
    SELECT (T0.OnHand - T0.IsCommited + (SELECT SUM(ISNULL(T3.U_BO, 0)) FROM RDR1 T3 INNER JOIN OITM T4 ON T4.ItemCode = T3.ItemCode WHERE T3.U_BO > 0 AND T3.ItemCode = $[RDR1.ItemCode])) [available]
    FROM OITW T0
    INNER JOIN RDR1 T1 ON T1.ItemCode = T0.ItemCode
    INNER JOIN ORDR T2 ON T2.DocEntry = T1.DocEntry
    WHERE T0.WhsCode = 'ATL' AND T1.WhsCode = 'ATL' AND T2.DocNum = $[ORDR.DocNum] AND T1.LineNum = $[RDR1.LineNum]
    GROUP BY T0.OnHand, T0.IsCommited
    There is a UDF that I call upon in the RDR1 table called BO.  I created this field so that if a person wants to wait for a new batch they can "backorder" it.  In another UDF called "Available" I set up a user-defined value based on the above query.  The end result should be that whenever someone enters an item, the query finds the level of stock in the warehouse, subtracts the amount already committed, and adds back in any backorder quantities on other orders for the same item.  For example, say there's 1000 units of ITEM1 in stock, 2000 are ordered on SO # 1 and 500 are ordered on SO # 2.  The salesperson who created SO # 1 wants to wait for a new batch and types "2000" in the BO field.  I try to enter a new SO # 3 for 300 pieces.  When I key in ITEM1 on the first line, the field "Available" should update to say "500" (1000 - 2500 + 2000 = 500).
    It seems to be working, but only after the document is added.  In the example above I enter SO # 3 with a qty of 300 and when I go back to that SO I see that "Available" shows 200.  Ideally I'd like to see it say 500 while I'm working in the SO before I add it. 

    Edit2: Okay it so it works fine for any items that have a history, but it seems that if the item hasn't ever been on a Sales Order (i.e. it's not found in the RDR1 table) I get "no data found".  How can I make it simply return OnHand - IsCommited if it doesn't exist in the RDR1 table, but do the below query if it does?
    Actually that's not true.  I've got it working now.  I changed the query a bit and the update trigger, and it feels like it's working exactly like I wanted.  Query below if you're interested.
    /*Available FMS Sales Orders*/
    SELECT (T0.OnHand-T0.IsCommited+(SELECT SUM(ISNULL(T3.U_BO, 0)) FROM RDR1 T3 WHERE T3.ItemCode = $[RDR1.ItemCode]))
    FROM OITW T0
    INNER JOIN RDR1 T1 ON T0.ItemCode = T1.ItemCode
    WHERE T1.ItemCode = $[RDR1.ItemCode] AND T1.WhsCode = 'ATL'  AND T0.WhsCode = 'ATL'
    I have it on Auto Refresh -  When Field Changes "Document Total" - Refresh Regularly.
    Edit1: fixed grammatical error.

  • Help needed for newbie EJB

    Hi, all
    I am a newbie in EJB and I am following the example in the URL:
    http://www.huihoo.com/jboss/online_manual/3.0/
    I am working on the 'interest' example in the first chapter.
    When it come to 'Packaging and deploying the bean', I got some meaage like this:
    ant intro-interest-jar
    Buildfile: build.xml
    validate-servlet:
    validate-jboss:
    fail_if_not_valid:
    init:
    [echo] Using JBoss directory=/opt/jboss
    [echo] Using base classpath=/opt/jboss/client/jboss-j2ee.jar:/opt/jboss/client/jaas.jar:/opt/jboss/client/jbosssx-client.jar:/opt/jboss/client/jboss-client.jar:/opt/jboss/client/jnp-client.jar:/home/xiaobo/learningejb/examples/COULD_NOT_FIND_SERVLET_JAR
    [echo] Using Source directory=/home/xiaobo/learningejb/examples
    [echo] Using Build directory=/home/xiaobo/learningejb/examples/build-examples
    intro-interest-jar:
    compile:
    ejb-jar:
    [delete] Deleting directory /home/xiaobo/learningejb/examples/build-examples/interest/META-INF
    [mkdir] Created dir: /home/xiaobo/learningejb/examples/build-examples/interest/META-INF
    [copy] Copying 1 file to /home/xiaobo/learningejb/examples/build-examples/interest/META-INF
    [copy] Copying 1 file to /home/xiaobo/learningejb/examples/build-examples/interest/META-INF
    [jar] Building jar: /home/xiaobo/learningejb/examples/build-examples/interest/interest.jar
    BUILD SUCCESSFUL
    Total time: 2 seconds
    Why did I get this:
    /home/xiaobo/learningejb/examples/COULD_NOT_FIND_SERVLET_JAR.
    But if I check the "interest.jar" by using 'jar -tvf interest.jar' in the "~/learningejb/examples/build-examples/interest$" directory, it seems it had all files and directories in it.
    But if I copy this jar file into the deploy directory in jboss, and I check the log file 'server.log'
    I found this error message:
    2005-11-28 17:31:03,536 DEBUG [org.jboss.management.j2ee.LocalJBossServerDomain] handleNotification: javax.management.Notification[source=jboss.ejb:service=EJBDeployer,type=org.jboss.deployment.SubDeployer.stop,sequenceNumber=15,timeStamp=1133213463536,message=null,userData=org.jboss.deployment.DeploymentInfo@c36a9f52 { url=file:/opt/jboss-3.2.5/server/default/deploy/interest.jar }
    deployer: org.jboss.ejb.EJBDeployer@3c9c31
    status: Deployment FAILED reason: ejb-jar.xml must define a valid DOCTYPE!
    state: FAILED
    watch: file:/opt/jboss-3.2.5/server/default/deploy/interest.jar
    lastDeployed: 1133210324921
    lastModified: 1133210324000
    mbeans:
    Then I add the follwoing line into the 'ejb-jar.xml':
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    so the 'ejb-jar.xml' looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <description>JBoss Interest Sample Application</description>
    <display-name>Interest EJB</display-name>
    <enterprise-beans>
    <session>
    <ejb-name>Interest</ejb-name>
    <home>org.jboss.docs.interest.InterestHome</home>
    <remote>org.jboss.docs.interest.Interest</remote>
    <ejb-class>org.jboss.docs.interest.InterestBean</ejb-class>
    <session-type>Stateless</session-type>
    <transaction-type>Bean</transaction-type>
    </session>
    </enterprise-beans>
    </ejb-jar>
    and I rejar it and copy the jar file into the deploy directory. I still got the same error message in the log file???!!!
    Please help!
    X.Chen

    It's a no brainer between the AirPort Extreme and Airport Express.
    The AirPort Extreme has 6 wireless antennas up at the top of the "tower", while the AirPort Express has four, so the Extreme has significantly better wireless speed and range than the Express.
    As you know, the broadcast power of wireless routers is limited by law, and most routers are running full blast. Apple routers are not known for their broadcast power, so what we cannot tell you is whether the Extreme will outperform the existing wireless router that you already have in terms of range.
    Also as you know, the speed of your Internet connection is limited to the plan that you have with Verizon. An Apple router cannot take the speed of Internet connection that it receives from your Verizon plan and make it go any faster.
    A user who has both the same Verizon router as you and an AirPort Extreme might be able to tell you how the products compare in his home.
    But...and this is a big BUT...... the bottom line with any wireless router is that you will not know how well it performs in your home until you try it out in your home. To think otherwise would be foolhardy at best.
    Buy from Apple and you have a 14 day return privilege in case things don't work as well as hoped. Other stores may offer a similar option. Check first, before you buy.

  • Need a hand to configure FMS 4.5 to output HTTP stream...

    Hi folks!
    I'm trying to setup Flash Media Server (Streaming server) and I'm having issues with outputting HTTP stream.
    The system works very well with the Flash ooutput, but for some reason the livepkgr won't work. Tried several things over the past two weeks, I've went thru docs and I don't know anymopre what else I can try... The source of the video feed is upstreamed from my own home computer, via Flash Live Encoder.
    I operate a dedicated server, running Windows 2008 Server. The default web site is IIS. I configured the ports so that port 80 is the default IIS inetpub/webroot, and the FMS 4.5 install is accessed via port 8134. So the IP http://184.107.48.113 opens the default Windows IIS, and http://184.107.48.113:8134 takes the request to the FMS install.
    The video stream is live on the Flash server, I can see it in the console, the livepkgr appears to be working, and I do see the .STREAM file being generated in the _definst_/livebroadcast/livestream folder. So the server works, and process the HTTP output.
    I believe the URL I should use to access the output HLS stream is: http://184.107.48.113:8134/livepkgr/_definst_/livebroadcast/livestream.f4m.m3u8
    but it returns a file not found message. Is there something wrong with the URL syntax? Or there is something else in the .conf files I must tweak? Or is it an issue with Apache 2.2 configuration?
    You can see the live Flash stream from my web site http://www.blackflag.tv I want to change this Flash stream to HTTP stream.
    Thanks for your help folks!!!
    -sv bell

    Hey,
    I tried playing HDS now and its working fine. It wasn't playing earlier.
    You can try it out by playing the content through the player here: http://www.osmf.org/configurator/fmp/#
    Input: http://184.107.48.113:8134/hds-live/livepkgr/_definst_/livebroadcast/l ivestream.f4m
    (Don't forget to select the radio button for HTTP streaming)
    This means everything is working on the server side.
    Now, I don't have an iDevice on me to check out HLS playback.
    You are using an older version of QuickTime, which could be an issue. Please let me know what publish settings you are using (as in the codecs).
    Also can you try playing it back through HTML5. To do that, just create an HTML page with the below content.
    <!DOCTYPE html>
    <html>
    <head>
    <title>Title of the document</title>
    </head>
    <body>
    <video width="320" height="240" controls="controls" src="http://184.107.48.113:8134/hls-live/livepkgr/_definst_/livebroadcast/livestream.m3u8"  />
    </body>
    </html>

  • Newbie Alert: Problem with saving downloads to a network drive

    I'm a new Mac user so, I apologize for the newbie question.
    I've have a NAS on my home network. I can see it and access it just fine. I have Firefox set to ask me where I want something downloaded. I don't get the option of putting, say a PDF in a folder on my network storage device.
    I can put it anywhere on the iMac's hard drive or even a USB/Firewire drive but not a network location. In Windows, you'd map a drive and be off to the races.
    How do I do this on a Mac?
    Thank you in advance,
    Rick

    AFAIK, not doable for NAS HDs. Since you're new to Macs, you're going to have erase windoze stuff from you lexicon, check these out:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials, and
    MacTips Learning Centre.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

Maybe you are looking for

  • Error while deleting loc - Object variable or With block variable not set

    I could not delete some of the existing locations in the HyperionFDM and it results in the error Object variable or With block variable not set. I verified that the Server has the apps and subfolder which is needed for this application \\servername\d

  • XML Parsing in Oracle 11.2.0.3 SE edition.

    Hi all, Previously we were using Oracle 11.2.0.1 SE edition which is now upgraded to 11.2.0.3 SE. Is there any difference in the XML parsing between both these versions ?

  • Dynamic tip text for messageLovInput item

    Hello, I'm trying to create dynamic tip text for a messageLovInput bean using the following code. All I get is this in the text below the field: [email protected] Code snippet:     OAMessageLovInputBean adsiBean = (OAMessageLovInputBean) webBean.find

  • Satellite 5205-S505 - How to remove battery with damaged battery latch?

    I try to set apart my notebook(satellite 5205-s505) today. But I found the release latch had been damaged somehow. What can I do? my lcd serious damaged. Can I have method to shut down the lcd to save power (just use external moniter)?

  • USB dropout problems! Help!

    Hi, my USB devices work fine when working in OSX and in the virtual pc environment. however the problem starts when i shut down the virtual pc and return to OSX. The USB devices completely drop out and stop working! Its so annoying! Does anyone know