Now you can share your computer playback audio easily as a network stream via the Audio Sharing Linux application. Using this Audio Sharing tool you can share the audio via RTSP network stream url. You can playback the audio via any RTSP supported applications in your desktop and smartphones in the same network. Example, you can use VLC media player to listen the audio. You can also mute the source device audio.
Install Audio Sharing on Ubuntu Linux
Audio Sharing is available as flatpak package from flathub. If you don’t have flatpak and flathub on your system, then install it and restart your system.
After that open command line terminal app (ctrl+alt+t) and run below Audio Sharing flatpak installation command.
flatpak install flathub de.haeckerfelix.AudioSharing
And run Audio Sharing via this command.
flatpak run de.haeckerfelix.AudioSharing
By running Audio Sharing application will automatically share the current audio playback in the form of an RTSP stream. You can stop sharing the audio by simply closing the application. And uninstall the app via below command.
sudo flatpak uninstall de.haeckerfelix.AudioSharing
That’s it.