[Red5] live source FME or Flix Live
Victor Brunetti
victor_brunetti at yahoo.com.br
Thu Jul 3 07:13:23 PDT 2008
Access Dev Hi-ML,
Excuse my English but I am using the google translator
Were you able to use the MSF with RED5?
What were the changes in the MSF to work with him RED5?
The sound this out of synchrony with the video?
Victor Brunetti
----- Mensagem original ----
De: Access-Dev ML <ml at access-dev.com>
Para: "red5 at osflash.org" <red5 at osflash.org>
Enviadas: Quinta-feira, 3 de Julho de 2008 11:00:00
Assunto: Re: [Red5] live source FME or Flix Live
Hi Victor,
i use FME 2.5 and red 0.7 standalone on Debian Linux
I can expain why but i changed some settings in FME and it s working now..
the sound isnt choppy but there is an awefull lag (about 2-3 seconds) between audio and video
________________________________
Hello,
RED5 + FME (2.5 or 2) [audio + video] do not work properly because the video is choppy.
FME will work perfectly if only uses a video
Already the on2 Flix live works perfectly.
Try using the latest version of red5.
Victor Brunetti
----- Mensagem original ----
De: Access-Dev ML <ml at access-dev.com>
Para: red5 <red5 at osflash.org>
Enviadas: Quinta-feira, 3 de Julho de 2008 5:20:23
Assunto: [Red5] live source FME or Flix Live
Hello,
i ve done some test with flash media encoder 2.5 and Flix Live and i can get any video or sound via these encoders via the oflaDemo sample
If i test on the same machine with the same cam with a flash player source, everything works perfectly but i get a black screen with FME or Flix live source
any ideas ?
Here is my player code :
mycam._width = 640;
mycam._height = 480;
mycam._x = 0;
mycam._y = 0;
client_live = new NetConnection();
client_live.connect("rtmp://myip/oflaDemo");
client_live.onStatus = function (info)
{
trace ("Status de la connection : " + info.code);
if (info.code == "NetConnection.Connect.Success")
{
client_ns = new NetStream(client_live);
client_ns.setBufferTime(5);
mycam.attachVideo(client_ns);
mycam.attachAudio(client_ns);
client_ns.play("webcam");
} // end if
};
And i publish via FME 2.5 with these settings :
FMS url : rtmp://myip/oflaDemo
Stream : webcam (connecting when ok )
When I click start i get this output:
Thu Jul 03 2008 10:19:30 : Primary - Stream Status: Success
Thu Jul 03 2008 10:19:31 : Primary - Stream Status: NetStream.Publish.Start
Thu Jul 03 2008 10:19:31 : Session Started
Thu Jul 03 2008 10:19:33 : Video Encoding Started
Same problem with flix live !
_______________________________________________
Red5 mailing list
Red5 at osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org
________________________________
Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.
________________________________
Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com.
http://br.new.mail.yahoo.com/addresses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20080703/261c2384/attachment.html
More information about the Red5
mailing list