Unable to handle format: RGB, 60x39, FrameRate=10.0, Length=2340, 8-bit, Masks=-1:-1:-1, LineStride=60, FlippedFailed to realize: com.sun.media.PlaybackEngine@df4bfcError: Unable to realize com.sun.media.PlaybackEngine@df4bfcFailed to realize: input media not supported: rgb video谢谢大哥

解决方案 »

  1.   

    用这个试试:
    try
    {
    }catch(Error e)
    {
      e.printStackTrace();
    }
      

  2.   

    这句话在哪里写?是在调用realize方法的时候写,还是在抛出异常的地方写?
    谢谢!
      

  3.   

    把你下面这段换调。就可以了!
    try{
                  open(selUrl);   //调用open方法
                }
               catch(Exception e)
               {
                      System.out.println("sdfsdfsdfasdf");
                }