youtube does no streaming they do only progressive download .. so you can watch while loading but you cannot seek.
regards sebastian 2007/2/15, Oliver Müller <[EMAIL PROTECTED]>:
thanks for the hints. Port 8088 and 1935 is blocked by my company's firewall so I will need the port 80 solution. I wonder what ports youtube and google video use to stream. Must be port 80 because those services work at my job-pc. Anyone's got more details on using port 80 ? cheers, Olli 2007/2/15, Dan Rossi <[EMAIL PROTECTED]>: > ive looked at proxying in the past to proxy a threaded apache to a php > backend apache, not good bad performance, i think its taxing on dns not > sure. > > > Yoshiaki Kawazu wrote: > > hello. > > > > If your app's uri is rtmp://your-red5.example.com/yourapp/ , > > then change uri to rtmpt://your-red5.example.com:8088/yourapp/ . > > Red5 is listen on 1935(rtmp) and 8088(rtmpt). > > > > If you want to use rtmpt over http port(80), > > try to add this setting to httpd.conf of apache. > > Then, you can connect to red5 by rtmpt://your- red5.example.com/yourapp/ . > > > > # httpd.conf > > # Red5 rtmpt setting > > ProxyPass /open http://your-red5.example.com:8088/open > > ProxyPass /send http://your-red5.example.com:8088/send > > ProxyPass /idle http://your-red5.example.com:8088/idle > > ProxyPass /close http://your-red5.example.com:8088/close > > > > good luck > > > > # sorry, I'm poor speaker of English (^_^; > > > > > > Oliver Müller wrote: > > > >> code snippet would be great. please post it. > >> thanks, > >> Olli > >> > >> 2007/2/14, Dan Rossi <[EMAIL PROTECTED]>: > >> > >>> Oliver Müller wrote: > >>> > >>>> Hi, > >>>> what possibilities do I have to connect through a firewall to my red5 app ? > >>>> I thought of switching to tunneling but had no success. > >>>> Is the proxyType of the NetConnection the key ? > >>>> > >>>> > >>> rtmpt over port 80 ? It defaults to 8080 if you have to chage in your > >>> application properties aswell as the main red5 properties aswell , the > >>> flash 9 player is suppose to do fallbacks but it doesnt i have some > >>> fallback code if needed. > >>> > >>> _______________________________________________ > >>> Red5 mailing list > >>> [email protected] > >>> http://osflash.org/mailman/listinfo/red5_osflash.org > >>> > >>> > >> _______________________________________________ > >> Red5 mailing list > >> [email protected] > >> http://osflash.org/mailman/listinfo/red5_osflash.org > >> > > > > _______________________________________________ > > Red5 mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/red5_osflash.org > > > > > > > _______________________________________________ > Red5 mailing list > [email protected] > http://osflash.org/mailman/listinfo/red5_osflash.org > _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
-- Sebastian Wagner http://www.webbase-design.de http://www.laszlo-forum.de Bleichstraße 92 75173 Pforzheim Tel.: 0177-7341829 Home: 07231-417456 [EMAIL PROTECTED]
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
