Question / Help RTMPPublisher::BufferedSend: Buffer is full

Hamsandwich

New Member
What does this "Buffer is full" message mean? Maybe my wireless connection dropped out?

Full log
Code:
Open Broadcaster Software v0.460a - 32bit (´????)
-------------------------------
CPU Name: Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz
CPU Speed: 3392MHz
Physical Memory:  4095MB Total, 4095MB Free
stepping id: 9, model 10, family 6, type 0, extmodel 1, extfamily 0, HTT 1, logical cores 4, total cores 4
Windows Version: 6.2 Build 9200 
Aero is Enabled
------------------------------------------
Adapter 1
  Video Adapter: NVIDIA GeForce GTX 650 Ti
  Video Adapter Dedicated Video Memory: 1020985344
  Video Adapter Shared System Memory: 3221221376
------------------------------------------
Adapter 2
  Video Adapter: Intel(R) HD Graphics
  Video Adapter Dedicated Video Memory: 33554432
  Video Adapter Shared System Memory: 1711276032
------------------------------------------
Adapter 3
  Video Adapter: Microsoft Basic Render Driver
  Video Adapter Dedicated Video Memory: 0
  Video Adapter Shared System Memory: 268435456
=====Stream Start=====================================================================
  Multithreaded optimizations: On
  Base resolution: 1920x1080
  Output resolution: 852x480
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Headset Microphone (3- Microsoft LifeChat LX-3000 )
------------------------------------------
Audio Encoding: AAC
    bitrate: 128
Using bitmap image
Using graphics capture
------------------------------------------
Video Encoding: x264
    fps: 25
    width: 852, height: 480
    preset: veryfast
    CBR: no
    max bitrate: 700
    buffer size: 700
    quality: 7
------------------------------------------
SO_SNDBUF already at 65536
bufferTime: 3091, outputRateWindowTime: 1000, dropThreshold: 3591
RTMPPublisher::BufferedSend: Buffer is full (105454 / 105472 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (105454 / 105472 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (103920 / 105472 bytes), waiting to send 2290 bytes
RTMPPublisher::BufferedSend: Buffer is full (102154 / 105472 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Buffer is full (105169 / 105472 bytes), waiting to send 714 bytes
RTMPPublisher::BufferedSend: Buffer is full (105169 / 105472 bytes), waiting to send 714 bytes
RTMPPublisher::BufferedSend: Buffer is full (105292 / 105472 bytes), waiting to send 342 bytes
RTMPPublisher::BufferedSend: Buffer is full (105292 / 105472 bytes), waiting to send 342 bytes
RTMPPublisher::BufferedSend: Buffer is full (101559 / 105472 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Buffer is full (105038 / 105472 bytes), waiting to send 1226 bytes
RTMPPublisher::BufferedSend: Buffer is full (105323 / 105472 bytes), waiting to send 2728 bytes
RTMPPublisher::BufferedSend: Buffer is full (104739 / 105472 bytes), waiting to send 1751 bytes
RTMPPublisher::BufferedSend: Buffer is full (105200 / 105472 bytes), waiting to send 324 bytes
RTMPPublisher::BufferedSend: Buffer is full (105371 / 105472 bytes), waiting to send 406 bytes
RTMPPublisher::BufferedSend: Buffer is full (105030 / 105472 bytes), waiting to send 3292 bytes
RTMPPublisher::BufferedSend: Buffer is full (101417 / 105472 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (105109 / 105472 bytes), waiting to send 410 bytes
RTMPPublisher::BufferedSend: Buffer is full (104854 / 105472 bytes), waiting to send 1815 bytes
RTMPPublisher::BufferedSend: Buffer is full (104854 / 105472 bytes), waiting to send 1815 bytes
RTMPPublisher::BufferedSend: Buffer is full (102499 / 105472 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (102499 / 105472 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (105194 / 105472 bytes), waiting to send 354 bytes
Total frames rendered: 156912, number of frames that lagged: 18 (0.01%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 83 (0.019%), Number of p-frames dropped: 141 (0.033%), Total 224 (0.052%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 2.168 ms] [avg calls per frame: 1] [children: 59.5%] [unaccounted: 40.5%]
| scene->Preprocess - [0.231%] [avg time: 0.005 ms] [avg calls per frame: 1]
| video encoding and uploading - [59.2%] [avg time: 1.284 ms] [avg calls per frame: 1] [children: 44.8%] [unaccounted: 14.4%]
| | CopyResource - [1.11%] [avg time: 0.024 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [1.11%] [avg time: 0.024 ms] [avg calls per frame: 0]
| | call to encoder - [40.5%] [avg time: 0.878 ms] [avg calls per frame: 0]
| | sending stuff out - [2.12%] [avg time: 0.046 ms] [avg calls per frame: 0]
==============================================================
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
It basically just means there's been network congestion, and that you could end up dropping frames.
 
Top