By Ruslan
08 Oct 2013 11:40
English
8 Replies
Hi all,
I am trying to start VideoPlayer
String uri = "http://video.sport-express.ru/userfiles/videoreports/23/23746.mp4";
AppControl* pAc = AppManager::FindAppControlN(L"tizen.videoplayer", L"http://tizen.org/appcontrol/operation/view");
String mime = L"video/*";
if (pAc)
{
pAc->Start(&uri, &mime, null, null);
delete pAc;
}
However, I see this message "Unsupported format".
What's wrong?
Thanks.
Update: SDK Tizen 2.2. Device RD-PQ with Tizen 2.2.0.
Edited by: Ruslan on 10 Oct, 2013
You must log in to use this service. Log in now?
The tag you entered already exists.
Do you want to report this post as spam?
The post has been reported as spam.
cannot be empty.
Are you sure you want to cancel and return to the list?
The code has been copied to the clipboard.
Enter a title.
All Categories
General Support
Tizen .NET
Web Application Development
Native Application Development
SDK & IDE
--------
--------