video.js
video.js copied to clipboard
video append of xxxxxxb failed for segment #0 in playlist 0-placeholder-uri-0
Hello everyone. Happy new year to all of you. I got error on the title; video append of xxxxxxb failed for segment #0 in playlist 0-placeholder-uri-0
I render an episode of anime.
Render code:
ffmpeg -hide_banner -i OP_0001.mkv -map_metadata -1 ^
-vf "scale=-2:720" ^
-keyint_min 72 -g 72 ^
-c:v libsvtav1 -c:a libopus -qp 30 ^
-pix_fmt yuv420p ^
-movflags frag_keyframe+empty_moov ^
OP_0001_720.mp4
I also render for 1080p.
I'm using Shaka Packager (v2.6.1-634af65-release) for DASH:
packager ^
in=OP_0001_720.mp4,stream=audio,output=OP_0001_dash_audio.mp4 ^
in=OP_0001_720.mp4,stream=video,output=OP_0001_dash_720p.mp4 ^
in=OP_0001_1080.mp4,stream=video,output=OP_0001_dash_1080p.mp4 ^
--mpd_output OP_0001.mpd
Additional Information
versions
videojs
7.18.0
browsers
Chrome 96.0.4664.110
OSes
Windows 10 - 21H2 (build 19044.1415)
plugins
videojs-http-source-selector videojs-contrib-quality-levels.min
👋 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.
@onurdumangoz hello! the problem is solved?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.