Languages

Menu
Sites
Language
Multiple Videos are not playing full screen in Portrait orientation

Hi!

We are facing a weird issue is our SSSP5 tizen 3.0 screen that it is not supporting multiple videos tags in HTMl file. when we play multiple videos in a sequence or even play one video in a video tag and add another video tag with empty source, video play in half screen not in full screen. dont know why this is happening. The special thing is its just happening with DB43j SSSP5 tizen 3.0 screen but its playing fine in PM43F SSSP4 Tizen 2.4 device. We've seen everything the css, html but its seems like some device software issue. It plays fine when there is only one video tag but if there are more than one video tag it start playing in half screen even if other tags are hidden. Please see we are using following code.

 

<!DOCTYPE html>

<html>

<head>

<meta name="viewport"

content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

 

<title>Videos in Portrait Orientation</title>

 

<script src="js/jquery-3.1.1.min.js"></script>

<script src="js/main.js"></script>

</head>

<body>

<div id="player" class="playerDiv">

<video loop class="vid" controls autoplay id="1371267173" poster="" src="/opt/usr/home/owner/content/Downloads/PortraitMovie.mp4"; style="display: block;"></video>

<video src="" style="display:none;"></video>

</div>

</body>

</html>

 

 

Please help us in this weird situation and Please replay as soon as possible

 

 

Responses

1 Replies
André Reus

Hi Muhammad Salman, May be this is a restriction in tizen. A workaround can be using preprocessing the videos and made a single video and play it from your app. thanks.