gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Getting the IOChannel working for RTMP


From: strk
Subject: Re: [Gnash-dev] Getting the IOChannel working for RTMP
Date: Mon, 22 Mar 2010 22:22:13 +0100

On Tue, Mar 23, 2010 at 02:04:15AM +0530, George Thomas wrote:

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

Ehm.... I'm afraid you're counting way too much on tu_file class.
No, that's not the right approach, the whole O part of IOChannel
was never used and never implemented either.

You may want to impement your IOChannel subclass for RTMP.

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html




reply via email to

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