[Red5] trunk on remote server rtmp problem
Lenny Sorey
lrsorey at gmail.com
Tue Jun 26 15:43:58 EDT 2007
Andi,
Wow, you are the first person to tell me this.
I just had this checked by a third party and Nathan Johansen's Updated
flvdemo player.html <http://red5.fatdot.com/npj_demo.html> *(rtmp)*
operated without any problems. All videos displayed. Strange that only rtmp
would not run
on your system.
If I find a solution for the streamingserver I will be sure to let you know.
Likewise, if you discover anything useful
I would appreciate a shout back.
Good Luck.
Regards,
Lenny
**
On 6/26/07, ap <a at url.de> wrote:
>
> lenny,
>
> i am eternally grateful for your continued support. heres the results from
> my side:
>
> Nathan Johansen's Updated flvdemo player.html<http://red5.fatdot.com/npj_demo.html>
> *(rtmp)*
> unfortunately the connection fails, this is from the log:
> (785) Connections: true | true
> (10355) connected?: true
> (11456) NetConnection.onStatus:
> level = error
> code = NetConnection.Connect.Failed
>
> John Grden's FLVPlayer.html <http://red5.fatdot.com/FLVPlayer.html> *(rtmpt)
> - A Flex FLV Player (same videos)
> ***basically works, but playback is extremely jerky regardless of what
> video is chosen.
> this looks/sounds to me like its using an extremely low netstream buffer
> length on the client side, at least from my limited experience.
>
> Streaming Server Example <http://red5.fatdot.com/tv1.html> *(rtmpt)
> *this plays as well, but with only like 1 fps or something. audio is also
> hanging about every few seconds. the pauses between clips are very long
> (like 15 seconds). i recon that this is the time needed to buffer the next
> item in the stream. btw i saw some of that code in the svn respository but i
> had a hard time building it - work in progress i guess.
>
> for all these, local bandwidth should not be a problem, i am on a 2mbit
> line here and http 'streaming' of videos is ususally flawless.
>
> so, results are not not really encouraging. i have yet to dive into fms to
> make sure this is not related to the videos itself or the client code.
>
> thanks, and dont worry about your nose, its fine!
>
> andi
>
> ps i am testing all this on a mac with flash player version 9.0.28 (debug)
>
>
> Lenny Sorey schrieb:
>
> Andi,
>
> Take a look a this url:
>
> http://red5.fatdot.com/
>
> Click on Nathan Johansen's Updated flvdemo player.html<http://red5.fatdot.com/npj_demo.html>
> * (rtmp)*
> to see which videos are available (Video trailers, Live recording, etc),
> These have
> time and also you can set the buffering as well. This is a Flash example
>
> The next is John Grden's FLVPlayer.html<http://red5.fatdot.com/FLVPlayer.html>
> *(rtmpt) - A Flex FLV Player (same videos)
> *
> The last item is Streaming Server Example<http://red5.fatdot.com/tv1.html>
> *(rtmpt) - *This is what I have been working on recently.
> I am displaying the video as 640 X 480. And I wouldn't click on the Full
> Screen as this will currently
> cause RED5 to throw up. Also, sometimes on the Transformer and Spiderman
> Video clips, the audio
> goes into either full speed or the famous stuttering at pretty much the
> same place in the video every time.
> In the Live recording from RED5 (yep, that's me. Didn't know my nose was
> so big !! :), it appears that
> either Flex or RED5 (I am not sure yet) does not know that the end of the
> video has been reach and
> does not roll over to the next video. These are just a few of some
> unresolved items I have encountered
> with server streaming. And I really now think that I also have some
> buffering issues in this app as well.
>
> By the way, I like your name for your player. Sofa_Player.swf!! : )
>
> Regards,
>
> Lenny
>
>
>
>
> On 6/26/07, ap <a at url.de> wrote:
> >
> > lenny,
> >
> > thanks for your reply! i have experienced audio dropouts only with
> > netstream buffer sizes below 0.3 seconds (really short, i believe the
> > default is even 0.1 seconds). the problem i have is that the client
> > buffer runs out since the server is not delivering enouhg data. you can
> > see that on http://dev.ikbis.com:5080/sofa/sofa_player.swf (buffer
> > length is displayed).
> >
> > it does seem to be dependent on the clip playing (longer ones do seem to
> > behave better).
> >
> > thanks,
> >
> > andi
> >
> > Lenny Sorey schrieb:
> > > Andi,
> > >
> > > The serverstream stuttering is a known problem, especially
> > > if you go to full screen video.
> > >
> > > I belive this problem has been registered in red5.jira.
> > >
> > > I will check this again and let you know.
> > >
> > > So, basically you can see your remote video but
> > > the audio is stuttering.
> > >
> > > Port 1936 is for if you are using a proxy.
> > >
> > > Regards
> > >
> > > Lenny
> > >
> > >
> > > On 6/26/07, *ap* <a at url.de <mailto: a at url.de>> wrote:
> > >
> > > lenny,
> > >
> > > yes, i have opened 5080 and 1935. the latest stable release 0.6.2of
> > > red5 is running fine (well, apart from my serverstream stuttering
> > > problem) on that same machine. thats why i am really baffled.
> > > whats port
> > > 1936 used for?
> > >
> > > andi
> > >
> > > Lenny Sorey schrieb:
> > > > Andi,
> > > >
> > > > Have you opened the appropriate ports on your remote machine?
> > > >
> > > > 5080
> > > > 1935
> > > > 1936 (if needed)
> > > >
> > > >
> > > > On 6/26/07, *ap* < a at url.de <mailto:a at url.de > <mailto: a at url.de
> > > <mailto: a at url.de>>> wrote:
> > > >
> > > > hi,
> > > >
> > > > i have installed trunk on a remote machine, but rtmp
> > > connects fail.
> > > > trunk on mylocal machine runs just fine.
> > > >
> > > > on connection attempts (oflaDemo) i get the following in the
> > > > server log:
> > > > [java] [INFO] 2007-06-26 09:34:23,182 main:(
> > > > org.mortbay.log.invoke
> > > > ) Started SelectChannelConnector @ 216.182.225.169:5080
> > > < http://216.182.225.169:5080>
> > > > < http://216.182.225.169:5080>
> > > > [java] [INFO] 2007-06-26 09:34:23,184 main:(
> > > > org.red5.server.Standalone.main ) Startup done in: 12108 ms
> > > > [java] [DEBUG] 2007-06-26 09:34:32,443
> > > > SocketAcceptorIoProcessor-0.0:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.sessionCreated )
> > > > Session created
> > > > [java] [INFO] 2007-06-26 09:34:32,503 pool-3-thread-1:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > >
> > > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>>
> > )
> > > > [/62.96.75.69:49473]
> > > > OPENED
> > > > [java] [INFO] 2007-06-26 09:34:32,597 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > >
> > > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>
> > )
> > > > [/62.96.75.69:49473]
> > > > RECEIVED: HeapBuffer[pos=0 lim=1536 cap=1536: 00 ...
> > > > [java] [DEBUG] 2007-06-26 09:34:32,598 pool-3-thread-2:(
> >
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.messageReceived )
> > > > messageRecieved
> > > > [java] [DEBUG] 2007-06-26 09:34:32,598 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.rawBufferRecieved)
> > > > Handshake
> > > > 2nd phase
> > > > [java] [DEBUG] 2007-06-26 09:34:32,598 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.rawBufferRecieved)
> > > > handshake
> > > > size:1536
> > > > [java] [INFO] 2007-06-26 09:34:32,605 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > <http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>
> > > > <http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>> )
> > > > [/62.96.75.69:49473]
> > > > WRITE: HeapBuffer[pos=0 lim=3073 cap=3073: 03 ...
> > > > [java] [INFO] 2007-06-26 09:34:32,616 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > >
> > > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>
> > )
> > > > [/62.96.75.69:49473]
> > > > SENT: HeapBuffer[pos=0 lim=3073 cap=3073: 03 ...
> > > > [java] [DEBUG] 2007-06-26 09:34:32,617 pool-3-thread-2:(
> >
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.messageSent )
> > > messageSent
> > > > [java] [DEBUG] 2007-06-26 09:34:32,617 pool-3-thread-2:(
> > > > org.red5.server.net.rtmp.BaseRTMPHandler.messageSent )
> > > Message sent
> > > > [java] [INFO] 2007-06-26 09:34:32,813
> > > > SocketAcceptorIoProcessor-0.0:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > <http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>
> > > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>> )
> > > > [/62.96.75.69:49473]
> > > > CLOSE
> > > > [java] [INFO] 2007-06-26 09:34:32,815 pool-3-thread-3:(
> > > > org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > <http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>
> > > > <http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info
> > <http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>
> > > < http://org.red5.server.net.rtmp.RTMPMinaIoHandler.info<http://org.red5.server.net.rtmp.rtmpminaiohandler.info/>>>
> > )
> > > > [/62.96.75.69:49473]
> > > > CLOSED
> > > >
> > > > oflaDemo writes
> > > > (2091) Connections: true | true
> > > > (13227) connected?: true
> > > > (16274) NetConnection.onStatus :
> > > > level = error
> > > > code = NetConnection.Connect.Failed
> > > >
> > > > anyone have a clue of whats going on here?
> > > >
> > > > many thanks,
> > > >
> > > > andi
> > > >
> > > >
> > > > _______________________________________________
> > > > Red5 mailing list
> > > > Red5 at osflash.org <mailto: Red5 at osflash.org>
> > > <mailto:Red5 at osflash.org <mailto: Red5 at osflash.org>>
> > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >
> > > >
> > > >
> > >
> > ------------------------------------------------------------------------
> > > >
> > > > _______________________________________________
> > > > Red5 mailing list
> > > > Red5 at osflash.org <mailto: Red5 at osflash.org>
> > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > >
> > >
> > >
> > > _______________________________________________
> > > Red5 mailing list
> > > Red5 at osflash.org <mailto:Red5 at osflash.org>
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > <http://osflash.org/mailman/listinfo/red5_osflash.org >
> > >
> > >
> > >
> > ------------------------------------------------------------------------
> > >
> > > _______________________________________________
> > > Red5 mailing list
> > > Red5 at osflash.org
> > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > >
> >
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
>
> ------------------------------
>
> _______________________________________________
> Red5 mailing listRed5 at osflash.orghttp://osflash.org/mailman/listinfo/red5_osflash.org
>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20070626/efa4b017/attachment-0001.htm
More information about the Red5
mailing list