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

Play External Video Files

3 Answers 130 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Varun
Top achievements
Rank 1
Varun asked on 14 May 2015, 01:28 PM

Hi,

I am trying to play a video using an URL.

But i am not able to play it.

Can you suggest me the best approach for this?

<telerik:RadMediaPlayer ID="RadMediaPlayer1" runat="server" Height="360px" Width="640px"            
    Source="http://localhost/XTPSaaS/Albums/a344f305-f9e3-4ff6-b2ec-8ce4fa60c432/o_Screwdriver.avi">
</telerik:RadMediaPlayer>

Regards,

Varun R

3 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 May 2015, 10:42 AM
Hi Varun,

Please note that you should provide a video with the appropriate format. Since the RadMediaPlayer extends the basic functionality of the HTML5 video tag, it supports the same formats as browsers do + FLV (Flash video):
( HTML Video - Browser Support )
http://www.w3schools.com/html/html5_video.asp

In the aforementioned link you can check what format the video you are providing should be.

In this case, I am afraid .avi is not supported by browsers:
http://stackoverflow.com/questions/4129674/does-html5-video-playback-support-the-avi-format

Hope this helps.


Regards,
Eyup
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
Chandan
Top achievements
Rank 1
answered on 12 Oct 2015, 01:23 PM

Hi Eyup's,

I have created a responsive website and I have tried to play FLV files using Rad Media Player on mobile browser but it is not playing video. It is showing message plugin not supported. If I run the website on my desktop browser then it working file. Please give me a solution for this issue.

 

 

Thanks

 

Chandan M

0
Eyup
Telerik team
answered on 15 Oct 2015, 07:25 AM
Hello Chandan,

When playing FLV videos, the player renders a Flash <object>. If the environment on your mobile software does not support Flash player plugin, the videos would not play. You can try to use .mp4 videos instead.

Hope this helps.

Regards,
Eyup
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
MediaPlayer
Asked by
Varun
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Chandan
Top achievements
Rank 1
Share this question
or