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

Error submitting a packet to the muxer: Error number -10054 occurred #203

Open
EvgenyKirichenko opened this issue Sep 2, 2024 · 2 comments

Comments

@EvgenyKirichenko
Copy link

EvgenyKirichenko commented Sep 2, 2024

Hello.

Thank you for the quality software, stable and easy to use. Great work!

I would like to ask your advice.
I created a push stream on my server with the name cp, for which receivers are dynamically created. For example like this:
rtmp://mist.myserver.com/remote/cp+1stream
rtmp://mist.myserver.com/remote/cp+2stream
rtmp://mist.myserver.com/remote/cp+3stream

and so on.

The video stream is transmitted by ffmpeg utility, h.264 codec, flv container. At the moment I have more than 200 such streams. Broadcasting of each of them periodically, about every 5 minutes, crashes with error
Error submitting a packet to the muxer: Error number -10054 occurred
If I start a new push stream on the same server, say with the name cptest, and I attach the broadcast to it.
rtmp://mist.myserver.com/remote/cptest+1stream
then the stream behaves much more stable, crashing with error 10054 once every 20 minutes.
Perhaps you can recommend the right approach for my case. Let's say we need to make sure that the number of dynamically created threads (via +) does not exceed, say, 64. Or it is necessary to add RAM on the server. Or something else related to fine-tuning thread properties.

@EvgenyKirichenko
Copy link
Author

Rolled back the mistserver version to 3.0 (was 3.4), the error went away.

@Rokamun
Copy link
Contributor

Rokamun commented Sep 3, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants