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

I Can not add sources to rad media player

10 Answers 233 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Jonathan asked on 11 Jul 2014, 05:20 PM
I need to add many sources in a Rad Media Player (ASP .NET AJAX). Each source is a You Tube URL. Could you help me?

10 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jul 2014, 05:19 AM
Hi Jonathan,

Please have a look into this help documentation to achieve your scenario.

Thanks,
Shinu.
0
Jonathan
Top achievements
Rank 1
answered on 16 Jul 2014, 10:21 PM
Hi Shinu...
Thanks for the information.

I Haven't available this tags into my html code:
<Playlist>
<telerik:MediaPlayerVideoFile>

My telerik controls version is 2013 Q3. Maybe I need update it ?



0
Shinu
Top achievements
Rank 2
answered on 17 Jul 2014, 04:48 AM
Hi Jonathan,

Since Q12014, RadMediaPlayer support Playlist. Please upgrade your telerik version.

Thanks,
Shinu.
0
Jonathan
Top achievements
Rank 1
answered on 17 Jul 2014, 06:24 PM
Thanks a lot!  

I Have could make a playlist. But, when the first video ending, the screen is flashing many times and the next video is not playing. I copied the demo example and is the same issue. Need I make something else?
0
Eyup
Telerik team
answered on 22 Jul 2014, 07:52 AM
Hi Jonathan,

Can you replicate this problem with our live demos?
http://demos.telerik.com/aspnet-ajax/media-player/examples/functionality/playlist/defaultcs.aspx

Please make sure that the Flash player is enabled on your browser and the default YouTube player is active:
https://www.youtube.com/html5

The default player embeds a flash object on the page, while the HTML5 version renders a video tag which is still under development for videos from YouTube.


Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Pavani
Top achievements
Rank 1
answered on 05 Aug 2014, 01:15 PM
How to clear Rad Media Player sources using javascript
0
Pavani
Top achievements
Rank 1
answered on 06 Aug 2014, 08:56 AM
Not able to play the below link in Rad Media Player. getting error "The video could not be loaded, either because the server or network failed or because the format is not supported". Please help me.
https://s3.amazonaws.com/yottarealtest-moveouts/moveoutaudio/varmobileApplications77A9AA2E-73F0-49AD-948A-45642B1780A0Documents1056record-000011626291406873272.m4a
0
Eyup
Telerik team
answered on 08 Aug 2014, 10:40 AM
Hi Pavani,

It may be because the format is not supported on every browser. To verify that, you can check the provided source with default HTML5 video tag:
http://www.w3schools.com/html/html5_video.asp

For example the link plays well on Chrome.

Hope this helps.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Pavani
Top achievements
Rank 1
answered on 13 Aug 2014, 04:49 AM
Hi Eyup,

       But my requirement is to bind the urls from amazon s3 and have to play in rad media player when selected. Is there any other way to convert it into supported format.

     Every time i am getting the javascript error '__flash__removeCallback' is undefined. Can you please let me know how to fix this error.
0
Shinu
Top achievements
Rank 2
answered on 13 Aug 2014, 09:49 AM
Hi Pavani,

Please note that the extension of the video file is not the only factor which determines whether the file can be played in the RadMediaPlayer. The .mp4 video file should be having H.264 as the video codec and AAC as the audio codec, then only it can be played in the RadMediaPlayer. Even if the file is having a .mp4 extension but if the codec are different like XVID or PCM then you cannot play such files. So if these requirements are not met, please convert the video file to the supported format with the prescribed codecs. You can use any video converting software which can convert video files to .mp4 format with H.264 video codec and AAC audio codec. You can try some of these converters available on the internet which are free to download and use.

Any Video Converter
MyFFVideoConverter


Thanks,
Shinu.
Tags
MediaPlayer
Asked by
Jonathan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Jonathan
Top achievements
Rank 1
Eyup
Telerik team
Pavani
Top achievements
Rank 1
Share this question
or