bash-tutorial/tutorial/streaming_terminal.org

603 B

Streaming from terminal

To watch a stream use video player such as 'mpv' or 'vlc' that supports streaming And pass the streaming address as argument to the name of the media player

  mpv https://live0.emacsconf.org/main.webm

Let's say that you want to remove the image from a vide and only listen then audio. You can use arguments in 'mpv', like this:

  mpv https://www.dailymotion.com/video/xrjzlb --no-video

You can check more information about 'mpv' in the manual:

man mpv
info mpv