Page 1 of 1

Diagonal green line while playing RTMP with libvlc from GIT

Posted: 20 Feb 2015 11:44
by roxx
Hi.

I use the latest 2.2.0 version compiled from GIT under Ubuntu 14.04. I open the following URL in VLC: rtmp://flash.oit.duke.edu/vod/_definst_/test/Wildlife2.flv . Desktop VLC displays this URL correctly. But my own player based on libvlc shows a diagonal green line, see http://i64.fastpic.ru/big/2015/0220/9c/ ... 83a79c.png . VLC 2.2.0-rc2 compiled from source DOESN'T have this issue. Any ideas?

Log file from 2.2.0-rc2: http://pastebin.com/FiUyGGnH
Log file from 2.2.0-GIT: http://pastebin.com/eHgbEEYD

Options used for libvlc_new:

"-I", "dummy",
"--ignore-config",
"--no-video-title-show",
"--no-osd",
"--http-reconnect",
"--network-caching", "1000",
"--no-xlib",
"--extraintf", "logger",
"-vvv"

Re: Diagonal green line while playing RTMP with libvlc from GIT

Posted: 20 Feb 2015 12:46
by RĂ©mi Denis-Courmont
With so little infos, I can only take a random guess that --no-xlib makes VLC expose a latent bug in your display drivers. This is very speculative.

Re: Diagonal green line while playing RTMP with libvlc from GIT

Posted: 20 Feb 2015 13:11
by roxx
I removed --no-xlib and it didn't help. I can provide any information you need, apply patches or run diagnostic tools. How can I help you with debugging this?