-
Notifications
You must be signed in to change notification settings - Fork 22
Home
Welcome to the kazam wiki!
- Q: There is no pulsesrc detected in Ubuntu 20.04.
- A:
sudo apt reinstall gstreamer1.0-pulseaudio
Click File
-> Preferences
, and then click Broadcast
tab. In Server URL
, input rtmp://live.twitch.tv/app/
.
For Stream Key
, please login https://www.twitch.tv/ with your twitch account. Then go to Creator Dashboard
-> Settings
-> Stream
, Click Copy
button to copy the Primary Stream key
, which is your Stream Key
.
And then paste it into the Stream Key
in your Kazam preferences window.
Login https://studio.youtube.com/ and find the Go live
icon as below (it is at the right side of the page below your account avatar):
Or you can click Create
and then Go live
at the top right side of the page.
You will be directed to this page below:
You can find your Stream Key
and Stream URL
as above. Copy paste them into your Kazam Preferences window's YouTube Live Settings section, then you can close the window and go to Kazam
main window, click Broadcast
and select Fullscreen
, Window
or Area
to start live broadcasting.
Wayland doesn't support Nvidia GPUs well, leading to performance and stability issues. As a result, Kazam doesn't support Wayland at this time. Please switch back to X11 to use Kazam following the guidelines below.
To switch back from Wayland to X11 in Fedora, you can follow these steps:
-
Log Out of Your Current Session:
- Click on the top-right corner of your screen to open the system menu.
- Select "Log Out."
-
Select X11 Session:
- At the login screen (GDM), click on your username.
- Before entering your password, look for a gear icon (⚙️) or a settings button at the bottom-right corner of the login screen.
- Click on the gear icon, and you will see session options like "GNOME" (for Wayland) and "GNOME on Xorg" (for X11).
- Select "GNOME on Xorg."
-
Log In:
- Enter your password and log in. This will start a session using X11 instead of Wayland.
If you want to make X11 the default for future logins:
-
Edit GDM Configuration (Optional):
-
Open a terminal and edit the GDM configuration file:
sudo nano /etc/gdm/custom.conf
-
Uncomment or add the following line in the
[daemon]
section:WaylandEnable=false
-
Save the file and exit the text editor.
-
-
Restart GDM:
-
To apply the changes, restart the GDM service with:
sudo systemctl restart gdm
-
This will make X11 the default display server on your system, even if you log out and log back in.
To switch back from Wayland to X11 in Ubuntu, follow these steps:
-
Log Out of Your Current Session:
- Click on the system menu in the top-right corner of your screen.
- Select "Log Out" to log out of your current session.
-
Select X11 Session:
- At the login screen (GDM), click on your username.
- Before entering your password, look for a gear icon (⚙️) or settings button at the bottom-right corner of the login screen.
- Click on the gear icon, and you'll see session options like "Ubuntu" (for Wayland) and "Ubuntu on Xorg" (for X11).
- Select "Ubuntu on Xorg."
-
Log In:
- Enter your password and log in. This will start a session using X11 instead of Wayland.
If you want to make X11 the default for future logins:
-
Edit GDM Configuration (Optional):
-
Open a terminal and edit the GDM configuration file:
sudo nano /etc/gdm3/custom.conf
-
Uncomment or add the following line in the
[daemon]
section:WaylandEnable=false
-
Save the file and exit the text editor.
-
-
Restart GDM:
-
To apply the changes, restart the GDM service with:
sudo systemctl restart gdm3
-
After this, X11 will be the default display server on your system, even after a reboot or log out.