gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] Getting the IOChannel working for RTMP


From: George Thomas
Subject: [Gnash-dev] Getting the IOChannel working for RTMP
Date: Tue, 23 Mar 2010 02:04:15 +0530

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]