LivestreamBuddy

Gj232

New Member
Looks very cool and helpful
Smiley_Ayla.gif


It seems to be a bit glitchy at the moment, but once its polished up a bit I could definitely see myself using this.
I'll be awaiting future updates.
 

satanicminnow1

New Member
Very cool. However, the CPU usage is out of control. It was using ~40% of my i7 920! You should look into that. Other than that, nice tool!
 

TuFFrabit

New Member
Thanks.

I've got a major update on the way in the next few days. Performance improvements and some cool features. You will be able to update your stream's game and title from the app.
 

TuFFrabit

New Member
New version is up. I had to punt on this one. You can see channel info now, updating is coming in the near future. I didn't want anybody to wait on the performance improvements any longer.
 

TuFFrabit

New Member
New version... v0.5.5 Beta

https://sourceforge.net/projects/livestreambuddy/

Code:
LivestreamBuddy version 0.5.5 Beta
https://sourceforge.net/projects/livestreambuddy/

Changes:
- Autosuggest for the game and stream title textboxes
- Can now update stream titles/games that you do not own (still have to be an editor)
- Can now run commercials

--- version 0.5.4 Beta ---

Fixes:
- Closing the application before disconnecting no longer leaves the process running.

Changes:
- Added channel/stream title and game updating ability
- Added Help "system"
- Switched the chat windows to a RTF control.  Pretty colors!

--- version 0.5.3 Beta ---

Fixes:
- Found and fixed a race condition when disconnecting and reconnecting.

Changes:
- New UI for twitch auth
- New UI for channel/stream info

--- version 0.5.2 Beta ---

Changes:
- Connection, login, channel join, and viewer retrieval status notifications
- Improved overall connection stability
- General performance optimizations

--- version 0.5.1 Beta ---

Changes:
- Switched to use a more reliable twitch.tv IRC URL

--- version 0.5.0 Beta ---

This is the initial release of this software.

General features:
- Allows twitch/justin chat interation
- Provides a channel viewer list and count
- Very basic giveaway/random picker feature
 

TuFFrabit

New Member
When are you getting that error? Is there any other information that accompanies it?

I should mention you need .NET 4.5 to run this.
 

TuFFrabit

New Member
New version... v0.5.6 Beta

https://sourceforge.net/projects/livestreambuddy/

Code:
LivestreamBuddy version 0.5.6 Beta
https://sourceforge.net/projects/livestreambuddy/

Changes:
- Clicking on web links in the chat window will now open a browser for you.

Fixes:
- Error popup when typing in the stream title or game fields.  Auto suggest bug.

--- version 0.5.5 Beta ---

Changes:
- Can now update stream titles/games that you do not own (still have to be an editor)
- Added auto suggest for the stream title and game fields.
- Can now run commercials

--- version 0.5.4 Beta ---

Fixes:
- Closing the application before disconnecting no longer leaves the process running.

Changes:
- Added channel/stream title and game updating ability
- Added Help "system"
- Switched the chat windows to a RTF control.  Pretty colors!

--- version 0.5.3 Beta ---

Fixes:
- Found and fixed a race condition when disconnecting and reconnecting.

Changes:
- New UI for twitch auth
- New UI for channel/stream info

--- version 0.5.2 Beta ---

Changes:
- Connection, login, channel join, and viewer retrieval status notifications
- Improved overall connection stability
- General performance optimizations

--- version 0.5.1 Beta ---

Changes:
- Switched to use a more reliable twitch.tv IRC URL

--- version 0.5.0 Beta ---

This is the initial release of this software.

General features:
- Allows twitch/justin chat interation
- Provides a channel viewer list and count
- Very basic giveaway/random picker feature
 

saigonwheat

New Member
just a quick question. I have my Username and password entered. In the Channel section, do I need to do something specifically like #(insert username) or what?
 

TuFFrabit

New Member
saigonwheat said:
just a quick question. I have my Username and password entered. In the Channel section, do I need to do something specifically like #(insert username) or what?

You need to put the twitch channel you want to join in the Channel section. The software won't do anything if you leave that blank.

kasatka60 said:
Add the Russian's encoding.
Thank you in advance

Hmmm... that should be already working. Everything is in Unicode. I'll check it out.
 

TuFFrabit

New Member
New version... v0.5.7 Beta

https://sourceforge.net/projects/livestreambuddy/

Code:
LivestreamBuddy version 0.5.7 Beta
https://sourceforge.net/projects/livestreambuddy/

Changes:
- Switched from the built-in .Net WebBrowser control to GeckoFx.  Yields lower memory usage and behaves better with the Twitch Web API.

Fixes:
- Auto suggest memory leak.
- Multibyte characters now work in the chat.  (Switched from system default encoding to UTF-8 for the IRC client)

--- version 0.5.6 Beta ---

Changes:
- Clicking on web links in the chat window will now open a browser for you.

Fixes:
- Error popup when typing in the stream title or game fields.  Auto suggest bug.

--- version 0.5.5 Beta ---

Changes:
- Can now update stream titles/games that you do not own (still have to be an editor)
- Added auto suggest for the stream title and game fields.
- Can now run commercials

--- version 0.5.4 Beta ---

Fixes:
- Closing the application before disconnecting no longer leaves the process running.

Changes:
- Added channel/stream title and game updating ability
- Added Help "system"
- Switched the chat windows to a RTF control.  Pretty colors!

--- version 0.5.3 Beta ---

Fixes:
- Found and fixed a race condition when disconnecting and reconnecting.

Changes:
- New UI for twitch auth
- New UI for channel/stream info

--- version 0.5.2 Beta ---

Changes:
- Connection, login, channel join, and viewer retrieval status notifications
- Improved overall connection stability
- General performance optimizations

--- version 0.5.1 Beta ---

Changes:
- Switched to use a more reliable twitch.tv IRC URL

--- version 0.5.0 Beta ---

This is the initial release of this software.

General features:
- Allows twitch/justin chat interation
- Provides a channel viewer list and count
- Very basic giveaway/random picker feature
 

TuFFrabit

New Member
Is anybody actually using this software? I ask because I plan on being dang near feature complete for the next beta release. After that I will be doing a major UI overhaul. I'd like design input from any active users. Please post suggestions for what you'd like to see with a major redesign.
 

TuFFrabit

New Member
New version... v0.5.8 Beta. This is the last update until after I finish the UI overhaul.

https://sourceforge.net/projects/livestreambuddy/

Code:
LivestreamBuddy version 0.5.8 Beta
https://sourceforge.net/projects/livestreambuddy/

Changes:
- Channel field auto suggest
- Very basic identity manager (replaces the current username and password fields).  This will be expanded in the future.
- View stream ability
- No more soul sucking WinForms RTF.  All replaced with custom GeckoFX (embedded firefox) controls.

--- version 0.5.7 Beta ---

Changes:
- Switched from the built-in .Net WebBrowser control to GeckoFx.  Yields lower memory usage and behaves better with the Twitch Web API.

Fixes:
- Auto suggest memory leak.
- Multibyte characters now work in the chat.  (Switched from system default encoding to UTF-8 for the IRC client)

--- version 0.5.6 Beta ---

Changes:
- Clicking on web links in the chat window will now open a browser for you.

Fixes:
- Error popup when typing in the stream title or game fields.  Auto suggest bug.

--- version 0.5.5 Beta ---

Changes:
- Can now update stream titles/games that you do not own (still have to be an editor)
- Added auto suggest for the stream title and game fields.
- Can now run commercials

--- version 0.5.4 Beta ---

Fixes:
- Closing the application before disconnecting no longer leaves the process running.

Changes:
- Added channel/stream title and game updating ability
- Added Help "system"
- Switched the chat windows to a RTF control.  Pretty colors!

--- version 0.5.3 Beta ---

Fixes:
- Found and fixed a race condition when disconnecting and reconnecting.

Changes:
- New UI for twitch auth
- New UI for channel/stream info

--- version 0.5.2 Beta ---

Changes:
- Connection, login, channel join, and viewer retrieval status notifications
- Improved overall connection stability
- General performance optimizations

--- version 0.5.1 Beta ---

Changes:
- Switched to use a more reliable twitch.tv IRC URL

--- version 0.5.0 Beta ---

This is the initial release of this software.

General features:
- Allows twitch/justin chat interation
- Provides a channel viewer list and count
- Very basic giveaway/random picker feature
 

TuFFrabit

New Member
Ok, so I lied. 0.5.8 isn't the final release before the UI overhaul. It's twitch's fault though. They changed their IRC authentication process. Broke my stuff... lamers.

New version... v0.5.9 Beta. This is the last update until after I finish the UI overhaul (for realz this time).

https://sourceforge.net/projects/livestreambuddy/

Code:
LivestreamBuddy version 0.5.9 Beta
https://sourceforge.net/projects/livestreambuddy/

Changes:
- Chat will now display emoticon images.  This has the potential to be resource intensive on slower machines.  You can disable it by running LivestreamBuddy with the -noemote flag.

Fixes:
- Stuck on "Joining Chat...".  Twitch changed their IRC authentication process.  LivestreamBuddy now mirrors that change.

--- version 0.5.8 Beta ---

Changes:
- Channel field auto suggest
- Very basic identity manager (replaces the current username and password fields).  This will be expanded in the future.
- View stream ability
- No more soul sucking WinForms RTF.  All replaced with custom GeckoFX (embedded firefox) controls.

--- version 0.5.7 Beta ---

Changes:
- Switched from the built-in .Net WebBrowser control to GeckoFx.  Yields lower memory usage and behaves better with the Twitch Web API.

Fixes:
- Auto suggest memory leak.
- Multibyte characters now work in the chat.  (Switched from system default encoding to UTF-8 for the IRC client)

--- version 0.5.6 Beta ---

Changes:
- Clicking on web links in the chat window will now open a browser for you.

Fixes:
- Error popup when typing in the stream title or game fields.  Auto suggest bug.

--- version 0.5.5 Beta ---

Changes:
- Can now update stream titles/games that you do not own (still have to be an editor)
- Added auto suggest for the stream title and game fields.
- Can now run commercials

--- version 0.5.4 Beta ---

Fixes:
- Closing the application before disconnecting no longer leaves the process running.

Changes:
- Added channel/stream title and game updating ability
- Added Help "system"
- Switched the chat windows to a RTF control.  Pretty colors!

--- version 0.5.3 Beta ---

Fixes:
- Found and fixed a race condition when disconnecting and reconnecting.

Changes:
- New UI for twitch auth
- New UI for channel/stream info

--- version 0.5.2 Beta ---

Changes:
- Connection, login, channel join, and viewer retrieval status notifications
- Improved overall connection stability
- General performance optimizations

--- version 0.5.1 Beta ---

Changes:
- Switched to use a more reliable twitch.tv IRC URL

--- version 0.5.0 Beta ---

This is the initial release of this software.

General features:
- Allows twitch/justin chat interation
- Provides a channel viewer list and count
- Very basic giveaway/random picker feature
 

Sw1tch

New Member
Hey I'm using your plugin but it just says "Getting viewer list" but it doesnt display their names. I'm really looking for a chat substitute that I can use on my alternate monitor along with showing new viewers. A bonus would be highlighting "new" viewers that just tuned in or making a quiet noise to let you know they just joined.
 

Helixia

Member
Sw1tch said:
Hey I'm using your plugin but it just says "Getting viewer list" but it doesnt display their names. I'm really looking for a chat substitute that I can use on my alternate monitor along with showing new viewers. A bonus would be highlighting "new" viewers that just tuned in or making a quiet noise to let you know they just joined.

I got the same problem.
BTW is it able to pop out your chat and set it always on top?
I'm streaming on one monitor so that would be handy ;).
 
Top