Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No plugin for piczel.tv #1205

Open
ketsuban opened this issue Feb 2, 2016 · 2 comments
Open

No plugin for piczel.tv #1205

ketsuban opened this issue Feb 2, 2016 · 2 comments

Comments

@ketsuban
Copy link

ketsuban commented Feb 2, 2016

Yet another livestreaming site which offers little to distinguish it from everything else that isn't Twitch. Sigh.

URLs look like this: https://piczel.tv/watch/{username}
It seems to use JWPlayer under the hood, but the Javascript is minified and I haven't the patience to work through and figure out how they Rubik's-Cube the stream URL together.

@rbong
Copy link

rbong commented Feb 17, 2016

Running it and keeping an eye on the developer console reveals get requests from "https://piczel.tv:8083/stream_{id}/stream_{id}/manifest.mpd". The id is padded with 0s to 5 characters. Media files listed in the mpd file are concatenated into a stream. This is MPEG-DASH streaming.

According to #223, MPEG-DASH isn't supported yet. Maybe I misunderstand. I've made a plugin skeleton for grabbing the ID in a branch of my fork.

I also formatted the minified player and tried to read through it a bit. It appears to make mention of an HLS stream. No idea how to get this URL.

@intact
Copy link
Contributor

intact commented Oct 31, 2016

You can try #1534

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants