q191201771 / lal

🔥 Golang audio/video live streaming lib/client/server. support RTMP, RTSP(RTP/RTCP), HLS, HTTP[S]/WebSocket-FLV/TS, GB28181, H264/H265/AAC/G711/OPUS, relay, cluster, record, HTTP Notify/API/UI. 直播

Home Page:https://pengrl.com/lal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwplayer, hlsjs cannot play hls videos

testermania opened this issue · comments

Player Warning 333600. For more information see https://developer.jwplayer.com/jw-player/docs/developer-guide/api/errors-reference#333600

hlsjs does not output an error.

mpv, vlc player no problem for same file.

file-1681235116034-1086.ts
file-1681235119953-1087.ts

The stream has correct Access-Control-Allow-Origin headers (CORS)
There are no network errors such as 404s in the browser console when trying to play the stream.

commented

What is the input stream, what protocol is the input stream, and how it is input to lalserver?

input stream is mpegts h264 avc part 10 sound aac -> ffmpeg -c copy (if stream sound is mp2 -c:v copy -c:a aac) flv rtmp to hls

I don't want to send stream urls from here.

It was working fine a few versions ago. I don't remember exactly, but I think it broke after hls warning patch ZSC714725.

commented

How about sending the URL or test file to my email?

191201771@qq.com

commented

Fixed, try it.

yes the problem is solved. thank you.