chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 585 forks source link

How could I change the title of VLC ? #966

Open adrianmak opened 9 years ago

adrianmak commented 9 years ago

baidushurufa_2015-6-24_8-28-31

I used VLC client for playing livestream.com live stream. How do I change the title to a more meaning text, say the name of a live stream

ghost commented 9 years ago

More informations are available here: #807 #194

ghost commented 9 years ago

Edit config file [VLCRC] to change the title.

VLCRC file:

# Change title according to current media
input-title-format=TITLE

title

banditkroot commented 9 years ago

You can try : livestreamer -p "vlc --input-title-format Your_title_here" streamurl

ghost commented 9 years ago

Confirmed. Works as expected.

livestreamer "http://livestream.com/[...]" best -p "C:\Program Files\Video\VLC\vlc.exe --input-title-format TITLE"