Languages

Menu
Sites
Language
Is it posible to play a Youtube video with Tizen.Multimedia.Player?

Hello. 

I am trying to build a simple youtube video player using Tizen with Xamarin.Forms but i am having difficulties. I want to know if it is posible to play youtube videos with the player that comes with the Tizen Nutget. I was able to play locally stored videos already.

Also I would like to know if there are another alternatives and what would be the most "organic" way to do it using Xamarin.Forms with .NET.

Thanks for your help.

Responses

4 Replies
Tizen .NET

As far as I know, for YouTube videos, we should use the official YouTube API.  (Playing YouTube videos without using YouTube API is not allowed.)

You can use a WebView pointing to the video you want to display.

 

Please check out YouTube IFramePlayer API.

Tizen .NET

Is it posible to play a Youtube video with Tizen.Multimedia.Player? <- No, it's not possible.

Salvador Leon Duran

Thank you very much for answering. I was using de NuGet of Google.Apis.Youtube.v3, but it only retrieves, at much, the html information to embed the video. It does not provide a player neither for Tizen nor for Xamarin. I was wondering if there was a way to play the video using the Player from Tizen in order for my application to be more "organic" or should I consider using the WebView indefectibly.

Tizen .NET

Unfortunately, there's no Player from Tizen to play YouTube videos.

YouTube is not providing a way to play YouTube videos in Tizen Applications. (It's only supported for OS and Android Applications.)

Thanks.