Question / Help Stream Stuck at 0kbps

Hello, i have a small problem about the Streaming program OBS.
We can just jump right into it.
When i start OBS and press Start Stream, My KBPS stands at 0.
After 5-10 secs it goes to green ( 300-500KBPS) .
Then it goes down too 200-17 and at last 0. 15 secs after this it tries to reconnect, same outlay ever single time.
I've tried at 3 diffrent twitch servers + Hitbox.tv.
All my ports are open.
Tried to delete OBS and installed both the new and the old version. Nothing seem to work.
Lost images are around 20-25%
PC Specs : I7, 280x, 16gb Ram.
Network : 50/50 Fiber connection on Ethernet.

There is "nothing" Wrong with my settings.
I was streaming 2-3 weeks ago and suddenly it stopped.
After this happened i've replaced Modem, router, Re-installed Windows.
What am i doing wrong?

Every port is Open from my network.
I can stream from my laptop, not from my desktop.
Thanks for any comeback!
 

Rotab

New Member
Connection to rtmp://live-arn.twitch.tv/app failed: Får ikke tilgang til den angitte kanalen eller stømmingsnøkkel. Dette kan være fordi nøkkelen eller kanalen er feil, eller at tjeneren tror du er forsatt logget inn.

Reset your streamkey and try again
 

Harold

Active Member
When you reset the stream key in your twitch dashboard, did you also enter the new one in OBS' settings?
 

dping

Active Member
I tried to stream at hitbox TV.
Same outcome.
the problem you are having is more than likely a 3rd party firewall or even sometimes if you are streaming from a campus. basically, anything other than a windows firewall is a waist and can cause issues since the firewall will detecta possible DoS attack maybe.

Code:
RTMPSockBuf_Fill, recv returned -1. GetSockError(): 10053 (Anestablished
connectionwas aborted by the software in your host machine.)

Code:
SocketLoop: Send window optimization disabled by user.
SocketLoop: Stalled for 2148 ms to write 1460 bytes (buffer: 142857 / 144384), unstable connection?
RTMPPublisher::SocketLoop: Received FD_CLOSE, 18887 ms since last send (buffer: 143956 / 144384)
RTMPPublisher::SocketLoop: Aborting due to FD_CLOSE, error 10053

Or did you disable send window optimization in OBS prior to this issue?
 
Well, My Firewall on my PC is Deactivated. I have 0 antivvirus programs.
My internett is open on all ports as well.

And i tried to stream from my laptop, it was no issues what so ever.

Window Optimization:)?
 

dping

Active Member
Well, My Firewall on my PC is Deactivated. I have 0 antivvirus programs.
My internett is open on all ports as well.

And i tried to stream from my laptop, it was no issues what so ever.

Window Optimization:)?
down at the bottom of the advanced tab of OBS, there is an option called "disable TCP send window optimizations"
 

dping

Active Member
I tried to enable it.
Didn't work :) !
No, what I'm saying is in the log, you enabled it and shortly there after, you started to stall.
Code:
SocketLoop: Send window optimization disabled by user.
SocketLoop: Stalled for 2148 ms to write 1460 bytes (buffer: 142857 / 144384), unstable connection?
RTMPPublisher::SocketLoop: Received FD_CLOSE, 18887 ms since last send (buffer: 143956 / 144384)
RTMPPublisher::SocketLoop: Aborting due to FD_CLOSE, error 10053
 

dping

Active Member
Didn't work that either.
long story short, the connection was aborted by software on your computer. If I were you, I would investigate that as it seems to be the issue.

Code:
GetSockError(): 10053 (Anestablished connection
was aborted by the software in your host machine.)
 
Top