Play a movie from one Linux machine with MPV over a network with SSHFS.

SSH is amazing in that it can allow a user to access the resources of one machine from another over the network. But with fast gigabit Ethernet connections these days, playing movies from one machine from another is now possible. Install SSHFS on your machine. jason@jason-desktop:~/remote$ sudo apt install sshfsjason@jason-desktop:~/remote$ sudo apt install sshfs Create … Read more

Stream radio stations from Sydney over the Internet easily with mpv.

There is an easy way to listen to Sydney radio stations over the Internet on Linux. Use the mpv media player. This can stream the radio stations with no effort. Copy the listing of radio stations to your terminal like this. 4.4 Mon Jun 08 jason@Yog-Sothoth 1: $ wget -O- -q http://i.mjh.nz/au/Sydney/radio.pls4.4 Mon Jun 08 … Read more

How to get DVD playback working on Ubuntu. This is very easy.

To get DVD playback working on Ubuntu, the libdvdcss library is required. This is easily installed and necessary to decode a DVD properly for playback. Install this package to prepare for installation. This also allows automated updates to the library. 4.4 Sat Feb 29 jason@Yog-Sothoth 1: $ sudo apt install libdvd-pkg4.4 Sat Feb 29 jason@Yog-Sothoth … Read more

How to watch a Vimeo video in VLC media player.

To watch a Vimeo in VLC, we need to capture the actual video URL. Firstly, copy the video URL from the address bar. https://vimeo.com/3685071https://vimeo.com/3685071 Then paste this into the Open Network Stream option. After a short wait the video will open in VLC. This is how easy it is to play Vimeo without leaving a … Read more

Play a DVD with Smplayer on Ubuntu 16.04.

To play a DVD on Ubuntu 16.04, you will need to install the Libdvdcss library to enable encrypted DVD playback. This is very simple. Firstly, download the required library: https://download.videolan.org/libdvdcss/1.2.12/libdvdcss-1.2.12.tar.bz2. Then move to the Downloads directory and extract the tarball. jason@jason-desktop:~$ tar -xvf libdvdcss-1.2.12.tar.bz2jason@jason-desktop:~$ tar -xvf libdvdcss-1.2.12.tar.bz2 Then move to the directory to compile the … Read more