Video playback aborted due to a network error

Ошибка прямой трансляции - воспроизведение мультимедиа было прервано из-за повреждения ... - Учебное пособие и новости iPhone, Mac, iPad, AirPods

Ошибка, которая дает удары многих пользователей, поэтому MacOS а также Linux или Windows, невозможно получить доступ к каналам прямая трансляция от интернет-браузер.

Ли Mozilla Firefox, Google Chrome или Opera, когда мы обращаемся к каналу прямой трансляции, появляется одна из ошибок:

Воспроизведение медиа было прервано из-за проблемами или коррупцию Used Поскольку функция СМИ не поддерживает ваш браузер. 

или

Ошибка HLS.js: networkОшибка — фатальная: true — manifestLoadError

Самый простой способ избежать этой ошибки в большинстве ситуаций — установить Flash Player, Это, конечно же, канал прямой трансляции поддерживает технологию Flash.
Если это не вариант, нам нужно понять, откуда эта ошибка, и попытаться решить причины, вызывающие это.

Все, что, по-видимому, отвечает за оба сообщения об ошибках, — это HLS.js. Книжный магазин JavaScript ответственный за реализацию HTTP Live Streaming, который основан на технологии HTML5 для расширений видео и  Расширения для источников мультимедиа для воспроизведения. Это позволяет воспроизведение видеоконтента INTR-ип веб-браузер без необходимости медиа-плеер на самом деле. Видео можно контролировать с помощью элемента в треске.

Тест потока HLS можно найти по адресу: https://video-dev.github.io/hls.js/demo/, а также подробную информацию о том, как исправить эту ошибку в браузере с помощью HLS.js, мы находим: https://github.com/video-dev/hls.js.

Ошибки «Воспроизведение мультимедиа было прервано из-за проблемы с повреждением или из-за того, что используемые мультимедиа функции не поддерживались вашим браузером. «А»Ошибка HLS.js: networkОшибка — фатальная: true — manifestLoadError«Типичны для веб-браузеров Chrome, IE, Firefox, а в редких случаях они также появляются в Safari.
Они, по-видимому, особенно актуальны для операционных систем Linux и Linux macOS Горная цепь / macOS High Sierra.

Ошибка прямой трансляции — воспроизведение мультимедиа было прервано из-за повреждения

Об авторе

Я рад поделиться своим опытом с компьютерами, мобильной телефонией и операционными системами, разработать веб-проекты и предоставить самые полезные руководства и советы.
Я люблю «играть» на iPhone, MacBook Pro, iPad, AirPort Extreme и в операционных системах macOS, iOS, Android и Windows.

antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

when I use firefox to watch a video from my dedicated hosting server, I get an error after around 3min playing time, «Video playback aborted due to a network error»
it does not happen with Chrome or Edge or IE, is there a setting on my server that I can implement to avoid this issue with firefox, currently using latest version 75.0 64bit
watch the following to the end and you will encounter the error

https://www.videoproductions.com.au/vid … -Jones.mp4


therube
User avatar
 
Posts: 21317
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Post

Posted April 15th, 2020, 3:14 am

Confirmed.
Odd.

Is your serving information correct, mime-types & whatnot?

(Not that I know what I’m looking at…)

In SeaMonkey, I’m seeing something about; «document, plain» (& then nothing more, essentially).
In FF, it looked the same way, but then after clearing cache, I saw something a bit more expected.
— first, document, mp4 (?)
— then, 3 separate media, mp4
with the first, 0 bytes, then 64 & 11 MB.

If I actually download the video, it is 110.68 MB & plays fully in my (external) media player (MPlayer).

Drag the local copy into a FF window, & it played fully.

«Opened» a local copy & it played fully:

Code: Select all
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
      <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>test</title>
      </head>
      <body>

<video controls>
  <source src="file:///C:WLIBLeechFTPGeoff-Jones.mp4" type="video/mp4">
</video>

      </body>
    </html>

In Pale Moon, served from your end, I got:
— document, mp4, 99 MB
— media, mp4, 10 MB
then
— media, html, 0 bytes
& the clip played fully.

Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript



therube
User avatar
 
Posts: 21317
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Post

Posted July 23rd, 2020, 5:08 am

Do you think it has to do with you serving the file «raw»?
As in, if you «wrap» the file in a player that then serves the video on your site, does the error still occur?

Do you think it is your server?
As in, if you host the file elsewhere, «raw», does the error still occur?

(videoproductions & guarddogtraing look to be one in the same.)

Bug 147649 video playback aborted due to a network error mentions (its) cause as misconfigured Cross-Origin Resource Sharing (CORS) — on the server (so a server issue).

Maybe your end is doing the same (or similar) & where Mozilla says, server issue, break, Chrome says, who cares about server issues — go on & play anyhow!

If I upload the clip to

https://streamable.com/

, it plays from their site, in their player, fully.

Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript


Diorser
User avatar
 
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Post

Posted July 24th, 2020, 1:44 am

Until clarification, you can open mp4 files in an external video player by disabling ‘media.mp4’
=> about:config

Code: Select all
media.mp4.enabled -> false

+ check html5 browser capacity @

https://html5test.com/


antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

Post

Posted July 25th, 2020, 8:00 pm

Diorser wrote:Until clarification, you can open mp4 files in an external video player by disabling ‘media.mp4’
=> about:config

Code: Select all
media.mp4.enabled -> false

+ check html5 browser capacity @

https://html5test.com/

that is a great tip, this way all files play perfectly in Media Player Classic BE


antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

Post

Posted July 25th, 2020, 8:02 pm

therube wrote:Do you think it has to do with you serving the file «raw»?
As in, if you «wrap» the file in a player that then serves the video on your site, does the error still occur?

Do you think it is your server?
As in, if you host the file elsewhere, «raw», does the error still occur?

(videoproductions & guarddogtraing look to be one in the same.)

Bug 147649 video playback aborted due to a network error mentions (its) cause as misconfigured Cross-Origin Resource Sharing (CORS) — on the server (so a server issue).

Maybe your end is doing the same (or similar) & where Mozilla says, server issue, break, Chrome says, who cares about server issues — go on & play anyhow!

If I upload the clip to

https://streamable.com/

, it plays from their site, in their player, fully.

indeed the clips play fully via streamable.com

I will investigate the Cross-Origin Resource Sharing (CORS) config, thanks for the tip


antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

Post

Posted July 27th, 2020, 3:45 pm

We have added the following to the htaccess file for domain videoproductions.com.au in order to test but it is not helping, the error still occurs

<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin «*»
</IfModule>



Diorser
User avatar
 
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Post

Posted July 28th, 2020, 12:47 am

In linux, all these mp4 files used as example play fine in Falkon browser.
Nothing specific with videoproductions.com.
The problem is specific to Firefox.
There is probably a bug open somewhere in the mozilla database / to be confirmed.


antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

Post

Posted July 28th, 2020, 2:41 am

I think you are right because all my videos play fine in IE11, Edge, Chrome, Sansung Galaxy Web Browser and Chrome, but strangely enough, it also fails in the FF browser on Samsung Galaxy


James
Moderator
User avatar
 
Posts: 27904
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Post

Posted July 28th, 2020, 11:15 am

The Geoff-Jones.mp4, indoor-dog-boarding.mp4 and LCDC-2019.mp4 examples plays fine in recent Firefox and in SeaMonkey 2.53.2

For Linux users make sure you have packages like FFmpeg and perhaps libavcodec installed. The FFmpeg provides codecs required for 2-3 of 6 things to be supported of the HTML5 players in use with sites like Youtube etc. For Windows if you have a N or KN edition of Windows then you may need to install the appropriate Media Features Pack for the OS to provide the codecs needed.


antonsvideo
 
Posts: 74
Joined: August 15th, 2012, 7:47 pm

Post

Posted July 29th, 2020, 1:26 am

James wrote:The Geoff-Jones.mp4, indoor-dog-boarding.mp4 and LCDC-2019.mp4 examples plays fine in recent Firefox and in SeaMonkey 2.53.2

For Linux users make sure you have packages like FFmpeg and perhaps libavcodec installed. The FFmpeg provides codecs required for 2-3 of 6 things to be supported of the HTML5 players in use with sites like Youtube etc. For Windows if you have a N or KN edition of Windows then you may need to install the appropriate Media Features Pack for the OS to provide the codecs needed.

Did you play them all the way to the end? The error usually happens once more than 50% is played


Diorser
User avatar
 
Posts: 1009
Joined: June 22nd, 2005, 6:57 am

Post

Posted July 29th, 2020, 4:37 am

James wrote:For Linux users make sure you have packages like FFmpeg and perhaps libavcodec installed..

Both ffmpeg and libavcodec58 are installed.
If it plays fine with Falkon, this new network problem is only seen with Firefox.

This mp4 bug is well known by Mozilla: 1649762 , 1479138 , 1484451 , 1655677

+ bugzilla.mozilla.org/buglist mp4


atlanto
 
Posts: 97
Joined: March 7th, 2015, 4:19 pm
Location: Japan

Post

Posted July 29th, 2020, 7:16 pm

>

https://www.videoproductions.com.au/vid … -Jones.mp4

>

«network.http.accept-encoding.secure=gzip,deflate» seems avoid the error.

On developer tool «Network»(Ctrl+Shift+E), I can see one request/response for mp4 above in errorneous case.
In normal case (1. other browser(chromium edge), 2. http/1.1(spdy disabled), 3. with prefs mod as above, 4. access mp4 on another site — e.g.

https://www.learningcontainer.com/wp-co … 4-file.mp4

), I can see several requests/responses for mp4. There are succeeding ‘get’ req/res with status 206(partial content).
In errorneous case, firefox failed fetch next data, NS_ERROR_DOM_MEDIA_END_OF_STREAM stopped mediadecoder.
I don’t know why firefox assumed stream-end though.


Return to Firefox Bugs

Who is online

Users browsing this forum: No registered users and 1 guest

MozillaZine

Firefox logo

Hi
i got some error from some websites when playing a video. the error is as below :

«the video playback was aborted due to a corruption problem or because the video used features your browser did not support»

one of the links that i got this error is : http://goo.gl/1yT8pp

I really appreciate any help.

Hi
i got some error from some websites when playing a video. the error is as below :

«the video playback was aborted due to a corruption problem or because the video used features your browser did not support»

one of the links that i got this error is : http://goo.gl/1yT8pp

I really appreciate any help.

Attached screenshots

Chosen solution

Hi Mark
i did what you said about hardware acceleration but it did not help. So i searched through your links.

First, i disabled all of my add-ones ( safe mode ) but it did not solved the problem. After that I disabled my plugins but it did not help either. But, when i refresh my Firefox, it solved my problem.

I wanted to know the cause of problem. was it some properties that was changed?

Thanks for your help

Read this answer in context
👍 1

All Replies (2)

Hello,

Try disabling graphics hardware acceleration. Since this feature was added to Firefox, it has gradually improved, but there still are a few glitches.

You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you’re editing, etc.).

Then perform these steps:

  1. Open Firefox Options window (Preferences on Mac or Linux) as follows:
    • In Firefox 29.0 and above, click the menu button New Fx Menu and select Options for Windows or Preferences on Mac or Linux.
    • In Firefox 28.0 and previous versions, click the orange Firefox button at the top left, then select the «Options» button, or, if there is no Firefox button at the top, go to Tools > Options.
  2. In the Firefox Options (or Preferences) window, click the Advanced tab, then select General.
  3. In the settings list, you should find the Use hardware acceleration when available checkbox. Uncheck this checkbox.
  4. Now, restart Firefox and see if the problems persist.

Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:

  • Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems
  • Upgrade your graphics drivers to use hardware acceleration and WebGL

Did this fix your problems? Please report back to us!

Thank you.

Chosen Solution

Hi Mark
i did what you said about hardware acceleration but it did not help. So i searched through your links.

First, i disabled all of my add-ones ( safe mode ) but it did not solved the problem. After that I disabled my plugins but it did not help either. But, when i refresh my Firefox, it solved my problem.

I wanted to know the cause of problem. was it some properties that was changed?

Thanks for your help

mstecker

mstecker


Contributing Member


Posts: 678

video aborted — network error on Windows 7 computer


Dec 12, 2017

I notice that some of the videos I place on my web-site abort with the message  «Video playback aborted due to a network error» (see photo).
Here is a 17MB MP4 video example shot by a relative in portrait mode and captured by me from

video grayed out and aborted when playing from my web-site on Windows 7 computer

Facebook that stops just under 3-minutes into the video:
http://mstecker.com/video/Weiss-Nov2017WC-FBvideocap.mp4

This happens when I play them from online on my Windows 7 computer. They play fine on my Windows 10 notebook (on the same network) as well as friends computers — both Mac & Windows.  Can anyone suggest a way to solve this problem?

Re: video aborted — network error on Windows 7 computer

In reply to mstecker


Dec 15, 2017

Is your computer completely up to date?  Is Explorer up to date?  Do you have Fire Fox on the PC does it do the same?

My Win 7 has no issues.

CAcreeks

CAcreeks


Forum Pro


Posts: 18,762

Re: video aborted — network error on Windows 7 computer

In reply to mstecker


Dec 15, 2017

You didn’t give enough information to diagnose the problem, e.g. what browser on Windows 7, what browser on Windows 10, etc. It works fine for me on Linux.

This page says it’s because the MIME type is not set properly on the web server, and similar advice appears elsewhere. One workaround is to switch browsers.

https://serverfault.com/questions/421893/webm-html5-videos-lose-connection-with-apache-server

Keyboard shortcuts:

FForum
MMy threads

Latest sample galleries

Latest in-depth reviews

DPReview TV: OM System 90mm F3.5 Macro IS PRO Review

The OM System M.Zuiko Digital ED 90mm F3.5 Macro IS PRO is finally here! Chris has opinions.

Canon EOS R8 initial review

The Canon EOS R8 is the company’s latest mid-level full-frame mirrorless camera. It brings the sensor and autofocus from the EOS R6 II and combines them in a smaller, more affordable body.

Canon EOS R50 initial review

The Canon EOS R50 is an entry-level, compact APS-C mirrorless camera. A 24MP RF-mount camera aiming to attract smartphone users and, perhaps, vloggers.

DPReview TV: Canon EOS R8 Review

See what Chris and Jordan think of the Canon EOS R8 after shooting in Charleston, South Carolina.

DPReview TV: Canon EOS R50 Review

The Canon EOS R50 is inexpensive. It’s tiny. Is it good? Jordan and Chris dodged alligators in South Carolina to find out.

Latest buying guides

Best cameras over $2500 in 2022

Above $2500 cameras tend to become increasingly specialized, making it difficult to select a ‘best’ option. We case our eye over the options costing more than $2500 but less than $4000, to find the best all-rounder.

Best cameras for videographers in 2022

There are a lot of photo/video cameras that have found a role as B-cameras on professional film productions or even A-cameras for amateur and independent productions. We’ve combed through the options and selected our two favorite cameras in this class.

Best cameras around $2000 in 2022

What’s the best camera for around $2000? These capable cameras should be solid and well-built, have both the speed and focus to capture fast action and offer professional-level image quality. In this buying guide we’ve rounded up all the current interchangeable lens cameras costing around $2000 and recommended the best.

The best cameras for family and friends photos in 2022

Family moments are precious and sometimes you want to capture that time spent with loved ones or friends in better quality than your phone can manage. We’ve selected a group of cameras that are easy to keep with you, and that can adapt to take photos wherever and whenever something memorable happens.

Best affordable cameras for sports and action in 2022

What’s the best camera for shooting sports and action? Fast continuous shooting, reliable autofocus and great battery life are just three of the most important factors. In this buying guide we’ve rounded-up several great cameras for shooting sports and action, and recommended the best.

Полезная информация

В мире Mozilla происходит много интересных событий. Но вам не нужно постоянно посещать новостные сайты, чтобы быть в курсе всех изменений. Зайдите на ленту новостей Mozilla Россия.

№119-01-2017 22:53:11

Stkvsky
Участник
 
Группа: Members
Зарегистрирован: 26-06-2012
Сообщений: 1644
UA: Firefox 50.0

Не воспроизводится видео на Tree.tv

При воспроизведении видео (http://tree.tv/film/22504-razrushiteli-legend-sezon-16) рекламу показывает перед видео, а само видео нет
Пишет your browser does not support mediasource extension / mp4 mediasource
Скрин:

скрытый текст

1443e71a0046f8eeb59b6dfe2104b59e.png

Хотя ФФ 38.0 который у меня стоит медиасоурс поддерживает
настройки about:config
dce7e543a0d3dc03e3cd13b2e4eba8ac.png

Ютуб показывает что работает:

скрытый текст

0812a07ce06928094c4aa612e3bb6cf8.png

Подскажите пожалуйста в чем может быть причина.

Отредактировано Stakhovsky (19-01-2017 23:05:07)

Отсутствует

№219-01-2017 22:57:41

villa7
Участник
 
Группа: Members
Зарегистрирован: 21-07-2012
Сообщений: 2235
UA: Firefox 42.0

Re: Не воспроизводится видео на Tree.tv

Наверное ОС ХР ? И потом, браузер нужен выше 48-й версии кажется.

Отредактировано villa7 (19-01-2017 22:59:31)


Лучше спросить у знающих — чем лезть не зная.

Отсутствует

№420-01-2017 03:26:24

villa7
Участник
 
Группа: Members
Зарегистрирован: 21-07-2012
Сообщений: 2235
UA: Firefox 42.0

Re: Не воспроизводится видео на Tree.tv

Stakhovsky
Реклама идет в другом формате, только и всего. Ставьте последнюю Лису и должно всё играть.


Лучше спросить у знающих — чем лезть не зная.

Отсутствует

№530-01-2017 15:08:29

brainstorm
Участник
 
Группа: Members
Зарегистрирован: 31-12-2016
Сообщений: 9
UA: Firefox 52.0

Re: Не воспроизводится видео на Tree.tv

Присоединяюсь к вопросу. Firefox 51 некоторое время показывал анимацию загрузки, после этого просто чёрный экран, элементов плеера не наблюдалось. Сейчас на Firefox 52 beta, он так же точно не играет даже с настройками about:config как на скрине

Cyberfox 44 portable. После включения флеша (он спрашивил, блокировать ли флеш) появились элементы плеера (кнопки, время), но анимация загрузки через некоторое время сменилась на
the media playback was aborted due to a corruption problem or because the video used features you browser did not support
Вроде, переключение media.mediasource.webm.enabled = true в Cyberfox 44 решило проблему, но всё равно иногда сопротивляется,  надо открывать вкладку по новой

Отсутствует

№630-01-2017 15:44:03

oleg953
Участник
 
Группа: Members
Откуда: Ростов где Дон
Зарегистрирован: 07-05-2014
Сообщений: 557
UA: Firefox 45.0

Re: Не воспроизводится видео на Tree.tv

скрытый текст

kiss_165kb.1485779813.jpg

реклама в мр4 видио основное в ts шоб всё работало отключите свои рекларезки если  uBlock Origin то так

скрытый текст

kiss_140kb.1485780190.jpg

Отсутствует

Понравилась статья? Поделить с друзьями:
  • Video mode setup error 0x1480006 invalid framebuffer parameters
  • Video mode setup error 0x1480006 acronis
  • Video mode 16x16x16 is not available gta 2 как исправить
  • Video memory management internal windows 10 ошибка как исправить
  • Video memory internal error