Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server not responding. Path started but not ready #493

Closed
2 of 7 tasks
ikcehcus opened this issue Aug 9, 2021 · 3 comments
Closed
2 of 7 tasks

Server not responding. Path started but not ready #493

ikcehcus opened this issue Aug 9, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@ikcehcus
Copy link

ikcehcus commented Aug 9, 2021

Which version are you using?

v0.17.0

Which operating system are you using?

OS

  • Linux
  • Windows
  • macOS

Architecture

  • amd64
  • arm64
  • arm7
  • arm6

Describe the issue

When start few streams in the same time RTSP proxy server hangs out. On some stream HLS is only created but is never ready. Finally, nothing happens. The server not responding to any request. Only GET request is logged but no response.
In logs below we can see that path 67c25625-385f-47fc-87fc-a63b0640eb1e-3-main is only created.

2021/08/09 15:18:00 I [0/0] [HLS] [conn 10.0.0.2:16588] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:00 I [0/0] [HLS] [remuxer 67c25625-385f-47fc-87fc-a63b0640eb1e-1-main] created
2021/08/09 15:18:00 I [0/0] [path 67c25625-385f-47fc-87fc-a63b0640eb1e-1-main] [rtsp source] started
2021/08/09 15:18:00 I [0/0] [path 67c25625-385f-47fc-87fc-a63b0640eb1e-1-main] [rtsp source] ready
2021/08/09 15:18:00 I [0/1] [HLS] [remuxer 67c25625-385f-47fc-87fc-a63b0640eb1e-1-main] is remuxing into HLS
2021/08/09 15:18:00 I [0/1] [HLS] [conn 10.0.0.2:16592] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:00 I [0/1] [HLS] [conn 10.0.0.2:16594] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/1628522280.ts
2021/08/09 15:18:01 I [0/1] [HLS] [conn 10.0.0.2:16596] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:02 I [0/1] [HLS] [conn 10.0.0.2:16610] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:02 I [0/1] [HLS] [conn 10.0.0.2:16612] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/1628522282.ts
2021/08/09 15:18:03 I [0/1] [HLS] [conn 10.0.0.2:16616] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:04 I [0/1] [HLS] [conn 10.0.0.2:16618] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:04 I [0/1] [HLS] [conn 10.0.0.2:16620] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/1628522283.ts
2021/08/09 15:18:04 I [0/1] [HLS] [conn 10.0.0.2:16622] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/stream.m3u8
2021/08/09 15:18:04 I [0/1] [HLS] [remuxer 67c25625-385f-47fc-87fc-a63b0640eb1e-2-main] created
2021/08/09 15:18:04 I [0/1] [path 67c25625-385f-47fc-87fc-a63b0640eb1e-2-main] [rtsp source] started
2021/08/09 15:18:04 I [0/1] [HLS] [conn 10.0.0.2:16624] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/stream.m3u8
2021/08/09 15:18:05 I [0/1] [HLS] [conn 10.0.0.2:16626] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-3-main/stream.m3u8
2021/08/09 15:18:05 I [0/1] [HLS] [conn 10.0.0.2:16628] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-3-main/stream.m3u8
2021/08/09 15:18:05 I [0/1] [HLS] [conn 10.0.0.2:16630] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-4-main/stream.m3u8
2021/08/09 15:18:05 I [0/1] [HLS] [conn 10.0.0.2:16632] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-4-main/stream.m3u8
2021/08/09 15:18:05 I [0/1] [path 67c25625-385f-47fc-87fc-a63b0640eb1e-2-main] [rtsp source] ready
2021/08/09 15:18:05 I [0/2] [HLS] [remuxer 67c25625-385f-47fc-87fc-a63b0640eb1e-2-main] is remuxing into HLS
**2021/08/09 15:18:05 I [0/2] [HLS] [remuxer 67c25625-385f-47fc-87fc-a63b0640eb1e-3-main] created**
2021/08/09 15:18:05 I [0/2] [HLS] [conn 10.0.0.2:16636] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:05 I [0/2] [HLS] [conn 10.0.0.2:16638] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/stream.m3u8
2021/08/09 15:18:05 I [0/2] [HLS] [conn 10.0.0.2:16640] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/1628522285.ts
2021/08/09 15:18:15 I [0/2] [HLS] [conn 10.0.0.2:16664] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-1-main/stream.m3u8
2021/08/09 15:18:17 I [0/2] [HLS] [conn 10.0.0.2:16668] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/stream.m3u8
2021/08/09 15:18:26 I [0/2] [HLS] [conn 10.0.0.2:16688] GET /67c25625-385f-47fc-87fc-a63b0640eb1e-2-main/1628522285.ts

On version 16.4 everything works.

@aler9 aler9 added the bug Something isn't working label Aug 10, 2021
aler9 added a commit that referenced this issue Aug 10, 2021
@aler9
Copy link
Member

aler9 commented Aug 10, 2021

Thanks for reporting the issue, it has been fixed. Next time please post the full configuration, since you didn't mention that sourceOnDemand was true and it took a while to figure it out.

@aler9
Copy link
Member

aler9 commented Aug 12, 2021

added in v0.17.1

@aler9 aler9 closed this as completed Aug 12, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Jan 1, 2023

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants