Tag: jmf

Here you can see a listing of all the posts tagged with jmf on this website.

  • JMF Format checking: The Evil Edition

    Posted on Feb. 5, 2007 at 13:06 +0100 Tagged with , ,

    Desperate times sometimes require desperate solutions for stupid problems. For example today I have a deadline for a small JMF project. A part of the project is, that an RTSP client should be able to request only for example the audio streams of a certain object on the server so the client should have some kind of flag that specifies what streams should now really be used.

    [more ...]

    0 comments

  • JMF not really so useful...

    Posted on Nov. 16, 2006 at 23:53 +0100 Tagged with , , ,

    Is it just me or is JMF yet another example why Java isn't really platform independent? Or actually another example of Sun really making it useful no matter what platform you're on. For example: I now have to write a small program using JMF. I thought: Great, should be no problem using a normal MPEG-1 stream as input source. Yeah, right ... According to the list of supported formats the really platform independent JMF package doesn't support even MPEG-1. This feature is reserved for the platform-dependent binaries. I also tried to register the MP3 plugin and failed there too, so perhaps I understood something the wrong way (but at least I also read about other people having the same problem).

    [more ...]

    0 comments