question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No "Start Live Stream" option and cannot install module snd-aloop

See original GitHub issue

I’ve followed the install instructions https://github.com/jitsi/jibri#installing-jibri on xenial:

sam@AVJitsyServer:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.4 LTS
Release:	16.04
Codename:	xenial

and I have two problems:

  1. the “Start Live Stream” option does not show up
  2. I was unable to install the snd-aloop module

I was hoping that adding the following to the jitsi config:

    // Recording

    // Whether to enable recording or not.
    enableRecording: true,

    // Type for recording: one of jibri or jirecon.
    recordingType: 'jibri',

    // Misc
    hiddenDomain: 'recorder.www.jitsi.agileventures.org',

would at least allow me to see the “Start Live Stream” button in our jitsi’s but not so far …

Other changes to the config file such as disabling screenshare have an immediate effect when the jitsi interface is reloaded, but not enableRecording

I did ultimately manage to complete every other part of the jibri set up with the exception of installing the snd-aloop module:

sam@AVJitsyServer:~$ sudo apt-get install linux-image-extra-virtual
... successful install
sam@AVJitsyServer:~$ modprobe snd-aloop
modprobe: FATAL: Module snd-aloop not found in directory /lib/modules/4.13.0-1011-azure

I found a post that suggested installing linux-generic, but that didn’t help either:

sam@AVJitsyServer:~$ sudo apt install linux-generic
... successful install
sam@AVJitsyServer:~$ modinfo snd-aloop
modinfo: ERROR: Module snd-aloop not found.

I also reviewed the community mailing lists, but while I found lots of posts on problems setting up jibri. e.g. https://community.jitsi.org/t/jitsi-users-jibri/13827/5, I didn’t find any for these two particular ones of the “start live stream” button not showing up at all, and the inability to install snd-aloop.

Here’s our current jibri config:

https://gist.github.com/tansaku/7630dfc7bbcdd38da5dd498a52c76b9d

Here’s a tail of the latest jibri logs:

https://gist.github.com/tansaku/90a8884b88160c30f0fe9ce29c9e98b8

I’m very happy to provide other logs and configs if that will help. Many thanks in advance

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
mrmookiecommented, Apr 2, 2020

I’m using Google Cloud instance… Ubuntu 18.04… the package needed for snd_aloop is ‘linux-modules-extra-gcp

2reactions
frankodoomcommented, May 10, 2020

I fixed this removed the azure ubuntu conical special kernel and loaded a more compatible kernel via grub. works. now 😃

can you tell me the instructions to do that?

https://www.neowin.net/news/canonical--microsoft-make-azure-tailored-linux-kernel/

Delete the kernel and in grub switch, to the new kernel you want to load https://unix.stackexchange.com/questions/198003/set-default-kernel-in-grub

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot set up Jibri on Ubuntu 16.04 server - Record & stream
Set up the module to be loaded on boot: echo "snd-aloop" ... but the live stream option is greyed out and when I...
Read more >
modprobe: FATAL: Module snd-aloop not found / linstall inux ...
It looks like you have an unsupported kernel. Run sudo apt install linux-generic. and reboot. It should install a correct kernel and the ......
Read more >
Setting up Jibri for Jitsi Meet meeting recording and streaming ...
This will guide you to setup Jibri recording for your jitsi meet setup ... If the output shows the snd-aloop module loaded, then...
Read more >
1. Load the kernel module — Redirect an audio stream with ...
Simply connect the “noisi” application to the first sound loopback device provided by snd-aloop and the screen recorder to the second. [1], Tested...
Read more >
Web app for screen and audio sharing & virtual keyboard on ...
The uv4l-demos package contains the web app which has been already built from the ... options snd-aloop index=1 ... server-option = --enable-webrtc-video=no
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found