我写了一个播放器Demo,在诺基亚里跑很正常,但是放在天语V760里面跑就报Can not create video/3gp的错,有谁知道这是为什么吗?
具体代码
- Java code
InputStream ins = getClass().getResourceAsStream(url); player = Manager.createPlayer(ins, "video/3gpp");
------解决方案--------------------------------------------------------
天语的接口不标准?
------解决方案--------------------------------------------------------
天语应该不支持3gpp格式