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

[slideslive.com] add support #2680

Closed
susnak opened this issue Apr 3, 2014 · 6 comments
Closed

[slideslive.com] add support #2680

susnak opened this issue Apr 3, 2014 · 6 comments

Comments

@susnak
Copy link

@susnak susnak commented Apr 3, 2014

Here is an example video (+slides)
https://slideslive.com/38891225/tri-urovne-motoriky

@susnak
Copy link
Author

@susnak susnak commented Apr 3, 2014

I have found this code snippet in the webpage source which contains directly a youtube video code (externalMediaID), but I guess their player is able to play video from different sources.

var playerRequiredParameters = {
playerPath: "//d2ygwrecguqg66.cloudfront.net/assets/Player_5_THC-70ce1e5ead496b3126c5309b56c9f075.swf",
videoType: 98,
hasVideo: "true",
hasSlides: "true",
presentationID: "38891225",
internalMediaType: "YOUTUBE",
internalMediaID: "H_TXnKQ2pBU",
externalMediaType: "YOUTUBE",
externalMediaID: "SM45wcmVg2o",
isPaid: "false",
secureProtocol: "true",
lastUpdated: "1396565784",
startSlide: 1,
startTime: 0,
html5: 0
};

@phihag
Copy link
Contributor

@phihag phihag commented Apr 4, 2014

Would downloading the YouTube video be sufficient here?

@susnak
Copy link
Author

@susnak susnak commented Apr 4, 2014

All videos I have checked so far (around 10) was from youtube, but I will investigate more.

@phihag
Copy link
Contributor

@phihag phihag commented Apr 4, 2014

Sorry, that's not what I meant. I meant: is having only the YouTube video (and not the slides) sufficient?

@susnak
Copy link
Author

@susnak susnak commented Apr 4, 2014

I guess. I mean it would be nice to have the slides too, but the time synchronization will be lost in any case, right?

@pabs3
Copy link

@pabs3 pabs3 commented Oct 9, 2017

I noticed that a request like this is enough to get the Youtube watch parameter:

$ curl -s 'https://slideslive.com/38902354?demo=false' -H 'Accept: application/json, text/javascript, */*; q=0.01' -H 'X-Requested-With: XMLHttpRequest'
@dstftw dstftw closed this in d0f2d64 Oct 10, 2017
@ytdl-org ytdl-org deleted a comment from PeterTheOne Oct 1, 2019
@ytdl-org ytdl-org locked as spam and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.