This is a migrated thread and some comments may be shown as answers.

Features I miss in the RadMediaPlayer for Silverlight

3 Answers 65 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
JanSichulaJr
Top achievements
Rank 1
JanSichulaJr asked on 05 Jan 2010, 06:23 PM

Hello everyone,

 

first of all, let me wish you happy New Year. May I ask whether there is a way to achieve following in the present version of RadMediaPlayer for Silverlight?

 

  • Video download progress indicator in the YouTube style.
  • Automatic return to playlist after an item is finished.

 

So far I was unable find this functionality exposed.


Overall, I would love to see a more rapid innovation with RadMediaPlayer. It seems to me like other controls are leaping forward but with RadMediaPlayer there are only bug fixes and maintenance. Hopefully the year 2010 will bring some great advancements in this regard. Thank you.

 

Jan Sichula

(Slovak Republic)

 

Some all new family pictures were published at http://sichula.temelios.sk/photosdecember2009.aspx.

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 06 Jan 2010, 03:09 PM
Hello Jan,

Happy New Year to you too.
Beforehand, I'd like to say that during 2010 we will be working on improving RadMediaPlayer significantly.
Now to your questions. When you say "Video download progress indicator in YouTube..." do you refer to the following:



If so, this feature will definitely be implemented in RadMediaPlayer's next version.
To show the playlist after the item has finished, you can subscribe for the MediaEnded event of RadMediaPlayer and simply set IsPlaylistVisible to true.

private void mediaPlayer1_MediaEnded(object sender, Telerik.Windows.RadRoutedEventArgs e)
{
    mediaPlayer1.IsPlaylistVisible = true;
}

Let me know if this works for you.
Thank you for the great feedback and if you have additional suggestions or comments, do not hesitate to contact us.

Sincerely yours,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
p k
Top achievements
Rank 1
answered on 27 Oct 2010, 02:40 PM
Hi,
I want to do the video manipulation using media player control , is it possible?
The operations like drawing, putting text, any contol on running video and saving it.

Purushottam
0
Tina Stancheva
Telerik team
answered on 01 Nov 2010, 09:56 AM
Hi p k,

Unfortunately the RadMediaPlayer doesn't support such scenarios since it only enwraps the MediaElements.

Regards,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
MediaPlayer
Asked by
JanSichulaJr
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
p k
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or