Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Media Player Help in java

  1. #1
    Junior Member
    Join Date
    Sep 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Media Player Help in java

    Hello, I am Tajinderpal singh I have made a Media Player in Java using jmf 2.0.0.1e .I am facing one problem and unable to resolve it.please help me! Its urgent.


    I am not able to run all the media formats like mpeg-4,vob,flv.
    Please help me to run these formats.



    Thanks in Advance.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Media Player Help in java

    I've moved your thread to a more pertinent forum. The member introduction forum is not a place for technical questions, so hopefully your chances of getting help are increased here.

    That being said, you're asking a pretty vague question about a pretty specific piece of software, so it's not exactly easy to answer.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Member
    Join Date
    Sep 2011
    Posts
    32
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: Media Player Help in java

    Quote Originally Posted by Tajinder View Post
    I am not able to run all the media formats like mpeg-4,vob,flv.
    Please help me to run these formats.
    Unfortunately, JMF does not support such formats, consider Xuggler - an open source media framework than can handle those formats.

    java memory
    Last edited by namhm; December 4th, 2011 at 06:51 PM.

Similar Threads

  1. java game bullets hit player 1 but not player 2
    By ajakking789 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: August 22nd, 2011, 08:19 AM
  2. java game, both players move for player 2 but not player 1
    By ajakking789 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 21st, 2011, 12:52 PM
  3. Java Mp3 player.
    By alex901 in forum Object Oriented Programming
    Replies: 4
    Last Post: November 18th, 2010, 09:12 AM