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

Smooth Streaming

1 Answer 101 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
kalyan
Top achievements
Rank 2
kalyan asked on 22 Oct 2009, 07:00 AM
Hi Telrik,

Can we implement smooth streaming in TelerikMediaPlayer if yes can you please attach a sample project with this thread.

Thanks
Kalyan

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 22 Oct 2009, 10:44 AM
Hello Kalyan,

RadMediaPlayer supports smooth streaming since it uses MediaElement internally. For basic scenarios you can use the BufferingTime of RadMediaPlayer's MediaElement. BufferingTime is the time during which the video will be buffered before it is played.

// The video will buffer for 5 seconds before it gets played
radMediaPlayer1.MediaElement.BufferingTime = TimeSpan.FromSeconds(5);

For more advanced scenarios, you will have ti dig deep into IIS's SmoothStreaming feature.
This is a tutorial that explains how to play smooth streaming video.

Kind regards,
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.
Tags
MediaPlayer
Asked by
kalyan
Top achievements
Rank 2
Answers by
Kiril Stanoev
Telerik team
Share this question
or