Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need GSstreamer installed for OOD Matlab #30

Open
Sonalj96 opened this issue Sep 21, 2023 · 0 comments
Open

Need GSstreamer installed for OOD Matlab #30

Sonalj96 opened this issue Sep 21, 2023 · 0 comments

Comments

@Sonalj96
Copy link

The issue was raised via ticket INC0626057 and the following have been attempted:

  1. I checked the particular library (Gstreamer) version on Tinkercliffs and it seems right to me:

[sonalj@tinkercliffs1 ~]$ gst-launch-1.0 --gst-version
GStreamer Core Library version 1.10.4

  1. However, when I request a Matlab VNC session and check the same there, it's absent, hence the error I guess:

bash: conda: command not found
Singularity> gst-launch-1.0 --gst-version
bash: gst-launch-1.0: command not found

  1. I tried to install it myself in Singularity (https://gstreamer.freedesktop.org/documentation/installing/on-linux.html?gi-language=c):

Singularity> apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio

However, I am getting the 'don't have enough space' error:

E: You don't have enough free space in /var/cache/apt/archives/.

  1. Tried launching Matlab using Desktop (Desktop > ssh Y> localhost > module load tinkercliffs-rome/matlab GStreamer> matlab) but I am getting the same error as the user in the ticket. I am getting the same error on tc compute nodes as well.

  2. On Tinkercliff login nodes it's a different error:
    [sonalj@tinkercliffs2 ~]$ module load tinkercliffs-rome/matlab GStreamer
    [sonalj@tinkercliffs2 ~]$ matlab

a=VideoReader("")
Error using VideoReader/initReader (line 734)
Failed to initialize internal resources

I searched online and found it is related to Gstreamer again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant