Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

JMF related queries/issue

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am in need to embed video in my swing(Jpanel) application, I can find some simple to code to embed the video and open it in new frame. But i need most is

1. I want JMF to support all file format.

Does JMF provides this function or is there any way by which this can be achieved.

Or can anyone suggest any other API which support all file format or flv,avi,MPEG etc.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, it's pretty easy to embed a JMF player in a Swing app, but JMF hasn't been updated in years, and doesn't support all the latest formats. QuickTime4Java supports a few more, if you can limit yourself to OS X and Windows machines (that happen to have QuickTime installed). Check the OtherOpenSourceProjectsFaq page for more options.
 
reply
    Bookmark Topic Watch Topic
  • New Topic