Wowza Community

Insert Metadata into rtmp-streams, read itemlist before

**** finished****

Description of work request:

A http metadata event adaptor in/for wowza streaming server Version: 3.1.2

Target: insert metadata artist, title and URL into rtmp-streams on wowza over http to different mountpoints.

The http request could be something like this:

“h t t p://ourwowzaserver:Port?artist=URL_encoded_artist&title=URL_encoded_title&URL=url_to_our_website&mountpoint=our_mountpointname”

The metadata in the livestream will be read by a flashplayer using the onMetaData event (see script) .

stream_ns.onMetaData = function(infoObject:Object) {

for (var propName:String in infoObject) {

trace(propName + " = " + infoObject[propName]);

metadata_txt=("Plublishing Datum: " +infoObject.creationdate);

artist_txt=("Artist: " +infoObject.artist);

title_txt=("Titel: " +infoObject.title);

}

Operating System in use:

Windows Server 2008 R2

Wowza-Version: 3.1.2

Additional Software/Network/Integration requirements:

No logging required. No authentication required.

Timescales/Delivery date: asap

Hi,

I can help you with the required functionality and build a module that easily can be added to your Wowza configuration. Contact me on Skype (ID: karelboek) or email to discuss this further.

Kind Regards,

Karel Boek

karel.boek@raskenlund.com

Raskenlund

www.raskenlund.com

I have send you an e-mail about this. I would be able to develop this for you. Based on your username I think we are in the same timezone (I am based in the Netherlands), this will make cooperating a lot easier. Looking forward to hearing from you.