-
Notifications
You must be signed in to change notification settings - Fork 378
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
Embedding Video #176
Comments
|
The chapter ID is the number in the highlight URL. (Highlights will have a \c\ in the URL) For example: http://www.twitch.tv/george/c/3043797 the For past broadcasts (/b/ in the url) you need to use |
|
Thank you. It works. I also have a question about fullscreen. I add the parameter "allowFullScreen=true" to stream url and I have http://www.twitch.tv/widgets/live_embed_player.swf?channel={CHANNEL}&allowFullScreen=true |
|
That might only work as a param on an object. On Tue, Feb 11, 2014 at 10:35 PM, khoi342 notifications@github.com wrote:
|
|
Hi :) What is the Archive id you have to use? I want to show the Past Broadcasts on my Website |
For streams, I use this url: http://www.twitch.tv/widgets/live_embed_player.swf?channel={CHANNEL} , and it works.
So I try to do this for Videos: http://www.twitch.tv/widgets/archive_embed_player?channel={CHANNEL}&chapter_id={CHAPTER_ID} but it doesn't work.
And where can I get CHAPTER_ID?
Thanks a lot.
The text was updated successfully, but these errors were encountered: