Hi guys, I'm trying to make an application on red5 to accomplish this goals: - I'm receiving an internet stream, I'm using Adobe Video Encoder and ffmpeg to encode it in .flv in real-time - While I'm encoding in real-time I want to stream it to my clients
It seems that my problem wouldn't be a problem if I could to seem the streams in a swf (with netconnection & netstream, the problem is that netstream, I think, only acepts Camera objects as arguments....) I've read the red5 code in the past few days, and I have a couple of questions As far as I understood the ApplicationAdapter class executes the methods ScropeUtils.getScopeService so it can extract the StreamableFileServi and then the FLVService and the the FLV file... Want i didn't understand is how, issuing the play method, it starts sending packets (the method play only accepts an IPlayListItem...) Sorry about my explanation, I'm a bit confused :) My questions are: 1. How can I change the red5 code so it streams flv files in real-time (while the file is being encoded by the Adobe video encoder) ? 2. How can I make "look like live streaming?" (when it reaches the end of the FLV file, reloads it from the hard-drive it seeks to the past position) Tks in advance, Ze Maria
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
