Languages

Menu
Sites
Language
Streaming media

Hello,

I have a problem with this:

result r = E_SUCCESS;
r = mediaUri.SetUri(L"http://mp3.live.tv-radio.com/nrj_french/all/nrj_155913.mp3");
r = __player.Construct(*this);
r = __player.OpenUrl(mediaUri, true);
r = __player.Play();

SetUri(), Construct() and OpenUrl() return E_SUCCESS but the last one return this error:
result Tizen::Media::_PlayerImpl::Play() (760). > [E_INVALID_STATE] Player state is in an invalid state. State is 1
result Tizen::Media::Player::Play() (211). > [E_INVALID_STATE] Failed to perform Play operation.

Do you have any solution?

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
Stefan Hula
Tizen can't play stream from icecast :(
Benoit JOUANIGO
Thanks for your reply
Kwangyuel Ryu
change as follows r = __player.OpenUrl(mediaUri, false);
Benoit JOUANIGO
I always have the same problem
kavish
This issue has been fixed in the latest SDKs. You need to wait for future version for SDK.