I am currently using a Windows application in order to download video from play services like SVTplay and others.
I would rather like to be able to let the Pi itself download the mp4 file to its disk than processing it on Windows first.
Is that possible? I know that the Windows application uses ffmpeg in the background but I have no idea how it is done.
The best solution would be to have a command line interface (so I can do it while remotely logged on via SSH) and supply an URL to some function that finds the stream on the page and downloads it.
Maybe there are already Debian programs that can do this and can be run on a Pi?