RTSP -> LLHLS 404 on first request, second request is successful #2220
Answered
by
getroot
infernalxdrm
asked this question in
Help
|
Hi, I ran into an issue with LLHLS giving 404 on the first request. RTSP source is a Hikvision DVR. Logs: Server.xml |
Answered by
getroot
Aug 18, 2026
Replies: 1 comment
|
Initially, it worked by blocking playback requests until the segment was created, but since this occupied all of the HLS socket pool, we've now changed it to return a 404 response. There is a way to solve this, but it requires a very large structural change, so it's on hold for now. This will be addressed in the future. |
0 replies
Answer selected by
infernalxdrm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initially, it worked by blocking playback requests until the segment was created, but since this occupied all of the HLS socket pool, we've now changed it to return a 404 response. There is a way to solve this, but it requires a very large structural change, so it's on hold for now. This will be addressed in the future.