Menu

flv over HTTP

user
2008-02-14
2013-05-09
  • Nobody/Anonymous

    I am able to play a .mpg file over http but when using the latest release of fobs4jmf for playing a .flv video file, I get this exception:

    Unable to create the audioPlayer :javax.media.NoPlayerException:
    Cannot find a Player for :http://localhost/FlashVid.flv
    Exception in thread "main" java.lang.NullPointerException

    This file runs perfectly when used as a local file using
    URL url=new URL("file",null,"D:/Samples/FlashVideo.flv");

    but the exception occurs when using
    URL url=new URL("http://FlashVideo.flv"); // where the file is in the DocumentRoot of Apache web server

    What am I missing?

    Thanks

     
    • Nobody/Anonymous

      Hey, I have the same problem, tried already various ways.

      Has anybody an idea?

      thx D.

       
    • Nobody/Anonymous

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.