vote up 1 vote down star
1

We are currently working on a Flex application that needs to connect to a set a traffic detection cameras via RTSP. Being totally new to the world of video streaming in general, I was wondering if that is possible.

AFAIK it is not possible to consume an RTSP feed in the Flash player, so I'm thinking that we would need some sort of a converter on the server that takes the RTSP stream and converts it to RTMP so we can consume the feed in our Flex app. We were hoping that Red5 could helps us do that.

Am I correct in my assumption and has anyone done this?

flag

56% accept rate

5 Answers

vote up 1 vote down

You could try restreaming it via Red5 and connecting your Flex app to the Red5 server.

Read more at: http://red5wiki.com/wiki/SteamStream

link|flag
vote up 1 vote down

Wowza Media seems to support RTSP to RTMF converting: http://www.wowzamedia.com/comparison.html

And there is also general video stream transcoder Xuggle http://www.xuggle.com/ based on Red5 and FFMPEG.

link|flag
vote up 0 vote down

Red5 is fine, especially now with xuggle support (allows for off the shelf integration of FFMPEG) which provides great integration with red5 (ie. great tutorial on doing live stream conversion etc).

link|flag
vote up 0 vote down

If you're familiar with programming in flex or whatever it takes to bring it into a swf, then you could try and implement rtsp-over-tcp, AFAIK udp isn't available in flash.

link|flag
vote up 0 vote down

Christophe, did you achieved this functionality? I'm trying to do the same thing

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.