Bug Report RTMP_Connect0, failed to bind socket. 10049 (Unknown error)

b0bbYboy

New Member
Upon starting stream, after 2-3 seconds

I get this error
RTMP_Connect0, failed to bind socket. 10049 (Unknown error)

Here are the logs

Code:
Open Broadcaster Software v0.47a - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
CPU Speed: 3531MHz
Physical Memory:  4095MB Total, 4095MB Free
stepping id: 9, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 8, total cores 4
Windows Version: 6.1 Build 7600 
Aero is Disabled
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 480
  Video Adapter Dedicated Video Memory: 1560739840
  Video Adapter Shared System Memory: 2684235776
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 1280x720
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Sound Blaster Z)
------------------------------------------
Using auxilary audio input: Microphone (Sound Blaster Z)
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
------------------------------------------
    device: Mobiola Video Source,
    device id \\?\root#media#0000#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\global,
    chosen type: RGB24, usingFourCC: false, res: 352x288 - 352x288, fps: 0.015625-29.97, fourCC: 00000000

Using directshow input
Using Monitor Capture
Using text output
------------------------------------------
Video Encoding: x264
    fps: 60
    width: 1280, height: 720
    preset: fast
    CBR: no
    CFR: no
    max bitrate: 2500
    buffer size: 2750
    quality: 10
------------------------------------------
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-lax.justin.tv/app
librtmp error: RTMP_Connect0, failed to bind socket. 10049 (Unknown error)
Total frames rendered: 153, number of frames that lagged: 1 (0.65%) (it's okay for some frames to lag)
Number of b-frames dropped: 0 (0%), Number of p-frames dropped: 0 (0%), Total 0 (0%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 8.103 ms] [avg calls per frame: 1] [children: 90.3%] [unaccounted: 9.65%]
| scene->Preprocess - [34.2%] [avg time: 2.771 ms] [avg calls per frame: 1]
| video encoding and uploading - [56.2%] [avg time: 4.55 ms] [avg calls per frame: 1] [children: 9.82%] [unaccounted: 46.3%]
| | CopyResource - [0.0864%] [avg time: 0.007 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [0.0247%] [avg time: 0.002 ms] [avg calls per frame: 0]
| | call to encoder - [9.7%] [avg time: 0.786 ms] [avg calls per frame: 0]
| | sending stuff out - [0.0123%] [avg time: 0.001 ms] [avg calls per frame: 0]
==============================================================
 

R1CH

Forum Admin
Developer
Re: RTMP_Connect0, failed to bind socket. 10049 (Unknown err

Did you change the advanced options, particularly the bind interface?
 

b0bbYboy

New Member
Re: RTMP_Connect0, failed to bind socket. 10049 (Unknown err

R1CH said:
Did you change the advanced options, particularly the bind interface?

Thank you for your help.

It was set to default but then I changed it to my IP and it works now
 
Top