Question / Help My stream is freezing every 2 seconds

Kerkevos

New Member
I have a problem with my stream. The screen freezes every 2 secs. Can anyone tell me how to solve the problem ? I have an intel core i5 3.4 quad core, 32 mb up speed , 8 gb ram.
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Are you dropping frames? Does it only happen on stream? Could I see a log file?
 

Kerkevos

New Member
RTMPPublisher::BufferedSend: Buffer is full (268339 / 272384 bytes), waiting to send 4097 bytes my log full is almsot full with this. Should i increase my buffer speed?
 

Kerkevos

New Member
=====Stream Start=====================================================================
Multithreaded optimizations: On
Base resolution: 1280x1024
Output resolution: 1280x1024
------------------------------------------
Loading up D3D10...
------------------------------------------
Using auxilary audio input: Microphone (Realtek High Definition Audio)
------------------------------------------
Audio Encoding: AAC
bitrate: 128
Using graphics capture
------------------------------------------
Video Encoding: x264
fps: 30
width: 1280, height: 1024
preset: superfast
CBR: no
max bitrate: 2000
buffer size: 2000
quality: 10
------------------------------------------
SharedTexCapture hooked
Using RTMP service: Twitch / Justin.tv
Server selection: 준2
bufferTime: 2117, outputRateWindowTime: 1000, dropThreshold: 2617
RTMPPublisher::BufferedSend: Buffer is full (272129 / 272384 bytes), waiting to send 2708 bytes
RTMPPublisher::BufferedSend: Buffer is full (272129 / 272384 bytes), waiting to send 2708 bytes
RTMPPublisher::BufferedSend: Buffer is full (269837 / 272384 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Buffer is full (269837 / 272384 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Buffer is full (272232 / 272384 bytes), waiting to send 795 bytes
RTMPPublisher::BufferedSend: Buffer is full (272232 / 272384 bytes), waiting to send 795 bytes
RTMPPublisher::BufferedSend: Buffer is full (268427 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (268427 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (271436 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (270440 / 272384 bytes), waiting to send 2190 bytes
RTMPPublisher::BufferedSend: Buffer is full (268859 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (269921 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (269379 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (268767 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (271670 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (272383 / 272384 bytes), waiting to send 435 bytes
RTMPPublisher::BufferedSend: Buffer is full (270794 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (269002 / 272384 bytes), waiting to send 4104 bytes
RTMPPublisher::BufferedSend: Buffer is full (272046 / 272384 bytes), waiting to send 415 bytes
RTMPPublisher::BufferedSend: Buffer is full (270710 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (271845 / 272384 bytes), waiting to send 4097 bytes
RTMPPublisher::BufferedSend: Buffer is full (269241 / 272384 bytes), waiting to send 3594 bytes
RTMPPublisher::BufferedSend: Buffer is full (268725 / 272384 bytes), waiting to send 4097 bytes
Total frames rendered: 1589, number of frames that lagged: 0 (0.00%) (it's okay for some frames to lag)
RTMPPublisher::SocketLoop: Aborting due to bStopping
Number of b-frames dropped: 217 (5.9%), Number of p-frames dropped: 90 (2.4%), Total 307 (8.3%)
=====Stream End=======================================================================

Profiler results:

==============================================================
frame - [100%] [avg time: 4.885 ms] [avg calls per frame: 1] [children: 92%] [unaccounted: 8.05%]
| scene->Preprocess - [2.09%] [avg time: 0.102 ms] [avg calls per frame: 1]
| video encoding and uploading - [89.9%] [avg time: 4.39 ms] [avg calls per frame: 1] [children: 38%] [unaccounted: 51.9%]
| | CopyResource - [0.45%] [avg time: 0.022 ms] [avg calls per frame: 0]
| | conversion to 4:2:0 - [2.35%] [avg time: 0.115 ms] [avg calls per frame: 0]
| | call to encoder - [34.8%] [avg time: 1.699 ms] [avg calls per frame: 0]
| | sending stuff out - [0.389%] [avg time: 0.019 ms] [avg calls per frame: 0]
==============================================================

Memory Leaks Were Detected.
 

paibox

heros in an halfshel
The preset has nothing to do with this. The "Buffer is full" messages indicate network congestion somewhere between you and Twitch. What you'll want to do is lower your bitrate and buffer until you reach a value where you're not dropping any frames while broadcasting.
 

Kerkevos

New Member
But why is that happening ? I have a very high upload speed. I think is something from Twitch , because when I stream on Own3d.tv, the stream is never freezing.
 

dodgepong

Administrator
Community Helper
It could be a problem with the Twitch server you are streaming to. Try a few different ones to see if you get better results.
 
Top