bash-tutorial/tutorial/streaming_terminal.org

24 lines
603 B
Org Mode
Raw Normal View History

2022-07-18 14:23:28 +02:00
#+options: toc:nil num:nil author:nil
2022-07-03 21:06:29 +02:00
* 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