Languages

Menu
Sites
Language
Multiple videos using AVPlay player

Currently I want to show 2 players at same time in my app. I tried to use these configurations:

-AVPlay

-VideoJS

-Video HTML tag

In the case of videoJS and video html, i can't play at same time two videos. I found this reference: https://developer.tizen.org/forums/web-application-development/tv-multiple-tags-on-one-page-not-working#comment-29261

In the case of AVPlay, documentation and samples explain how to use webapis.avplay.* methods directly. My question is, how can I get an object instance of AVPlay and how to bind it with an object html tag. For example:

<object id="av-player-1" type="application/avplayer"></object>
<object id="av-player-2" type="application/avplayer"></object>

If I use webapis.avplay.* methods then video is showed on the second object tag

 

Edited by: Pavel Mendoza on 11 Nov, 2019

Responses

1 Replies
Mincheol Seo

Is there any update on this question?

thank you