Question / Help Configuration for 24/7 streaming rtmp using MistServer.

IliasGR

New Member
I ve been running 3 obs instances-3 streams playing 24/7 on a Mistserver.Whats the perfect config for running the streams without some fps drops like above:
12:07:09.946: WriteN, RTMP send error 10054 (327 bytes)
12:07:09.946: WriteN, RTMP send error 10054 (42 bytes)
12:07:09.946: WriteN, RTMP send error 10038 (42 bytes)
12:07:09.946: [rtmp stream: 'simple_stream'] Disconnected from rtmp://myip/live/
12:07:09.946: Output 'simple_stream': stopping
12:07:09.946: Output 'simple_stream': Total frames output: 85059 (88382 attempted)
12:07:09.946: Output 'simple_stream': Total drawn frames: 88462 (88464 attempted)
12:07:09.946: Output 'simple_stream': Number of lagged frames due to rendering lag/stalls: 2 (0.0%)
12:07:09.946: Output 'simple_stream': Number of dropped frames due to insufficient bandwidth/connection stalls: 3323 (3.8%)
12:07:09.946: Output 'simple_stream': Reconnecting in 10 seconds..
12:07:09.947: [rtmp stream: 'simple_stream'] Freeing 5601 remaining packets

P.S im running the streams on a dedicated server with windows server 2012R2 , 8 cpu cores cpu and 1gbps connection.
Ty in advance!
 
Last edited:

Narcogen

Active Member
That error is your network connection. The error means that OBS was unable to deliver packets to the ingest server.
 

IliasGR

New Member
That error is your network connection. The error means that OBS was unable to deliver packets to the ingest server.
What can i do about it? I dont think its a network-speed issue since its an 1gbps server.Also the streaming server is hosted on the same server where the obs is..
 

R1CH

Forum Admin
Developer
10054 means the streaming server closed the connection, investigate there to find out why.
 
Top