Question / Help Socket Error 10053

RealTreeRebel

New Member
OBS disconnects from Facebook when i go live, I have no problem streaming to other services like Twitch and Youtube.
 

Attachments

  • Facebook Disconnect.txt
    10.3 KB · Views: 29

RealTreeRebel

New Member
Here is my error any known possible fix?
 

Attachments

  • erroe.PNG
    erroe.PNG
    9.6 KB · Views: 66

Sukiyucky

Member
Looks like this is a Facebook problem. I could be wrong but the way I read this log is that Facebook couldn't handle the load. During streaming, Facebook server couldn't keep up with the rate of data transfer. For what reason, who knows. The buffer on OBS' side had to be increased three times to compensate for Facebook being too slow (i.e. data was piling up and had to be delayed). Facebook told OBS that it had to close down and OBS agreed.

12:21:26.312: [rtmp stream: 'adv_stream'] Connecting to RTMP URL rtmps://rtmp-api.facebook.com:443/rtmp/...
12:21:26.376: [rtmp stream: 'adv_stream'] Interface: Broadcom 802.11n Network Adapter (802.11, 137 mbps)
12:21:27.716: [rtmp stream: 'adv_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ successful
12:21:27.716: [rtmp stream: 'adv_stream'] New socket loop enabled by user
12:21:27.720: ==== Streaming Start ===============================================
12:21:29.865: socket_thread_windows: Increasing send buffer to ISB 131072 (buffer: 0 / 400384)
12:21:31.064: socket_thread_windows: Increasing send buffer to ISB 262144 (buffer: 0 / 400384)
12:21:57.351: socket_thread_windows: Increasing send buffer to ISB 524288 (buffer: 0 / 400384)
12:24:14.087: socket_thread_windows: Received FD_CLOSE, 16 ms since last send (buffer: 0 / 400384)
12:24:14.087: socket_thread_windows: Aborting due to FD_CLOSE, error 10053
12:24:14.096: [rtmp stream: 'adv_stream'] Disconnected from rtmps://rtmp-api.facebook.com:443/rtmp/
12:24:14.096: Output 'adv_stream': stopping
12:24:14.096: Output 'adv_stream': Total frames output: 4950
12:24:14.096: Output 'adv_stream': Total drawn frames: 5025 (5034 attempted)
12:24:14.096: Output 'adv_stream': Number of lagged frames due to rendering lag/stalls: 9 (0.2%)
12:24:14.096: Output 'adv_stream': Reconnecting in 10 seconds..
12:24:18.316: obs-browser: ErrorUtils caught an error: "Error fetching latest video from Error: "Network request encountered error HT...". Subsequent errors won't be logged; see https://fburl.com/debugjs. (source: https://static.xx.fbcdn.net/rsrc.php/v3/y7/r/oLyEGksAV6j.js:52)
 

R1CH

Forum Admin
Developer
The fact the browser source also reported an error at the same time suggests your whole connection is failing. Try to avoid using WiFi for streaming.
 

Sukiyucky

Member
That's not what the log says. OBS is using your 802.11n wireless adapter:
12:21:26.312: [rtmp stream: 'adv_stream'] Connecting to RTMP URL rtmps://rtmp-api.facebook.com:443/rtmp/...
12:21:26.376: [rtmp stream: 'adv_stream'] Interface: Broadcom 802.11n Network Adapter (802.11, 137 mbps)
12:21:27.716: [rtmp stream: 'adv_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ successful


Go to Windows networking and change the adapter settings. Disable the wireless adapter and enable the Ethernet.
 

Sukiyucky

Member
20:17:51.750: [rtmp stream: 'adv_stream'] Connecting to RTMP URL rtmps://rtmp-api.facebook.com:443/rtmp

Somewhere on Facebook, you have to generate a stream key to be used with OBS. Look to see if there is a way to say not to use SSL before you generate the key. Then use the URL they give.

See if that works.
 

RealTreeRebel

New Member
After running a few more test it seems like the music i have been using may have recently been copyrighted and Facebook is taking it down
 
Top