[sldev] Added streaming info for Linux, Windows/Mac version needed

Soft soft at lindenlab.com
Thu Mar 26 10:29:16 PDT 2009


On Thu, Mar 26, 2009 at 12:20 PM, Dale Glass <dale at daleglass.net> wrote:
> Hi!
>
> I made a small patch to display the title of the currently playing song in
> the chat log. I only use SL on Linux, so only a gstreamer implementation is
> included so far.
>
> Pretty much all that's needed is to add the required code to
> llmediaimplquicktime.cpp, and then call:
>
> LLMediaEvent event(self, song_title);
> self->getEventEmitter().update( &LLMediaObserver::onMediaTitleChange,
> event);
>
> Criticism of the idea and the implementation would be appreciated.
> Currently I stuck the title announcing code into lloverlaybar.cpp, but
> that's probably not the best place for it.

This is an *awesome* idea - would be great to have this for all platforms!


More information about the SLDev mailing list