Bug Report Twitch DNS problems

ajack38

New Member
I was streaming to twitch and it came up with a error about something with the DNS, So I'm not sure if something is wrong or has been changed on twitch's side of things or if this problem is just on my connection.

Code:
Open Broadcaster Software v0.47a - 32bit (´・ω・`)
-------------------------------
CPU Name: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
CPU Speed: 2095MHz
Physical Memory:  4000MB Total, 2394MB Free
stepping id: 7, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 2, total cores 2
Windows Version: 6.1 Build 7601 S
Aero is Disabled
------------------------------------------
Adapter 1
  Video Adapter: Intel(R) HD Graphics Family
  Video Adapter Dedicated Video Memory: 67108864
  Video Adapter Shared System Memory: 1711276032
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 640x360
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 96
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 22
    width: 640, height: 360
    preset: superfast
    CBR: no
    CFR: yes
    max bitrate: 100
    buffer size: 300
    quality: 4
------------------------------------------
SharedTexCapture hooked
Using graphics capture
SharedTexCapture hooked
Total frames rendered: 1132, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
Total duplicated CFR frames: 0
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 96
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 28
    width: 852, height: 480
    preset: superfast
    CBR: no
    CFR: yes
    max bitrate: 100
    buffer size: 300
    quality: 4
------------------------------------------
SharedTexCapture hooked
Total frames rendered: 159, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
Total duplicated CFR frames: 0
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 96
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 28
    width: 852, height: 480
    preset: superfast
    CBR: no
    CFR: yes
    max bitrate: 100
    buffer size: 300
    quality: 4
------------------------------------------
SharedTexCapture hooked
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-3c.justin.tv/app
bufferTime: 3650, outputRateWindowTime: 1000, dropThreshold: 4150
RTMPPublisher::BufferedSend: Socket buffer is full (23960 / 24576 bytes), waiting to send 1295 bytes
RTMPPublisher::BufferedSend: Socket buffer is full (23960 / 24576 bytes), waiting to send 1295 bytes
RTMPPublisher::SocketLoop: Socket error, send() returned -1, GetLastError() 10053
Total frames rendered: 41846, number of frames that lagged: 5 (0.01%) (it's okay for some frames to lag)
Total duplicated CFR frames: 569
okay, this is strange
librtmp error: WriteN, RTMP send error 10053 (79 bytes)
librtmp error: WriteN, RTMP send error 10038 (42 bytes)
Number of b-frames dropped: 49 (0.046%), Number of p-frames dropped: 35 (0.033%), Total 84 (0.079%)
=====Stream End=======================================================================
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1280x720
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
Playback device Default
------------------------------------------
Using desktop audio input: Speakers (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
    bitrate: 96
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 28
    width: 852, height: 480
    preset: superfast
    CBR: no
    CFR: yes
    max bitrate: 100
    buffer size: 300
    quality: 4
------------------------------------------
SharedTexCapture hooked
Using RTMP service: Twitch / Justin.tv
  Server selection: rtmp://live-3c.justin.tv/app
librtmp error: Problem accessing the DNS. (addr: live-3c.justin.tv, error: 11004)
Total frames rendered: 382, number of frames that lagged: 6 (1.57%) (it's okay for some frames to lag)
Total duplicated CFR frames: 20
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: 5.652 ms] [avg calls per frame: 1] [children: 86.5%] [unaccounted: 13.5%]
| scene->Preprocess - [0.142%] [avg time: 0.008 ms] [avg calls per frame: 1]
| video encoding and uploading - [86.4%] [avg time: 4.881 ms] [avg calls per frame: 1] [children: 36.1%] [unaccounted: 50.2%]
| | CopyResource - [1.73%] [avg time: 0.098 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [4.79%] [avg time: 0.271 ms] [avg calls per frame: 0]
| | call to encoder - [29.1%] [avg time: 1.645 ms] [avg calls per frame: 1]
| | sending stuff out - [0.513%] [avg time: 0.029 ms] [avg calls per frame: 1]
==============================================================
 

R1CH

Forum Admin
Developer
Could be an error with your DNS server, seems to resolve fine for me. In general though you shouldn't use the global load balancing server, instead pick the closest one to you.
 
Top