I have done a small update tonight and wrote up a new page for the site. This new page will display a list of people who have set their Twitch or Youtube address in their profile. It will also tell you if someone is live on Twitch.
For the "(Online)" indicator to work, you need to have your Twitch channel properly set in the UserCP, the correct formatting is this:
Your channel only, not profile or anything else. I've done my best to code in detections if people forget things like http or https, but there's only so much I can check for.
Link: https://www.gamingonlinux.com/index.php?module=video
I will look to see if I can add an online indicator for Youtube livestreams too. On top of that I will look to add other services like hitbox and whatever is popular for Linux gamers to view and stream on.
I have an idea on how to show only people who are online and streaming right now, but that's phase 2 of the roll-out as I have to get it correct.
This is just a small feature, but for those of you looking for something new to watch, I hope it's helpful.
If you have suggestions, let me know. It's very much a WIP, so keep that in mind.
Ps. If you don't want to be listed, you can simply remove your links from your profile at any time.
For the "(Online)" indicator to work, you need to have your Twitch channel properly set in the UserCP, the correct formatting is this:
Quotehttps://www.twitch.tv/gamingonlinux
Your channel only, not profile or anything else. I've done my best to code in detections if people forget things like http or https, but there's only so much I can check for.
Link: https://www.gamingonlinux.com/index.php?module=video
I will look to see if I can add an online indicator for Youtube livestreams too. On top of that I will look to add other services like hitbox and whatever is popular for Linux gamers to view and stream on.
I have an idea on how to show only people who are online and streaming right now, but that's phase 2 of the roll-out as I have to get it correct.
This is just a small feature, but for those of you looking for something new to watch, I hope it's helpful.
If you have suggestions, let me know. It's very much a WIP, so keep that in mind.
Ps. If you don't want to be listed, you can simply remove your links from your profile at any time.
Some you may have missed, popular articles from the last month:
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
I'm not a dev, but re: YouTube a quick search turned up potentially:
[https://stackoverflow.com/questions/32454238/how-to-check-if-youtube-channel-is-streaming-live](https://stackoverflow.com/questions/32454238/how-to-check-if-youtube-channel-is-streaming-live)
Also, I know it's not really a big deal, but I wonder if it's worth sweetening the deal for Patreon / GoL Supporters by doing something as simple as, say, putting all the supporters on the first page of results together? ;)
[https://stackoverflow.com/questions/32454238/how-to-check-if-youtube-channel-is-streaming-live](https://stackoverflow.com/questions/32454238/how-to-check-if-youtube-channel-is-streaming-live)
Also, I know it's not really a big deal, but I wonder if it's worth sweetening the deal for Patreon / GoL Supporters by doing something as simple as, say, putting all the supporters on the first page of results together? ;)
0 Likes
Also, re: Hitbox:
[https://stackoverflow.com/questions/38539751/code-always-shows-livestream-as-offline](https://stackoverflow.com/questions/38539751/code-always-shows-livestream-as-offline)
There's an API URL there that should be returning JSON to parse through.
I'm actually leaning a lot towards YouTube for streaming now over Twitch or Hitbox just because it lets me upload at much higher than 3.5Mbps - I've got a 50/10 line, so I can stream at 9Mbps for 1080p60 to YouTube and they transcode on the fly for viewers who don't have that kind of bandwidth on the downstream. I actually have friends who are able to watch me just fine on a 1Mbps line at 360p30. :D
And of course, it automatically can do the whole VoD thing the moment you're done streaming, which is handy.
[https://stackoverflow.com/questions/38539751/code-always-shows-livestream-as-offline](https://stackoverflow.com/questions/38539751/code-always-shows-livestream-as-offline)
There's an API URL there that should be returning JSON to parse through.
I'm actually leaning a lot towards YouTube for streaming now over Twitch or Hitbox just because it lets me upload at much higher than 3.5Mbps - I've got a 50/10 line, so I can stream at 9Mbps for 1080p60 to YouTube and they transcode on the fly for viewers who don't have that kind of bandwidth on the downstream. I actually have friends who are able to watch me just fine on a 1Mbps line at 360p30. :D
And of course, it automatically can do the whole VoD thing the moment you're done streaming, which is handy.
1 Likes, Who?
Apparently there are quite a few links that are not valid or not actually YouTube. You should do some validation.
Some promotion for high quality YouTube channels would be nice. Maybe Linux gaming related videos could be featured in an article once in a while?
Also unrelated, but would you consider renaming User CP to something like Control Panel? The acronym is not really that well known or unambiguous.
Some promotion for high quality YouTube channels would be nice. Maybe Linux gaming related videos could be featured in an article once in a while?
Also unrelated, but would you consider renaming User CP to something like Control Panel? The acronym is not really that well known or unambiguous.
0 Likes
Hey, I found myself! Neat. I keep meaning to try out this whole "livestreaming" thing sometime, maybe I should get around to actually doing it soon.
Last edited by Philadelphus on 14 Jan 2017 at 10:12 pm UTC
Last edited by Philadelphus on 14 Jan 2017 at 10:12 pm UTC
0 Likes
Nice. Already found a couple of streamers I've been meaning to follow. I'll have to setup a notifier of some sort as well.
I actually never watched a gaming livestream before checking out a GOL stream one Friday. You know, "Why would I want to watch others play games when I could be playing myself" or something. I'll still get the hell out if I think there'll be spoilers to games I want to experience myself, but I've found it pretty fun otherwise, especially if there's some nice banter between the streamer and the peanut gallery. I don't even seem to mind if the game isn't exactly my cup of tea.
Last edited by tuubi on 14 Jan 2017 at 1:04 pm UTC
I actually never watched a gaming livestream before checking out a GOL stream one Friday. You know, "Why would I want to watch others play games when I could be playing myself" or something. I'll still get the hell out if I think there'll be spoilers to games I want to experience myself, but I've found it pretty fun otherwise, especially if there's some nice banter between the streamer and the peanut gallery. I don't even seem to mind if the game isn't exactly my cup of tea.
Last edited by tuubi on 14 Jan 2017 at 1:04 pm UTC
1 Likes, Who?
Suggestions
First show the live streams
Make a team on Twitch twitch.tv/team/gamingonlinux
First show the live streams
Make a team on Twitch twitch.tv/team/gamingonlinux
0 Likes
Okay I've updated the page with some URL sanity checks. It will check for missing www. and https:// and add them in if missing.
I have updated the UserCP to check if people miss the actual Youtube URL and tell them to do it properly.
This should stop a lot of broken links for the weird combinations everyone has been using.
I have updated the UserCP to check if people miss the actual Youtube URL and tell them to do it properly.
This should stop a lot of broken links for the weird combinations everyone has been using.
1 Likes, Who?
Page updated again, I've moved the "(Online)" bit out of the directory. Anyone who is online will be shown at the top in a box by itself.
1 Likes, Who?
Another update, it will now list the game a person is streaming on Twitch if they have it set on their channel at the time :)
1 Likes, Who?
Hi liamdawe, could be nice to be able to have language and style category.
0 Likes
Hi liamdawe, could be nice to be able to have language and style category.Style? Youre gonna need to explain that one a bit.
0 Likes
Hi liamdawe, could be nice to be able to have language and style category.Style? Youre gonna need to explain that one a bit.
i think he means channel style.
like:
Gameplay videos
Lets Plays
Reviews
Benchmarks
Wine Gaming
so on
0 Likes
Hey Liam,
I just wanted to add my twitch channel to my profile but I can't cause the system keeps telling me "That is not a correct Youtube URL format, please use a correct URL like: https://www.youtube.com/gamingonlinux."
But I don't have a youtube channel and didn't want to add one. Maybe you did something wrong in your sanity checks (like always checking the youtube field, not only if it is not empty ?) Would be cool to fix that ;)
I just wanted to add my twitch channel to my profile but I can't cause the system keeps telling me "That is not a correct Youtube URL format, please use a correct URL like: https://www.youtube.com/gamingonlinux."
But I don't have a youtube channel and didn't want to add one. Maybe you did something wrong in your sanity checks (like always checking the youtube field, not only if it is not empty ?) Would be cool to fix that ;)
0 Likes
Oh dear, fixed!
0 Likes
See more from me