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. 直播
https://pengrl.com/lal
MIT License
2.72k stars 460 forks source link

50fps video source to flv black screen #297

Open testermania opened 1 year ago

testermania commented 1 year ago

no video with hls.js player.

ffmpeg -re -i sample-source -c:v copy -c:a aac -strict -2 -f flv rtmp://localhost:1935/live/test

sample source mp4 (update link) https://mega.nz/file/FZdkCB6Y#ND80_DbddyDK7eyPEk9Qli8gsLpDEjh0NRuNJQjaWu0

q191201771 commented 1 year ago

What version are you using? The release version has a bug when using HLS. If you are using the release version, try the newest code in the master branch.

testermania commented 1 year ago

I always use the latest code in master branch. I just installed this 7e1b27d and testing, I will give feedback.

Update: the problem continues. There is no image in 50fps ts videos. I updated the file in the first message.