Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.3k views
in Technique[技术] by (71.8m points)

video embedding - ERR_HTTP2_PROTOCOL_ERROR 200 console error

I use html <video> tag to embed a video on my website. The duration is about 2 hours. Everything works fine but after an hour the video stops and I get this error in my browser's console: ERR_HTTP2_PROTOCOL_ERROR 200

The source link of the video object is pointing to a file that handles the $_GET request. For example I use in src:

<video src = "/video/index.php?id=1"></video>

The video.php has the appropriate headers (I think) and renders the video (from dropbpx as raw file). As I said, the video pauses/stops after a time (appr. 1 hour).

The headers of the video.php are:

header('Content-type:video/mp4');
header ('Content-Length:'. XXX);

where XXX is the video size.

Thanks for your reply..

question from:https://stackoverflow.com/questions/65871422/err-http2-protocol-error-200-console-error

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...