Languages

Menu
Sites
Language
Problem with Tizen::Media::Player
Hello, I have a problem with Player. When I use it, it works fine, but I need use it many many times with different videos. Usualy it work fine maybe 3 or 5 minets, with short videos, then Public Member Functions :
result Tizen::Media::Player::Stop ( void    )  
return error E_SYSTEM: I have in sources: timer doing nothing for playing video what can I do?

Responses

6 Replies
john Smith
Hi, Can you share some code snippet. As my knowledge, you cann't create more than 8 instance of player class. go through mediaApp available in SDK.
Alexander Semenov
Hi, I create Tizen::Media::Player once on start Application, and then, I just use "Close", "Open" and "Start" for playing videos.
wil smith
Your state handling for stop() is correct, AFAIK. It looks the underlying components are unable to handle the error condition, so reacreate the player once again and play your media file.
wil smith
State handling for the stop() method is correct. Looks like, underlying system is unable to handle the error condition, so recreate your player again and play the video for E_SYSTEM error.
Alexander Semenov
I did so, but it didn't help me. After recreate player didn't work. Only if I shutdown application, player will work correct.
muditha murthy
its very difficult to find the root cause for your problem. If possible could you attach some sample code ?