-
Notifications
You must be signed in to change notification settings - Fork 37
Scrambled video player #279
Comments
Looks like a GStreamer problem. Does it happen with all videos or just some? Also, what do you get when you play videos from Twitter directly through GStreamer: (I should find a way to get the URL for new videos in case they're using different codecs etc!) |
I saw this as well, but wasn't sure if it was because I was running git master and not the 1.3.2 release, but see it also happens in 1.1.0. It happens with all videos. The gst-play-1.0 command you gave works fine. I'm running Xubuntu 20.04. |
The scrambling happens on all videos, but Inside GStreamer itself, they run flawless. |
@tassoman yes i'm having it on LTS. |
Seems strange that the scrambling is happening on my desktop but not happening on my laptop and both are running Xubuntu 20.04 LTS. I checked the gstreamer versions on both machines and they are the same, so not sure what would be causing this issue. |
Okay, if we've narrowed it down to a distro and specific library versions, what about hardware? What graphics have you got? |
Both using intel graphics. |
root@laptop:~# lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
root@laptop:~# uname -a
Linux laptop 5.4.0-62-generic #70-Ubuntu SMP Tue Jan 12 12:45:47 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
root@laptop:~# lscpu
Architecture: x86_64
Vendor ID: GenuineIntel
CPU family: 6
Model: 60
Model name: Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
root@laptop:~# lsmod | grep vid
uvcvideo 98304 0
videobuf2_vmalloc 20480 1 uvcvideo
videobuf2_memops 20480 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_common 49152 2 videobuf2_v4l2,uvcvideo
videodev 225280 4 videobuf2_v4l2,v4l2loopback,uvcvideo,videobuf2_common
mc 53248 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
video 49152 1 i915 |
@philipzae Can you post the same output as @tassoman? Thanks. Also, it may be a bit much and I don't know about the inner workings of GStreamer, but can someone post a log for I'm assuming this is OBS builds on all machines? And that the video still moves, even while scrambled? It looks like the scan lines or stride length of the image are out of sync or something. |
Yes, correct, video moves like behind un synced scan lines, audio is flawless. My packet is coming from OBS repository. |
cawbird-gst.log |
dpkg is showing this version
|
@IBBoard here you go. The similarity I can see between mine and @tassoman is that we are both using 4th gen processors.
|
There's on a few WARN entries in the log, and I'm not sure whether they're bad warnings or expected. Digging around, I've found some bugs relating to Intel drivers based on the But I also found an old Corebird bug that says it's VA-API. It also gives a slightly different command to test that's more representative:
Can you try that and see if it corrupts? It seems to use a scaled Cairo canvas. If that corrupts, can you try removing libvaapi or whatever Ubuntu calls it tp see whether it's a VA-API problem? |
Yes it is corrupted with gstreamer1.0-vaapi installed. I removed it and its works correctly now. |
I had noticed a few video thumbnails on my desktop that were similarly corrupted and removing vaapi fixed the thumbnails. |
I purged from apt
Then it worked flawless 😐 |
Describe the bug
Scrambled video, clicking ⏯️ play button
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected watching a decoded video.
Screenshots
System details:
No debug messages available in console.
The text was updated successfully, but these errors were encountered: