Hi,

Related to this thread, is there a way that by using
RTMPClient, someone could create a stream publisher ?
(the equivalent of stream.publish() in actionscript)

(Lets suppose that one knows how to realtime encode to
 video, like flash does it itself, i dont know even if
this is possible)

I mean, one problem that i faced recently was to push
video from an IP Camera to red5, this ip camera has no
flash player corespondent (no directshow filter, no
video source driver) so i had to develop a directshow
filter based on the PushSource from PlatformSDK, it
was really hell to do it.

If i knew how to create java applications using red5
api that would take the stream from the ip camera and
push it to red5, the problem wouldnt have been so
huge, and so windows only.

It took over 2 months to develop a directshow filter,
coded in c++ with win32 api, starting from no previous
knowledge of directshow.

Now we have 12 directshow ip filters, for each camera,
for each ip, that are seen as web cameras by the
publisher swf file. We have to instantiate 12 flash
applications to have 12 live streams published, on a
computer dedicated only for this.

Its something very hard to imagine.

BUT only if we could push that video stream data from
something else than flash applications (like :) from a
java applicaiton)


--- Joachim Bauch <[EMAIL PROTECTED]> wrote:

> Hi Moreno,
> 
> Moreno Balcon schrieb:
> [...]
> > I' m interesting to implement a client with RTMP
> and i see the 
> > SimpleClient class, but it don't
> > work for me. I see that connectionOpened is called
> with RTMPConnection 
> > null.
> > Someone have the same problem ?
> 
> you should better use
> "org.red5.server.net.rtmp.RTMPClient" instead of
> the SimpleClient:
>
http://dl.fancycode.com/red5/api/org/red5/server/net/rtmp/RTMPClient.html
> 
> Joachim
> 
> > _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
> 



 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to