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

Picarto.TV VoDs plugin ? #374

Open CrappyUser opened 10 years ago

CrappyUser commented 10 years ago

So, we do have a plugin for Picarto.TV, but it only works for Live stuff, I'm trying to get it to work for VoDs; I've got this comandline from RTMPDumpHelper:

rtmpdump -r "rtmp://199.189.86.17:1935/vod/" -a "vod/" -f "WIN 13,0,0,206" -W "https://www.picarto.tv/jwplayer/jwplayer.flash.swf" -p "https://www.picarto.tv/live/channel.php?watch=X" -y "X" -o "2014-05-02_X.flv"

The only thing that seems to change from normal livestreams, is -r ".../vod/" and -a "vod/".

Help plez?

athoik commented 10 years ago

Have a look here: https://www.picarto.tv/js/ds.js

Hint: function placeStream

CrappyUser commented 10 years ago

I actually have no idea what I'm doing ◡(•ω•)◡ /shrug lol