after a while beeing connected over port 80 the server throws the following error:
[ERROR] 11383488 btpool0-4:( log.invoke0 ) /send/1/470: java.lang.NullPointerException any ideas? cheers, olli 2007/2/15, Dan Rossi <[EMAIL PROTECTED]>: > google video can seek, ive actually been trying to mimick its scrub bar > which seems to pause the video first when clicking the thumb then > unpaused when its unlifted and the scrub bar moved. > > Oddly enough though its http ! They just spit out the video from the > server in a protected area with their key protected script > > /videotranscript?frame=c&docid=6456434646&type=list > http://video.google.com/videoplay?docid=633636364463664 > > /videodownload?version=0&secureurl=encyrptedgarbageoftheurlwhichseemstobejustencodedhere&sigh=_2GK_zZgQ9CdoD77-VN-Q1GoxcA&begin=0&len=798979680&docid=376853312798798649481476 > > [snipped] HTTP/1.0 200 OK > Last-Modified: Sun, 04 Feb 2007 21:44:16 GMT > Content-Type: video/x-flv > Content-Disposition: attachment; filename=thevideo.flv > Content-Length: 289167574 > Date: Thu, 15 Feb 2007 22:17:47 GMT > Server: GFE/1.3 > Connection: keep-alive > > Sebastian Wagner wrote: > > 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 > >> > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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
