Hi Ken, 2013/5/24 Ken Restivo <[email protected]>: > I am now on 1.1.1. > > on_metadata sees only this coming from the input.http: > > { > "source_url": "http://localhost:8000/stream", > "vendor": "Xiph.Org libVorbis I 20100325 (Everywhere)" > } > > Not any of the icy-stuff. > > Is this intentional, a bug, or do I have something misconfigured?
The icy- metadata are provided stream-wide so they are not relayed in each track. You can however catch them using input.harbor's on_connect callback. The function passed to this argument will receive these and other info as its argument when a new source connects to the harbor. Hope this helps, Romain ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
