Giter VIP home page Giter VIP logo

Comments (8)

lucyllewy avatar lucyllewy commented on August 20, 2024 1

I've released a fixed version of the Snap Packaged release of Cawbird that I maintain.

from cawbird.

IBBoard avatar IBBoard commented on August 20, 2024

This is almost certainly an issue with the GStreamer version that your distro ships. There are instructions to test it here.

from cawbird.

Sifrqitt avatar Sifrqitt commented on August 20, 2024

I was able to run gst-play-1.0 https://video.twimg.com/ext_tw_video/1243329209918988295/pu/vid/720x1280/kWa3JQP6QqlrW052.mp4?tag=10 and the video played correctly.

from cawbird.

IBBoard avatar IBBoard commented on August 20, 2024

If it is then I have no idea where, because all we do is link to the exact same libraries. It will take a while to work out how to debug this.

from cawbird.

Sifrqitt avatar Sifrqitt commented on August 20, 2024

I don't want to take up too much of your time, as I know you must be a busy man and I appreciate the help...however here is the DEBUG lvl 4 output when I click on a video in cawbird. Hope it helps. Feel free to analyze the log at your leisure as I'll be dropping this error project for the day, because I have other things to work on.

GST_DEBUG 4 cawbird output.txt

from cawbird.

IBBoard avatar IBBoard commented on August 20, 2024

Thanks for the extra debug. That's all just telling me the same thing, though - it matches a known bug in GStreamer v1.18.

Can you post:

  • The version of GStreamer you're running - gst-play-1.0 --version should do it
  • The output of ldd /usr/bin/cawbird | grep gst
  • The output of readlink -f $(ldd /usr/bin/cawbird |grep -oE '\S+/\S+gst\S+')

e.g. I get:

$ gst-play-1.0 --version
gst-play-1.0 version 1.18.6
GStreamer 1.18.6
http://download.opensuse.org
$ ldd /usr/bin/cawbird |grep gst
	libgstreamer-1.0.so.0 => /lib64/libgstreamer-1.0.so.0 (0x00007f9c78b8f000)
$ readlink -f $(ldd /usr/bin/cawbird |grep -oE '\S+/\S+gst\S+')
/usr/lib64/libgstreamer-1.0.so.0.1806.0

from cawbird.

Sifrqitt avatar Sifrqitt commented on August 20, 2024

gst-play-1.0 version 1.16.2
GStreamer 1.16.2

libgstreamer-1.0.so.0 => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0 (0x00007f37984da000)

/usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0.1602.0

Crosspost link in my distro support forum: https://forum.zorin.com/t/cant-play-videos-in-cawbird-15-on-zorin-16-pro-os/16840

from cawbird.

IBBoard avatar IBBoard commented on August 20, 2024

v1.16? It's possible that it's not the same issue as above but that's quite an old version (December 2019 with 1.16.3 released in October 2020 before they moved to 1.18) so it could be that it has issues with newer videos or something.

from cawbird.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.