2012/2/22 John Paul Morrison <[email protected]>: > I'm not sure what the callbacks are expected to return (or how to "cast" the > type [_] returned by server.execute() to unit) but ignore() it all works.
Good job, that's the right solution. > Anyway, very cool stuff - beats fiddling with vlc bugs and crashes anyway. Always a pleasure to hear this :) > Are there any hooks for accessing/logging the input stream metadata? Or > asynchronously changing the output metadata? Off the top of my head, there is no builtin capability, but that shouldn't be necessary: adding a on_metadata() or store_metadata() node on top of your HTTP input should fit your needs. Have fun, -- David ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
