Using JMF source codes to build applets........

hi anybody tried to use the source codes to build an applet
that installs/creates JMF registry or its fuctionality on client side make JMF use with no need to install on client side.
if anybody have any idea's abt this please help me...
or please give any references about the same..
thanks

This was announced in November.
Unfortunately after May 1, you’ll need to have a full DPS license or know someone that has one, in order to create or update Single Edition apps.
There are several threads on this topic already. Here's one: The end of DPS Single Edition

Similar Messages

  • Where is JMF source code?

    Sun, I love Java and use it in most of my projects but what's up with the JMF source code? You mention several places that we can download the source code and even provide some links throughout your Sun site but none of them actually provide a way to download the source code. Can you either reply here with a good link to the source code or attach it to an e-mail to me at [email protected]? Thanks.
    Gerry

    I was just getting ready to post a new thread similar to this one. It looks like you're doing something very much like what I need to do. I'm looking to create a movie from the contents of a JPanel and (if possible) I would like to create a composite movie--that is overlay the contents of the JPanel onto video footage of the same dimensions. Basically, I have a 2D application that draws lines over video. Currently, the video is displayed in the background and the lines are overlayed by drawing on the JPanel. I would like to export the finished product to a movie so that results can be viewed outside of my application.
    If you have any insight as to how to do this, I would be greatly appreciative.
    Additionally, I just read a similar thread where some guy seemed to have the same problem you have. The only response received was,
    "I think it does that for QuickTime if you don't define the lineStride value in the VideoFormat (lineStride = pixelStride * width)."
    The only insight I can give is the obvious: either videoTrakInfo or videoFormat is null when that method (writeVideoSampleDiscription) is called. I'd assume it's the former, which would meen that
    trakInfoArray[streamNumber]
    is null. Which, I guess would mean there is no track information for the given stream? Of course, this is all obvious. Further, I have no idea what it all means.
    - Kevin

  • RE: Using a source code control system

    Thanks Shane and everybody for the replies.
    My *.cex files have the correct "begin CLASS;" entry. Below is my fscript
    file
    that I'm trying with Forte 2.0.E.2 NT version:
    setWorkspace ktCheckBoard
    open
    findproj sample1
    cd c:\forte_cs\install\bin
    compile sample1_sysadm.cex
    importplan sample1_sysadm.cex (>>> It failed right here)
    Khanh
    From: Shane Howlett
    To: forte-users
    Subject: RE: Using a source code control system
    Date: Wednesday, November 13, 1996 9:54PM
    Hi Khanh,
    In regards to your compile error...
    We found that an interesting difference between versions 2.0.D.x and 2.0.E.x
    was with the first line of an exported .CEX file.
    A la ...
    2.0.D line 1: begin;
    2.0.E line 1: begin CLASS;
    It caught me out. Just insert or remove the word CLASS using a text editor
    depending on your version of Forte.
    As for version control, we have been retaining workspace export files
    (wascally WEX files!) as backups and plan to make greater use of Baselining
    in
    the repository. In terms of securing our environment, this approach
    essentially meets our needs.
    Shane Howlett
    The Hydro.

    Thanks for your help. That works.
    -khanh
    At 11:20 AM 11/14/96 -0800, you wrote:
    >
    Hi Mike,
    Thanks for the reply. I think that was what I did.
    Below is my fscript input file:
    setWorkspace ktCheckBoard
    open
    findproj sample1
    cd c:\forte_cs\install\bin
    compile sample1_sysadm.cex
    importplan sample1_sysadm.cex (It failed at this step)'importplan' is unnecessary: 'compile' has compiled the .cex file into your
    project. importplan is failing beacuse it expects to see an entire plan.
    Mike
    Mike Schilling ([email protected])
    Forte Software, Inc.

  • How to get source code and build files for Eudora 7, and price?

    Looking for source code and build/make files for Eudora 7 to port to Win7 and Ubuntu 14. Where is a source for this and what is the cost?

    You best ask qualcomm. It is their intellectual property.
    Eudora OSE was based on Thunderbird and the source code for the Penelope add-on is open source (that is what made Thunderbird over to OSE)

  • How to compile JMF source code

    Hello,
    Im working in an application which uses Java Media Framework to code/decode and transmit/receive the video and audio. I need to modify the h.263 codec in order to get an especial issue related to video.
    I download the source code of jmf I found in this topic: http://ohmydear.tistory.com/attachment/48fd0e73b49f9C0.zip. But I dont know how to compile the jmf in eclipse tool. Does anybody know?
    If anybody doesn't, would anybody know how to modify the coding and decoding of h.263 in JMF. I have no idea how to get that?
    Thanks a lot and best regards.
    Pedro

    pedritomoreno wrote:
    I download the source code of jmf I found in this topic: http://ohmydear.tistory.com/attachment/48fd0e73b49f9C0.zip. But I dont know how to compile the jmf in eclipse tool. Does anybody know?
    If it's not just a straightforward build, then I doubt anyone has instructions on how to do it...
    If anybody doesn't, would anybody know how to modify the coding and decoding of h.263 in JMF. I have no idea how to get that?Well, if you look at the following link...
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    You'll see that for h.263, decryption is the only thing that's implemented in Java (the things that are in the windows pack but not in the cross platform pack are implemented in native code)... so if you're wanting to do h.263 encoding, you'll have to code that from the ground up...
    Read the following post for more information about writing your own codecs...
    [http://forums.sun.com/thread.jspa?messageID=10725041#10725041]

  • Where i can download jmf source code?

    i search the web all days, but i can't find it. Anybody can help me and sent jmf's source code to my gmail: [email protected], thanks in advance.

    Ray,
    Although I did not find any example that shows how to write to the user's EEPROM are, I did find a couple of places that talk about reading from it. Here are the links to them...
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/7923356b383f5eca852563a7004a3b8b?OpenDocument
    http://ae.natinst.com/operations/ae/public.nsf/fca7838c4500dc10862567a100753500/9d4e59d08da5216e862566130050583c?OpenDocument
    Keep up with the great work!

  • RE: Using a source code control system with...

    Hi Khanh,
    In regards to your compile error...
    We found that an interesting difference between versions 2.0.D.x and 2.0.E.x
    was with the first line of an exported .CEX file.
    A la ...
    2.0.D line 1: begin;
    2.0.E line 1: begin CLASS;
    It caught me out. Just insert or remove the word CLASS using a text editor
    depending on your version of Forte.
    As for version control, we have been retaining workspace export files
    (wascally WEX files!) as backups and plan to make greater use of Baselining in
    the repository. In terms of securing our environment, this approach
    essentially meets our needs.
    Shane Howlett
    The Hydro.

    Thanks for your help. That works.
    -khanh
    At 11:20 AM 11/14/96 -0800, you wrote:
    >
    Hi Mike,
    Thanks for the reply. I think that was what I did.
    Below is my fscript input file:
    setWorkspace ktCheckBoard
    open
    findproj sample1
    cd c:\forte_cs\install\bin
    compile sample1_sysadm.cex
    importplan sample1_sysadm.cex (It failed at this step)'importplan' is unnecessary: 'compile' has compiled the .cex file into your
    project. importplan is failing beacuse it expects to see an entire plan.
    Mike
    Mike Schilling ([email protected])
    Forte Software, Inc.

  • Using source code?

    Sorry for noob questions, but I'm confused on how to use source code on Flex.
    Say I download saqoosha's desktop fireworks -
    http://saqoosha.net//?s=fireworks
    I ussually just extract the folder into my workspace, go to flex, create a new actionscript project and name it the name of the folder in my workspace. Most of the time this doesnt work, as I dont know how which actionscript file launches the app. Does anyone have an tips for me? And if possible could somone explain how I can use saqooshas source code and launch it through flex.
    Thank you so much,
    Michael

    Try unzipping the folder somewhere else, and using File->Import->Flex Project to bring the project into your workspace, rather than copying directly. Then Flex will figure out what file to run etc for you. I pulled down the fireworks project you mentioned and ran it without issue.

  • Using xpath expressions in Document-Builder

    Hi all
    we have re-designed our (existing) DDX-templates with the Document Builder in LC Workbench. The DDX templates are used to assemble PDFs with LC Assembler-Service.
    Now my question: Is it still possible to use XPath-expression in the DDX template? Please find our example below:
    The XPath expression works only if we copy&paste the DDX source code directly to the Assembler-Service property view (picture below). But referring the DDX-template doens't interpret the xpath path at run time (2nd picture below). Any help on that will be appreciated!
    Works (using DDX source code directly):
    Doesn't work (using DDX template):

    Hi,
    >
    I tried to get a portion of an XML by using XPath Expressions as follows:
    String xPathExpression =
    "declare namespace xq='http://inti.notariado.org/indices' " +
    "$this/xq:RULES/xq:RULE[@disabled]";
    I think any XPath expressions which use [] are not supported in stand alone
    version, but as this is not documented I could be wrong.
    Regards
    Arek

  • Source code managements problems

    Hi all.
    I work for a coperation that mandates the use of a particular source code management software, MKS. They are moving to another solution soon, so it doesn't make sense to write an extension for it.
    My objective is to use MKS to manage source changes as a standalone tool, while using JDeveloper to modify and debug application code.
    I also have a requirement to put all runtime code into MKS as well, so that a complete runtime build can be performed from within any project sandbox and deployed (No 3rd party installations required). This would include jdeveloper jar files and compiled objects from other MKS / Jdeveloper projects.
    So far, I've discovered that the JDeveloper project libraries are referenced by full pathname, including drive letter. This means that each develeper sandbox directory must have the same root path and drive letter or each projects libraries must be maintained seperately. Neither I think is very pretty. Is there a way to use relative pathnames?
    I'm also wondering how many other problems I may encounter as I proceed. What is the intended model for supporting concurrent development using standalone source code management?
    Any ideas or suggestions would be greatly appreciated.
    Thanks in advance
    Keith.

    Yes.
    The issue comes into play when developer A may be developing on c:\jdev and developer B may be developing on d:\dev\3m\jdev. I would rather not have to mandate directory structure standards for the parent directories.

  • JDK Source code

    Does the source code for the standard java libraries come with the sdk? I thought that was the whole point of an sdk, but when using eclipse, it says it cant find the source (in rt.jar), and just gives me an outline of the class. Do I separately have to download the source code? I saw something like this somewhere on the site (SCSL or JRL), but am not too sure if that's what i'm looking for...
    Cheers,
    Siam

    Some of the code is in other jars. Other code is not distributed as part of the SDK; it can be downloaded using the source code d/l link on the download page.

  • IFS Webui source code

    HI,
    I've don't understood if the IFS webui source code was available or not (I've just noticed that I could not find it !)
    Is it possible to customize the webui interface (not only images) or re-use the source code for private developments ?
    Thanks for your answers.
    Yann.

    Seems to be an answer :
    Re: Bug when RangeSize is greater than returned rows?

  • Editing Source Code

    I'm working with 10.4.6 and Safari 2.0.3. Just learning HTML and doing some basic tutorials. I wrote the code using MS Word and everything went fine. The next part of the tutorial was to edit, using view source code. According to the lesson, one should be able to make changes there and then save and refresh, but I'm not able to make any changes. I checked to see if it was because the item was read only or locked, but that was not the case. Does it have something to do with Word? I did a search, but only came up with things referencing iweb. Any help is appreciated.

    You can't edit source code with Safari. Use TextEdit or any text editor. Some other browsers might also have the capability to do this, I don't know.

  • Who can have ADF 11g Source Code?

    Hi all,
    Can I have the source code of ADF 11g when I buy ADF license and support for ONE user?

    You need a support contract, open a SR, ask for the source and then sign some agreements on how to use the source code.
    Timo

  • MSS Source code

    Hi,
    MSS webdynpro version has a file DTRSAP_MSS.sc . I think this file is source code of MSS. Am i right ? How can i use this source codes.
    Best regards,
    Altug Bayram

    Hi Altug,
    This SCA file (which contains the MSS sources) must be imported into your track in CMS. In brief, the steps are:
    1) Create a new track (in CMS Landscape configurator)
    2) Add the software component (SAP_MSS) to the track
    3) Save track definition.
    4) Download all archives (the SCA files corresponding to MSS and its dependent Software Components : SAP-JEE, SAP_JTECHS, SAP_BUILDT) from the service marketplace and place them in the CMS inbox folder.
    5) In the CMS Transport Studio, checkin and import these archives into the Development system.
    6) Import the development configuration (corresponding to this track) in the NetWeaver developer studio.
    This will allow you to work with the MSS sources using the NetWeaver Developer Studio.
    Regards,
    Manohar

Maybe you are looking for

  • Conversion date

    Hi, I created the Info query used 6 tables i.e. ANLA, ANLB, ANLC, ANLZ, ANEP and ANEK. The issue is some assets is showing the conversion data i.e. 05/31/2009 and some assets is given current date (if the asset posted any retirement / additions / tra

  • Problems syncing new ipod to pc which is linked to another apple ID

    Hi, I have just been setting up my daughter's ipod touch 4g.  When I plug it in to my wife's pc and itunes is launched, the apps windows shows all the apps from my wife's iPhone.  I have ensure itunes is signed in using my daughter's name, I've done

  • HT4859 how long does icloud back up take?

    I am backing up 5.9 GB from my iPhone to iCloud. It seems to be taking forever. Any suggestions as to how I can make this a faster process? Thanks!

  • Dimension Hierarchy

    We are in the process of creating a dimension hierarchy. We see multiple options here There is Logical Level. Each logical level can have multiple keys. Each key (*Logical Level Keys* ) can have multiple multiple columns. Each column has a check box.

  • Opening attachments on my new macbook!! please help

    Hi, I have only recently bought a new white mac book! So far, so good! however, I have one slight problem - I am still using my hotmail account and because i am at university I receive a lot of email about coursework etc. Friends in my group have ema