bbaldino

Results 163 comments of bbaldino

can you load an interactive desktop session or something to get more information on the cutoff? it sounds like something at a layer below selenium, we tell chrome to [maximize](https://github.com/jitsi/jibri/blob/master/src/main/kotlin/org/jitsi/jibri/selenium/JibriSelenium.kt#L130).

there must be some x server or something on this machine, right? chrome must be launching on some display

Your best route for success will be to follow the installation we lay out in the README. This uses ubuntu and icewm. You can read through the pre-reqs and then...

Ah I see. What's your /home/jibri/scripts/xorg-video-dummy.conf look like? We might also be able to launch ffmpeg directly to capture the display which could give you a peek at things. The...

@nightstryke I'm not sure, server installs typically come with fewer default-installed packages I think--but maybe it's also affecting the X environment in some way since server installs wouldn't normally use...

I'd think it'd be the desktop image [here](http://releases.ubuntu.com/16.04/) but @aaronkvanmeerten could say for certain.

Ah thanks @aaronkvanmeerten. So much for that path then, but yeah let's give the ffmpeg thing a shot.

Not sure why that is happening, do you have a `.asroundrc` in `/home/jibri`? But either way, we don't need audio for this test. Try this command, I think this should...

So how did it look in youtube?

Ok, let's try this. Record it to a file instead of youtube: ``` ffmpeg -y -v info -f x11grab -draw_mouse 0 -r 30 -s 1280x720 -thread_queue_size 4096 -i :0.0+0,0 -c:v...