Question / Help Can't get stream to work (video is black). Only audio works

Alienpope

New Member
Hi!

I am trying to stream to Picarto.tv. I'll list some images of my stream and of all my settings first.

What the stream looks like: http://gyazo.com/80e545e210ad66cdfad4f6358a471940

Preview that seem to work: http://gyazo.com/6817fc5142498dcb30e3b26f72360869

Encoding: http://gyazo.com/c5e2c9b0c70df6eeecff8eb13ba07c8b

Broadcast settings: http://gyazo.com/68e383a0aa2c8d02b753b5e0e22340de

Video: http://gyazo.com/f06aeb58aa283dd4ed94fc9fa3ed02d5

Audio: http://gyazo.com/bb4b53c876d92a782622711d65d15676

Advanced: http://gyazo.com/b71c4a5fd17353bd540aa2b551849471

So basically the stream works but the video doesn't. Once I've got it to work. But that time after 3 seconds the video froze but the audio kept going. What have I done wrong? Is this this a common bug that can be fixed?

Log file: https://gist.github.com/bef17c140a3f46055ac9

Pc specs

i7 4790k
gtx 980
16GB ram
Dual monitor setup
Internet upload speed: 10Mb/s

Please tell me if there's any other info needed.
 
Last edited:
Code:
02:50:45:     profile: high
02:50:45:     level: autoselect
02:50:45:     keyint: -1
encoding profile needs to be set to main
keyframe interval needs to be 2. without the IDR(key frames) frames, stream services wont see your stream :D
 
Code:
02:50:45:     profile: high
02:50:45:     level: autoselect
02:50:45:     keyint: -1
encoding profile needs to be set to main
keyframe interval needs to be 2. without the IDR(key frames) frames, stream services wont see your stream :D
Wow! that worked! thank you so much! :D
*streams away*
 
Back
Top