views:

594

answers:

2

Hello guys, I'm new with Red5. I would like to know how can I take a stream from a port (something like this rr.tt.yy.uu:1234) and publish it using Red5. I was looking the oflaDema and the Simple Broadcaster, but this only takes the camera and I need to take the stream. Can you help me please?, may be with an example or a guideline.

Thanks in advance

+1  A: 

well, basically it's netStream.Publish("someName")

Omu
A: 

If its a flash stream you can use the RTMPClient, which is part of red5. If this is an RTSP stream or output from something like an Axis camera then you will need to consume it with something like Xuggler and probably transcode it before trying to access it with red5.

Mondain