Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2006

Tip: Looking for answers? Try searching our database.

Research question

Thread view: 
Cut - 12 Dec 2006 18:35 GMT
My apologies if I posted this in the wrong forum.

I'd like to create a Java program that accepts and decodes H.264
streams.  My current understanding is that support for this codec,
especially in Java, is nonexistent.  I'm aware of a low-level C/ASM API
that decodes H.264 fast.

Is it possible to use Java to interface with a low-level C/ASM API?
Can I do it with an IDE?  

Thanks,
Cut
Andrew Thompson - 12 Dec 2006 18:47 GMT
...
> I'd like to create a Java program that accepts and decodes H.264
> streams.  My current understanding is that support for this codec,
> especially in Java, is nonexistent.

Sun's only media offering is JMF, which is effectively
(if not actually) abandoned.  The list of media formats
codecs supported is here..
<http://java.sun.com/products/java-media/jmf/2.1.1/formats.html>

>.. I'm aware of a low-level C/ASM API
> that decodes H.264 fast.
>
> Is it possible to use Java to interface with a low-level C/ASM API?

JNI should connect you with any native code, so long
as the right 'hooks' exist (JNI is not my area).

Is that low-level stuff developed for each platform, or
are you looking to support only specific OS's?

> Can I do it with an IDE?

Ummm... You mean write the code?

It is possible to write this code using an IDE.
It is most likely also possible to launch/debug
this code using an IDE.  Whether *you* can do
it using *your* IDE, is a matter between you
and your IDE.   ;-)

Andrew T.
Wesley Hall - 12 Dec 2006 19:01 GMT
> My apologies if I posted this in the wrong forum.
>
[quoted text clipped - 8 lines]
> Thanks,
> Cut

http://www-128.ibm.com/developerworks/library/wi-mvideo/index.html

http://developer.apple.com/quicktime/qtjava/


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.