video.js icon indicating copy to clipboard operation
video.js copied to clipboard

WARN: Problem encountered with playlist 0-http://******** Trying again since it is the only playlist.

Open siamyolo55 opened this issue 2 years ago • 1 comments

Description

I'm streaming an android device screen from a v4l2 device using ffmpeg on my linux. After creating the endpoint, when I hit the endpoint, download starts and after ending the stream I get a mpeg-2 (video/mp4) file. Now I'm trying to open this on my chrome browser with videojs.

<video id="myplayer" class="video-js vjs-fluid" controls preload="auto" data-setup='{}' autoplay> <source src="http://*****" type="application/x-mpegURL"> `` </video>

This is the log I'm getting from browser: WARN: Problem encountered with playlist 0-http://******** Trying again since it is the only playlist.

What am I doing wrong?

Reduced test case

No response

Steps to reproduce

...

Errors

This is the log I'm getting from browser: WARN: Problem encountered with playlist 0-http://******** Trying again since it is the only playlist.

What version of Video.js are you using?

7.20.2

Video.js plugins used.

None

What browser(s) including version(s) does this occur with?

104.0.5112.101

What OS(es) and version(s) does this occur with?

Ubuntu 20.02

siamyolo55 avatar Sep 04 '22 10:09 siamyolo55

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

welcome[bot] avatar Sep 04 '22 10:09 welcome[bot]

did they fixed this problem ?

pocketChao avatar Oct 26 '22 02:10 pocketChao

any updates?

Toasty360 avatar Feb 20 '23 10:02 Toasty360

same problem

keepgagaga avatar Mar 05 '24 10:03 keepgagaga

Closing this issue as it is not useful. Without a reproducible case there is no information to give other than what is already in the error message. Somebody may be able to give more guidance on why the error occurs with a particular stream if an issue is opened on the http-streaming repository with the stream that triggers the error and any other steps needed to reproduce.

mister-ben avatar Mar 05 '24 11:03 mister-ben