go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

Playback issue

Open dfrazao opened this issue 1 year ago • 1 comments
trafficstars

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

dfrazao avatar Jun 17 '24 13:06 dfrazao

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.

AlexxIT avatar Jun 17 '24 14:06 AlexxIT