From: Steve McMillen <[EMAIL PROTECTED]>
Subject: Re: HELP! - Getting clipinfo from g2slta stream is impossible.

you can extract clipinfo by using the methods:

document.myplayer.GetTitle();
document.myplayer.GetAuthor();
document.myplayer.GetCopyright();

There is a page at http://demos.real.com/tools/clipinfo.htm that does
this.   This puts the clip information in the page when you press the
'compute' button.

You can also get the player to call your javascript code when the title,
author or copyright changes.  This is with the methods
OnTitleChange(title), etc.  Callbacks are tricky though, you should see
the page above for an example.

There are good deails on how all this is done in the
Embedded RealPlayer Extended Functionality Guide at
http://service.real.com/help/library/encoders.html


RealForum wrote:
 >
 > From: "Robert Chalmers" <[EMAIL PROTECTED]>
 > Subject: HELP! - Getting clipinfo from g2slta stream is impossible.
 >
 > If anyone knows different, I'd sure like to hear about it.
 > I've tried everywhich way to have the g2slta stream
 >
 > song:
 > artist:
 > CD_name
 >
 > info extracted from the playing rm file, (or even current spot in the
 > playlist) into a text file, and have come to the conclusion that it can't be
 > done. Which is a real drawback. If it can't be done with g2slta playlist
 > generated streams, then it sure can't be done from a genuine Live stream.
 >
 > If there is anyone out there into the SDK's and knows how to do the above,
 > please contact me.
 > Maybe it can't be done?
 >
 > thanks for any help
 > Bob
 > 

*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to