This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Video not play in Android device

  • 9 การตอบกลับ
  • 1 คนมีปัญหานี้
  • 7 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย cor-el

Hii Mates,

Good afternoon all, I am using a video Html tag but seems in actual android video not playing, i am using .mp4, .ogg, .wemp format.

HTML Code

--------
<video playsinline autoplay muted loop class="bannerImg" poster="img/mobileBg.png">
			<source src="http://saving.travel/video/homeVideo.mp4" type="video/mp4">
			<source src="http://saving.travel/video/homeVideo.webm" type="video/webm">
			<source src="http://saving.travel/video/homeVideo.ogg" type="video/ogg">
			Your browser does not support HTML5 video.
		</video>
Hii Mates, Good afternoon all, I am using a video Html tag but seems in actual android video not playing, i am using .mp4, .ogg, .wemp format. HTML Code -------- <pre><nowiki><video playsinline autoplay muted loop class="bannerImg" poster="img/mobileBg.png"> <source src="http://saving.travel/video/homeVideo.mp4" type="video/mp4"> <source src="http://saving.travel/video/homeVideo.webm" type="video/webm"> <source src="http://saving.travel/video/homeVideo.ogg" type="video/ogg"> Your browser does not support HTML5 video. </video></nowiki></pre>

เปลี่ยนแปลงโดย cor-el เมื่อ

การตอบกลับทั้งหมด (9)

Hi

All I can see in your question is a very large black square where you mention some code should be.

What is the address of the website where you are having a problem?

Hii Mates,

Good afternoon all, I am using a video Html tag but seems in actual android video not playing, i am using .mp4, .ogg, .wemp format.

HTML Code

--------
<video autoplay muted loop class="bannerImg" poster="img/mobileBg.png">
			<source src="http://saving.travel/video/homeVideo.mp4" type="video/mp4">
			<source src="http://saving.travel/video/homeVideo.webm" type="video/webm">
			<source src="http://saving.travel/video/homeVideo.ogg" type="video/ogg">
			Your browser does not support HTML5 video.
		</video>

เปลี่ยนแปลงโดย cor-el เมื่อ

Seburo said

Hi All I can see in your question is a very large black square where you mention some code should be. What is the address of the website where you are having a problem?

Here is url but please check actual android device and in Mozilla Firefox browser. http://saving.travel

เปลี่ยนแปลงโดย aniket.dhadave เมื่อ

Works for me with Firefox on mobile.

เปลี่ยนแปลงโดย cor-el เมื่อ

Are you using content blocking extensions like uBlock Origin ?

cor-el said

Are you using content blocking extensions like uBlock Origin ?

No

cor-el said

Works for me with Firefox on mobile.

It will playing after clicking play icon(which is also not require and display only mozila firefox). How to autoplay the video.

If I check the auto-play settings then the default is to block audio and video. If I change that setting via Settings -> Site Preferences to only block audio then that is sufficient to make this work. I haven't sound a way to change the default for auto-play on mobile. I don't know whether Seburo has a suggestion.