我正在尝试在我的iPhone应用中使用SDL库来播放视频流媒体。但我对SDL在iPhone上的运作方式感到困难。
通过SDL homepage下载SDL库后,我在iPhone上测试了SDL。但我总是失败(这个SDL有自己的测试项目,我试过这个)。
这是我测试失败时的错误消息:
2011-11-01 18:27:31.836 testsdl[145:707] Applications are expected to have a root view controller at the end of application launch
Platform : All tests successful (2)
SDL_RWops : All tests successful (5)
Rect : All tests successful (1)
Assert Failed!
Blitting blending output not the same (using SDL_BLEND_*).
Test Case 'Blit Blending Tests'
Test Suite 'SDL_Surface'
Last SDL error 'Couldn't open good.bmp'
SDL_Surface : Failed 1 out of 4 testcases!
此错误消息是什么意思?我能解决它们吗?
我认为iPhone的SDL库还不成熟。你知道一个更好的iPhone视频流库吗?