bash-tutorial/tutorial/streaming_terminal.org

24 lines
603 B
Org Mode

#+options: toc:nil num:nil author:nil
* 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
#+begin_example sh
mpv https://live0.emacsconf.org/main.webm
#+end_example
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:
#+begin_example sh
mpv https://www.dailymotion.com/video/xrjzlb --no-video
#+end_example
You can check more information about 'mpv' in the manual:
: man mpv
: info mpv