JMF enabled applet can run on mobile ?

Hello
I am undertaking a project, in which i have to stream a stored video (.mpg,.avi or any other) on server, to a mobile over HTTP.
I have started using JFM for this purpose, for which i am using an applet to play audio/video in my computer browser.
But i need to know that how to play the same applet on mobile end, anf if yes, then how ?
I hope i am clear with my query.
Please assist.
Regards

JMF will run only on a J2SE JRE, and there is no J2ME version. So unless the mobile in question has a full version of the JRE, then JMF won't run on it.

Similar Messages

  • JMF-based applet can not detect audio devices on Vista (?)

    Hi,
    As many people reported, I encountered the same issue - CaptureDeviceManager.getDeviceList does not detect any audio device on IE/Vista.
    Here is my testing environment:
    HP XW4600, RealTek HD Audio onboard sound card,
    Vista SP1 (Business, Home Premium, and Vista64)
    JRE1.5.0_16, JMF2.1.1e
    A recording Applet runs in IE7 (which works fine on XP and its Java application version always works fine on Vista)
    I have tried a number of things without success:
    1)Use different audio formats as the input parameter for getDeviceList
    2)Try CaptureDeviceManager.getDevice(new String("DirectSoundCapture"))
    3)CaptureDeviceInfo info = new CaptureDeviceInfo(com.sun.media.protocol.dsound.DataSource.NAME,new MediaLocator("dsound://"),null);
    4) Vector devices = (Vector) CaptureDeviceManager.getDeviceList(null).clone();
    5)Uncheck UAC(Vista User Access Control)
    6)Set IE settings least restrictive
    7)Try signed or unsigned recording Applet
    8)Pack the recording Applet to a jar and deploy to JRE\lib\ext
    9)Run JMFInit and copy the files in JMF\Lib to System32 folder
    On a few occasions, audio devices can be detected. For examples,
    10)Upgrading an HP XW4200 (XP machine with AC�97 codecs driver) to Vista,
    11)1/5 chance on the machines with both Sun JRE and MS Java SDK installed.
    12)Trying Item # 9. it worked once on one machine, but after rebuilding the machine, the same trick does not play.
    I am wondering if there is a way to let JMF-based applets detect audio devices on Vista or this is an inherent problem with JMF, IE and Vista.
    I would appreciate it very much if you�d kindly offer any help and suggestions.
    -Belfield

    >
    As many people reported, I encountered the same issue - CaptureDeviceManager.getDeviceList does not detect any audio device on IE/Vista.>(..in an applet)
    >
    I would appreciate it very much if you'd kindly offer any help and suggestions. >I suspect the basic problem here, is the installer that defaults to preventing the applet access to record sound (I am guessing that would 'spill over' into web-cam permissions). A quick test of that is to try the same code as an application.
    If the application works, one possible fix is to launch the application using webstart. Webstart will work from a web page, and offers many other advantages over a standard applet.

  • Is it possible to upgrade to usb2.0 on my old nx9005 so i can run a mobile broadband dongle

    i have an old compaq nx9005 laptop and would like to run a mobile broadband dongle. is it possible to upgrade to usb2.0? i,m running windows xp and have service pack 2.
    many thanks
    twidge57
    This question was solved.
    View Solution.

    Hi,
    Unfortunately this is not very simple BUT you can use PCMCIA and 32-bit Cardbus slot and buy something like this for your machine:
      http://www.amazon.co.uk/Nisis-PCMCIA-USB-2-0-Card/dp/B00027YIJK
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to set IIS for Applet making it can run at any IE client.

    I made an applet with java. It works fine under JDK.
    After that, I made a web page with the applet embedded in.
    But it can only run on those client computers if the computers has installed JDK.
    Could you tell me how to set IIS so that my applet can run on all the client computers no matter whether they have JDK installed or not?

    It would have nothing to do with IIS. Your applet apparently requires a "newer" version of Java than what comes with the browser by default. So either make your applet comply with the lowest common denominator (no Swing classes, only AWT, for example), or require your clients to install the newer Java plugin.

  • How many KVM can run in my mobile at a time

    Say for an instance in a java enabled mobile i have 2 java applications running. I want to know whether each application shares the same KVM or seperate one.
    To make it simple at one instance of time how many KVMs can run in my mobile

    I think there's just one KVM involved, but have never met this scenario before. Maybe
    you'll have to try some simple app. If you need to run one application from the other, see
    http://forum.java.sun.com/thread.jspa?forumID=76&threadID=290808.
    Peter

  • I can not get Java applets to run on my MAC

    I am running OSX 10.9.1, Safari Mountain Lion 7.0.1 and have Java 7u51 and can not figure out how to get applets to run.  I am taking classes for work and they all use applets.  Any ideas how to enable applets?  Blogs have recommended using java preferences but I can't find that on my computer.

    Rivasrraa,
    since you’ve installed Java 7u51, you should have a Java pane in System Preferences. When you select it, a Java Control Panel window will appear. In the Security tab of that window, you might need to set your security level down to Medium and/or add the applet site to the Exception Site List to be able to run your applets.

  • Why can't I get an applet to run in the OC4J embedded server?

    i've set the class path and so on but still no dice.
    I keep getting the error message:
    load: class model.Applet1 not found.
    java.lang.ClassNotFoundException: model.Applet1
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    basic: Exception: java.lang.ClassNotFoundException: model.Applet1
    java.lang.ClassNotFoundException: model.Applet1
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more
    if anybody can help me I'll name my son after them
    Owen

    There's not enough info in your post to know what wrong. The stacktrace says it can't load the class model.Applet1, it's trying to get the class from the server, but it fails to get it because it cannot create a http connection.
    Try to find out where it's trying to connect to, check if that address is correct, and if the required class file can be loaded from that address.

  • I can't get applets to run - I messed up machine

    This is not a programming question, just an "I want to see an applet" question.
    2 months ago, I downloaded the JDK 1.3.1_02 because I was/am taking a programming class. I set the path variable to the BIN. I then had 2 runtime environments 1.3.1 and 1.3.1_02 and everything was fine. Last week, however, applets wouldn't load or would load only after a very long delay (not necessarily my applets, just applets when we surfed the net). I twice received errors that my "client was corrupted."
    I have a Windows ME machine. I removed the 1.3.1 runtime environment (pre-installed on machine), thinking that, well... I was just thinking stupid thoughts. I now only have the 1.3.1_02 environment. NOW, no applets will run.
    I'm guessing I need to point something to 1.3.1_02, but don't know what that would be. I checked IE options and it thinks it's looking to 1.3.1_02. I looked at the advanced tab of the Java plug-in and it's set to default. I changed it to 1.3.1_02 and that had no effect, so I returned it to default. I have the latest version of VM.
    Should I reinstall Java and the runtime environment?
    Thanks in advance Janie

    Hi,
    I've also encountered a problem in running applets and what I did are the following:
    - Try reinstalling your Java and then restart your machine.
    - After that, Go to Start -> Settings -> Control Panel -> Java Plug-in 1.3.1_02 to open the Java
    Console Window.
    - On the Browser tab, uncheck the "Microsoft Internet Explorer" and click OK.
    - Try to open a new browser and open pages with applets and see if this works.
    Hope this can help.
    Cleo

  • "certain user policies are enabled that can only run during logon"

    I have created a GPP for mapping a drive. Is there any way to NOT prompt for a logoff on first logon?
    "certain user policies are enabled that can only run during logon"
    OK to logoff?. (Y/N)

    I have created a GPP for mapping a drive. Is there any way to NOT prompt for a logoff on first logon?
    "certain user policies are enabled that can only run during logon"
    OK to logoff?. (Y/N)

  • How do I enable capability to run applets?

    I was trying to access and online course from a site I had success with a few weeks ago (February, 2014).  Today, March 3, 2014, I was unable to load the course from the course menu. 
    I used the site system requirements check and all was well except capability to run applets.
    I am running OSX version 10.6.8, Safari 5.1.10, Java SE 6 version 1.6.0_65-b14-462.
    How do I enable capability to run applets?
    I read related support community items but they did not help. 

    hello, lower the security level within the java settings in the system control panel: http://www.java.com/en/download/help/jcp_security.xml

  • Enable-MSDSMAutomaticClaim can't run this silently?

    Hi,
    I am trying to run the following command however, it always asks for a confirmation, but I am trying to run this in a script for automated configuration. is there any way i can run this "silently" which will accept the Yes or All confirmation?
    Enable-MSDSMAutomaticClaim –BusType iSCSI
    thanks
    Steve

    Hi,
    This appeared to work when I ran it as a command (both approaches whether it be separate lines or all in one) however, when i ran it as part of a script it still prompted me for an answer. I am therefore rather confused as to why it would work as a command
    but not in a script. You would have thought all commands which require an answer would include a -Confirm parameter but this appears to not have one.
    Steve
    It appears the documentation is a little sloppy.  
    According to this: 
    http://chinnychukwudozie.com/2013/11/11/configuring-multipath-io-with-multiple-iscsi-connections-using-powershell/
    That's actually a function, not a cmdlet.  And it appears they've not provided a parameter for Confirm.
    [string](0..33|%{[char][int](46+("686552495351636652556262185355647068516270555358646562655775 0645570").substring(($_*2),2))})-replace " "

  • Can a thread created in an applet still run after the browser is closed?

    Dear all,
    I was able to make an applet's thread keep running even the web page changed to other page. Is it possible to make a thread spawned by an applet keep running even if the browser is close? I am using signed applet and JRE1.3.1_02. Thank for answer.
    [email protected]
    Arthur Pan

    No. A thread is part of a process and if the browser closes that process will (generally) be destroyed.

  • JMF Diagnostics applet - how to resolve "JMF Classes not found"

    I am still having problems trying to get my USB camera to run in an applet.
    I'm using Windows XP with IE 6.
    I found the JMF Diagnostic Applet and when I run it, I get the following:
    Java 1.1 compliant browser.....Maybe
    JMF classes.....Not Found
    The text below says that CLASSPATH needs to include jmf.jar
    I have checked that and it does. I added all the jar files to the CLASSPATH as well and that did not help.
    I saw another post that said the JMFHOME environment variable needed to be set to the main JMF directory.
    I did that and still get the same error.
    Can anyone tell me what I need to set in order to make the JMF Diagnostic applet work???
    Thanks,

    I have exactly the same problem. Running XP pro and Java 5. Installed JMF2.1.1e and the diagnostic doesn't work. Don't know how to verify or set the CLASSPATH but assumed it was more plug and play.
    I'm a student and am writing my final year project which is supposed to be a multi-client concurrency based video clip app. All the sample codes I've seen make it look quite easy. I was wanting to prototype my concepts before I continue (glad there are some nifty buffer controls) I've unistalled, reinstalled, restarted an no joy and the only help that seems might work includes loads more files than what my distribution has (just have jmf.jar, customizer.jar, multiplayer,jar, mediaplayer.jar and sound.jar and that's it.
    I was a little worred about the need to have the API on my test client machines (aka housemates) now I'm really worried.

  • I cannot get an applet to run in an html page through jdeveloper 10g

    I can run applets ok that i bring down from the web so i know the browser will support applets. But they will not work when i try to run a html page with an applet through jdeveloper. When I use the tool to create a page that will run an applet i get the message "This browser does not support Applets." appearing even though
    I know the pages does support applets. What am i doing wrong?
    cheers;
    a confused Owen

    Nope...I create an applet and then use the tool to create an html page i get the following page...
    no hint is given why it does not support applets
    cheers;
    Owen
    <HTML>
    <HEAD>
    <TITLE>
    Title
    </TITLE>
    </HEAD>
    <BODY>
    <APPLET CODE="applet.Applet2" ARCHIVE="adfshare.jar,bc4jmt.jar,collections.jar,bc4jct.jar,xmlparserv2.jar,jdev-cm.jar,ojmisc.jar,commons-el.jar,jsp-el-api.jar,oracle-el.jar,adfm.jar,adfui.jar,adfbinding.jar,bc4jtester.jar,help4.jar,share.jar,jewt4.jar,oracle_ice.jar,ojdbc14dms.jar,orai18n.jar,ocrs12.jar,ojdl.jar,dms.jar,bc4jdomorcl.jar,bc4jdatum.jar,cache.jar,xml.jar,jdev-rt.jar,runtime12.jar,bc4jui.jar,bigraphbean.jar,LW_PfjBean.jar,inspect4.jar,forms-1.0.4.jar,bc4jimdomains.jar,bc4jimjui.jar,ordim.jar,ordhttp.jar,jmf.jar" HEIGHT="200" WIDTH="200" ALIGN="bottom">This browser does not support Applets.</APPLET>
    </BODY>
    </HTML>

  • Applet can not init camera on Windows XP embedded

    Under XP the Java JMF and the applet can work.
    Under XP_embedded SP2,the jmf-21_1e can work.(the JMStudio camera function is ok).
    But the Java applet running on JMF could not work.
    I also heard the same problem can happen on Windows 2000.
    Does JAVA applet can not work well under Windows XP embedded?

    Hi,
    I encounter the same problem using Windows XP embedded SP2.
    Have you resolve this problem ?

Maybe you are looking for

  • Tax Reporter Quarterly report for NJ

    Hi, I have an issue where in the SDI rate in the Quarterly Unemplyment report for NJ is not showing correctly. The rate field is T018 and the Tax form group is 0031 (Form - HR_F_UNEMP_NJ). Could you please how can I change the rate? What table or fie

  • LAC : Applet not calling & Bidders not able to submit bids for Live Auction

    Hi, I am working on SRM 5.O Live Auction Cockpit(LAC) facing couple of issues while accessing it :- I have created Auction from Process Auction .Bidders are getting Auctions but unable to submit bids against that . Whereas same bidders are able to su

  • SAP Standard screen modification and logic

    Hi  All, I have  four tab strips in my standard selection screen. in the second , third and fourth tabs i need to add  same fileds for exampls surgery tab optable                    procudere code          procudure category  (standard functionality)

  • How to reformat a compact flash card

    Hi I'm Russell, my hobby is to occasionally take photos with my Canon 7D. Well last time i took photos what happened was when it came down to uploading them to my computer, i transferred them and i think i might of improperly ejected my dolgix 133x 3

  • How to remove lion

    Hi just to add myself to the growing number of not so happy people who have upgraded or should i say stepped back in time with os lion. wont bother listing all the probs too many. and i have wasted too much of my time trying to resolve the unresolvab