inherit
208976
0
May 6, 2014 23:50:31 GMT -8
hollowichi1931
2
May 2014
hollowichi1931
|
Post by hollowichi1931 on May 6, 2014 22:40:50 GMT -8
There are several people on my Forum who livestream with Twitch.tv, and it would be cool if they could watch the stream without having to open up the website. It also serves as an easy way to check if that person is online or offline.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on May 6, 2014 23:22:57 GMT -8
Outdated Information: Proboards has since added twitch.tv as an official option in the available video embedders and twitch has updated their default player so the information in this post is outdated and no longer accurate There are several people on my Forum who livestream with Twitch.tv, and it would be cool if they could watch the stream without having to open up the website. It also serves as an easy way to check if that person is online or offline. Since Proboards video supports video not only by site but also by generic type this can actually be accomplished without a plugin, although a bit convoluted... - grab the embed code of the video you wish to embed in a Proboards post
- You'll then need to extract some info from that embed code in order to create an url that Proboards video will recognize. I'll use the following game feed as an example
I've highlighted the data in that embed code that we'll use to create an url
- Take the "movie" value and add a "?" at the end then add the "flashvars" value
http://www.twitch.tv/widgets/live_embed_player.swf?hostname=www.twitch.tv&channel=tsm_dyrus&auto_play=true&start_volume=25
- In order to get Proboards to recognize it as a type of format it supports we add a dummy param of _=.mp4 giving us a final url of
http://www.twitch.tv/widgets/live_embed_player.swf?hostname=www.twitch.tv&channel=tsm_dyrus&auto_play=true&start_volume=25&_.mp4
which we then take and input that into the (insert video) function on Proboards. That will give you the following video code [video src="http://www.twitch.tv/widgets/live_embed_player.swf?hostname=www.twitch.tv&channel=tsm_dyrus&auto_play=true&start_volume=25&_=.mp4"][/video]
Edit: I just noticed that the example stream I used says 5 hours so might be expired by the time you read this so here is a screen shot
|
|
inherit
208976
0
May 6, 2014 23:50:31 GMT -8
hollowichi1931
2
May 2014
hollowichi1931
|
Post by hollowichi1931 on May 6, 2014 23:37:01 GMT -8
Thank you so much
|
|