Hi all, The StreamProvider class does not have the ability to return IOChannels when we are requesting one for an RTMP playpath. What's to be done for RTMP that isn't done for HTTP?
I tried like this but something isn't working for me. But play path gets available only when getstream is called from play. So what can be done in such a situation? FILE *newin = fopen(_playpath.c_str(), "r+b"); _conn.reset(new tu_file(newin, true)); The getstream function returns _conn _conn->write(...,...); was used to write Is this the right approach or any modifications need to be done? -- georgethomas111
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

