mbida
Topic Author
Posts: 4
Joined: 06 May 2019, 12:02

media element control / Media player

03 Jun 2019, 14:56

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ?
 
whidbey
Posts: 49
Joined: 26 May 2019, 07:16

Re: media element control / Media player

05 Jun 2019, 05:45

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ?
I similar seeking a way embed a win32 HWND in XAML
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: media element control / Media player

05 Jun 2019, 16:41

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ?
The recommended approach for video right now is just using a texture in Noesis that you manually fill with the video.
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: media element control / Media player

05 Jun 2019, 16:42

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ?
I similar seeking a way embed a win32 HWND in XAML
Sorry, that's not supported.
 
whidbey
Posts: 49
Joined: 26 May 2019, 07:16

Re: media element control / Media player

05 Jun 2019, 17:03

Hi ! I want to use media Element control in XAML to play a vidéo but it doesn't work on android , Is there any other solution to play a vidéo ?
I similar seeking a way embed a win32 HWND in XAML
Sorry, that's not supported.
I realize a very small idea is ,create a hwnd win32 with top level and move it to the some area of the noesis's UI;
 
mbida
Topic Author
Posts: 4
Joined: 06 May 2019, 12:02

Re: media element control / Media player

06 Jun 2019, 10:38

Is there any exemple using texture ?
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: media element control / Media player

06 Jun 2019, 11:37

Is this for Unity?
 
mbida
Topic Author
Posts: 4
Joined: 06 May 2019, 12:02

Re: media element control / Media player

07 Jun 2019, 16:13

I am using blend , I want to integrate a stream video control that works on Android
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: media element control / Media player

10 Jun 2019, 12:59

Not example for that sorry. If you are in android you can use WrapTexture to create a Noesis texture using an external handle.
namespace NoesisApp
{
struct NS_RENDER_GLRENDERDEVICE_API GLFactory
{
    static Noesis::Ptr<Noesis::Texture> WrapTexture(GLuint object, uint32_t width, uint32_t height,
        uint32_t levels, bool isInverted);
};
}
By the way, we have plans to incorporate Basis for textures and video.
 
User avatar
jsantos
Site Admin
Posts: 3925
Joined: 20 Jan 2012, 17:18
Contact:

Re: media element control / Media player

10 Jun 2019, 13:02

Ticket is #1485

Who is online

Users browsing this forum: No registered users and 6 guests