AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.63k stars 378 forks source link

Playback issue #1200

Open dfrazao opened 3 months ago

dfrazao commented 3 months ago

I've added a stream url from a publicly available beach cam (https://beachcam.meo.pt/livecams/praia-grande/), but I'm encountering the following playback issues:

https://github.com/AlexxIT/go2rtc/assets/26813660/4a40d08c-f709-4165-b8e7-32d7f23058c8

This is what I have in the config file: camera.beachcam_praia_grande: https://video-auth1.iol.pt/beachcam/praiagrande/chunks.m3u8

AlexxIT commented 3 months ago

Try to use ffmpeg source for your url. Go2rtc has not best HLS built-in source.

  beachcam_praia_grande: ffmpeg:https://video-auth1.iol.pt/beachcam/praiagrande/chunks.m3u8

PS. It's not necessary to add camera before stream name.