Stream disconnecting, error code 1006

Strawbrarian

New Member
Happened three streams in a row, randomly disconnecting and then reconnecting soon after. Nothing changed, no scene change, and no known issues to internet connection.

Snippet of log from when the disconnect happened (has been code 1006 the last three disconnects ie the ones I've been checking log for):

Code:
21:34:34.495: [rtmp stream: 'simple_stream'] Disconnected from rtmp://arn.contribute.live-video.net/app
21:34:34.495: Output 'simple_stream': stopping
21:34:34.495: Output 'simple_stream': Total frames output: 204370 (205114 attempted)
21:34:34.495: Output 'simple_stream': Total drawn frames: 205184
21:34:34.495: Output 'simple_stream': Number of dropped frames due to insufficient bandwidth/connection stalls: 744 (0.4%)
21:34:34.495: Output 'simple_stream':  Reconnecting in 5 seconds..
21:34:34.495: [rtmp stream: 'simple_stream'] Freeing 1269 remaining packets
21:34:34.540: warning: 2 frames left in the queue on closing
21:34:39.478: obs-browser: [2021-12-07T20:34:39.477Z] Error: Connection disconnected with error 'Error: WebSocket closed with status code: 1006 ().'. (source: https://cdnjs.cloudflare.com/ajax/libs/microsoft-signalr/3.1.7/signalr.min.js:16)
21:34:39.569: [jim-nvenc: 'simple_h264_stream'] settings:
21:34:39.569:     rate_control: CBR
21:34:39.569:     bitrate:      6000
21:34:39.569:     cqp:          20
21:34:39.569:     keyint:       120
21:34:39.569:     preset:       hq
21:34:39.569:     profile:      high
21:34:39.569:     width:        1920
21:34:39.569:     height:       1080
21:34:39.569:     2-pass:       false
21:34:39.569:     b-frames:     2
21:34:39.569:     lookahead:    false
21:34:39.569:     psycho_aq:    true
21:34:39.569:
21:34:39.593: ---------------------------------
21:34:39.593: [FFmpeg aac encoder: 'simple_aac'] bitrate: 160, channels: 2, channel_layout: 3
21:34:39.593:
21:34:39.594: [rtmp stream: 'simple_stream'] Connecting to RTMP URL rtmp://arn.contribute.live-video.net/app...
21:34:39.600: [rtmp stream: 'simple_stream'] Interface: Killer E3100G 2.5 Gigabit Ethernet Controller (ethernet, 1000 mbps)
21:35:05.173: RTMPSockBuf_Fill, remote host closed connection
21:35:05.173: Output 'simple_stream':  Reconnecting in 5 seconds..
21:35:05.173: [rtmp stream: 'simple_stream'] Connection to rtmp://arn.contribute.live-video.net/app failed: -3
21:35:15.175: [rtmp stream: 'simple_stream'] Connecting to RTMP URL rtmp://arn.contribute.live-video.net/app...
21:35:15.175: [rtmp stream: 'simple_stream'] Interface: Killer E3100G 2.5 Gigabit Ethernet Controller (ethernet, 1000 mbps)
21:35:16.498: [rtmp stream: 'simple_stream'] Connection to rtmp://arn.contribute.live-video.net/app successful
 
Top