**** 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