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 582 forks source link

The vlc player is always black #1628

Closed zhangwenwen closed 5 years ago

zhangwenwen commented 7 years ago

I use livestreamer+vlc player to play the live stream(I tried live streams from youtube and twitch.tv),and the player is opened successflly, however the player displayed a black screen with nothing.

I can view the live streams in web browser successfully.

The Terminal outputed:

[cli][info] Found matching plugin twitch for URL https://www.twitch.tv/polkjhbv
[cli][info] Available streams: audio_only, 160p (worst), 360p, 480p, 720p (best)
[cli][info] Opening stream: 720p (hls)
[cli][info] Starting player: /usr/bin/vlc

What are the matters?

Thanks

cdrage commented 7 years ago

@zhangwenwen

This is a friendly reminder that livestreamer has been abandoned by @chrippa

Please use the fork of livestreamer called streamlink located here: https://github.com/streamlink/streamlink

zhangwenwen commented 5 years ago

Thanks