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

Plugin for panda.tv ? #1307

Open vidakDK opened 8 years ago

vidakDK commented 8 years ago

The relatively new Chinese streaming site panda.tv has a ton of popularity, could a plugin be added for it? It uses Flash player of course. (Context: My favourite streamer just switched to this platform from Twitch, and I can't record the streams :P)

intact commented 8 years ago

You can try #1241

vidakDK commented 8 years ago

Sorry for ignorance, but I just copied the python script to the plugin folder along with other plugin scripts. Now the message I get is: "No streams found at panda.tv/3332". So as far as I understand, the script is working but stream cannot be found? Do I need to compile the code somehow? (All the other scripts are .pyc except pandatv.py) EDIT: Never mind, it's working!! Problem was in using "source" instead of "best"/"worst" which are available for panda.tv. Thanks!!!

raijintt commented 7 years ago

it gets 403 error sometimes. like Could not open stream: Unable to open URL: http://pl10.live.panda.tv/live_panda/ceb9659d2c67461eeb018b41de82c4c4.flv (403 Client Error: Forbidden)

But u can open the stream with http://pl7.live.panda.tv/live_panda/ceb9659d2c67461eeb018b41de82c4c4.flv

intact commented 7 years ago

You can try https://github.com/intact/livestreamer/blob/add-pandatv-plugin/src/livestreamer/plugins/pandatv.py