Question / Help OBS studio Keeps cutting off stream

Redwell

New Member
Not sure what is happening, My internet is working fine.

OBS Classic never disconnects ( Nor does it today, although I am testing out studio as Classic doesn't want to pick up my microphone anymore)

Basically will stream for like 3-6 minutes or so and then it will just stop broadcasting (0kb/s uploaded)
even though my net is fine.
the streaming button shows its still streaming also.

https://gist.github.com/26e0c99ce5978be51b302871441fbf5f
 

RytoEX

Forum Admin
Forum Moderator
Developer
The issue seems to be related to the Quick Sync encoder.
Code:
16:36:22.581: [qsv encoder: 'streaming_h264'] encode failed
16:36:22.592: Error encoding with encoder 'streaming_h264'
16:36:22.592: Called profile end with mismatching name: start("do_encode"[541A96A0]) <-> end("receive_video"[541A96AC])

Check that your Intel Graphics drivers are up to date. Verify that your keyframe interval for streaming is set to 2 seconds. Try the suggestions in this thread.

If that doesn't help, maybe try reducing your capture and stream FPS to 30 if you don't need it at 60. If you're on 64-bit Windows, try the 64-bit OBS Studio.

If that doesn't help, I'm not sure what else to try. You may consider switching to x264 unless you have a specific reason you're using Quick Sync. It seems that Windows 7 and Quick Sync aren't the best match, though I'm not sure if that's changed since last year.
 

Meswannjr

New Member
So i'm having the same or similar issue. I have a feeling it's Direct X related, but considering I have no idea what I'm looking at besides the Direct X failure at the end of the log, a little help would be lovely.

http://pastebin.com/QyaQ3PA4
 
Top