Few additionnal information if it can help.... RED5 runs on Debian Etch with .deb provided dl.fancycode.com, with the sun-java5-bin (debian package).
here is my stunnel.conf : ###################################### cert = /etc/ssl/certs/stunnel.pem sslVersion = SSLv3 chroot = /var/lib/stunnel4/ setuid = stunnel4 setgid = stunnel4 pid = /stunnel4.pid socket = l:TCP_NODELAY=0 socket = r:TCP_NODELAY=0 debug = 7 [rtmps] TIMEOUTconnect = 0 accept = 443 connect = 8443 TIMEOUTclose = 0 ###################################### I'd really appreciate some help! >From: "alexandre Chapellon" <[EMAIL PROTECTED]> >Reply-To: Open Source Flash Mailing List <[email protected]> >To: [email protected] >Subject: [osflash] red5 / rtmps with stunnel >Date: Fri, 13 Jul 2007 19:17:09 +0200 > >Hi all, > >I'm actually trying to setup an rtmps video stream. >rtmp in a web page works great on all browsers (well all I have tested!) ; >rtmpt too! >Setting up SSL over rtmp was far more complex and time consuming... >Here I am now: > >I have rtmps working on Firefox / windows > failing on Firefox / linux > failing on IE7 / windows XP > >I have two completly differents errors for the two failing setups: > >- On IE7 / windows, stunnel seems to tell everything is going well but I >never see the Flash plugin popup about security. (I have a popup about >security because of autosigned SSL, but that's all.) > >- On Firefox / Linux stunnel tells me "the peer suddenly disconnected"! >here follow the logs: > >###################################################### >2007.07.13 19:13:25 LOG7[20511:3083531968]: rtmps - https accepted FD=7 >from >21.1.15.2:44167 >2007.07.13 19:13:25 LOG7[20511:3083406256]: rtmps - https started >2007.07.13 19:13:25 LOG7[20511:3083406256]: FD 7 in non-blocking mode >2007.07.13 19:13:25 LOG7[20511:3083406256]: TCP_NODELAY option set on local >socket >2007.07.13 19:13:25 LOG7[20511:3083406256]: FD 8 in non-blocking mode >2007.07.13 19:13:25 LOG7[20511:3083406256]: FD 9 in non-blocking mode >2007.07.13 19:13:25 LOG7[20511:3083531968]: Cleaning up the signal pipe >2007.07.13 19:13:25 LOG6[20511:3083531968]: Child process 20534 finished >with code 0 >2007.07.13 19:13:25 LOG7[20511:3083406256]: Connection from 21.1.15.2:44167 >permitted by libwrap >2007.07.13 19:13:25 LOG5[20511:3083406256]: rtmps - https connected from >21.1.15.2:44167 >2007.07.13 19:13:25 LOG7[20511:3083406256]: SSL state (accept): >before/accept initialization >2007.07.13 19:13:25 LOG3[20511:3083406256]: SSL_accept: Peer suddenly >disconnected >2007.07.13 19:13:25 LOG5[20511:3083406256]: Connection reset: 0 bytes sent >to SSL, 0 bytes sent to socket >2007.07.13 19:13:25 LOG7[20511:3083406256]: rtmps - https finished (0 left) >####################################################### > >Does anyone experienced such behaviour? Is it a RED5 limitation? is there a >workaround? Am I a fool? > >thx. > >_________________________________________________________________ >Personnalisez votre Messenger avec Live.com >http://www.windowslive.fr/livecom/ > > >_______________________________________________ >osflash mailing list >[email protected] >http://osflash.org/mailman/listinfo/osflash_osflash.org _________________________________________________________________ Personnalisez votre Messenger avec Live.com http://www.windowslive.fr/livecom/ _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
