Problem with Qml Video Element
-
Hi all,
I have problem with Video element. I use example from "here, ":http://www.developer.nokia.com/Community/Wiki/Simple_video_player_in_QML and when I build it, error "General OS-related error" in console. If I trying to install sis-file manualy, error "Update error" on screen device...Help who can
P.S. I use Nokia N8, Qt Mobility, and other frameworks installed -
Try "coda" instead of app trk and check the error code.
-
You can try:
- Check your Projects editor in Qt Creator, and make sure you have self-signed checkbox checked if the example use the self-signed capability.
- Try reinstall your app trk in Qt SDK
- Relaunch your Qt Creator and try it again.
It seems that this problem occurs sometimes, but it's not a big deal. Good luck. :D
-
[quote author="Freeuser" date="1309249527"]can u advice me, where I can download it?[/quote]
You can get CODA from "here":http://tools.ext.nokia.com/coda/public_coda_installer_1-0-4_build3_signed.sis. Note that it is supported only with Symbian^1 and Symbian^3 devices.
-
Thanks for all, I solved my issue: I updated Qt Mobility, remove previous version of app, and restart device! But now there were new problems. I need online videoplayer, and source no local files(I used Wi-Fi connection). Remote videofiles are play, but periodical stoped, and through a few seconds(2-3) playing continues. I think, need to set buffer settings, but in "docs":http://doc.qt.nokia.com/qtmobility-1.2/qml-video.html not contain any settings about buffer...Also I can't set volume - property "volume" "is not active in symbian... ":http://doc.qt.nokia.com/qtmobility-1.2/qml-soundeffect.html#volume-prop
Can anybody help?