[Red5] rtmpt question

Daniela Remogna daniela at docebo.com
Wed Feb 21 10:40:44 EST 2007



>>this  worked for me:

>>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).

ok.
>>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/ .

but I don't have apache..... :(

Daniela Remogna



>># 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




2007/2/21, Tom Krcha <tomkrcha at gmail.com>:
> Maybe someone from devs will know. Because I also stopped IIS before
> changing configuration. And same bad result.
>
>
> 2007/2/21, Daniela Remogna <daniela at docebo.com >:
> >
> >
> >
> >
> > >>The problem is maybe that you can't have running any other service 
> > >>using
> port 80 on same IP address(machine/server).
> > >>I also want to solve this. Any idea?
> >
> > No, because before to change red5's configuration I have stopped IIS
> service running on port 80
> > and I also tryed on an other server where there isn't any service 
> > running
> on port 80.
> >
> >
> > >>Thanks.
> >
> > >>Tom
> >
> >
> > 2007/2/21, Daniela Remogna <daniela at docebo.com>:
> > >
> > >
> > > Hi :-)
> > > If I want to use rtmp with tunneling, I have to use rtmpt protocol,
> isn't it?
> > >
> > > So, I have to change the configuration of conf/red5.properites file in
> this way:
> > >
> > > rtmp.host_port = 0.0.0.0:1935
> > > http.host = 0.0.0.0
> > > http.port = 5080
> > > rtmpt.host = 0.0.0.0
> > > rtmpt.port = 80 // I have changed this port
> > > debug_proxy.host_port = 1936
> > > proxy_forward.host_port = 127.0.0.1:5080
> > >
> > > Then I restart Red5 and from Flash I use this code:
> > >
> > > nc.connect("rtmpt://server:80/application");
> > >
> > > from localhost it works, instead from a remote server no.
> > >
> > > Maybe I forgot something....
> > > Help?
> > >
> > > Regards,
> > > Daniela Remogna
> > >
> > >
> > >
> > >
> > >
> > >
> > > _______________________________________________
> > > 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 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
>
>


-- 
Viele Grüße,
Olli

_______________________________________________
Red5 mailing list
Red5 at osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org 




More information about the Red5 mailing list