when using 0.3 to make my own app with videos i did this..

I created a new folder called myDemo in hosts / __default__ / apps and inside was my streams folder and app.xml

app.xml said this....

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
    <bean id="myService" class="org.red5.server.example.DemoService" singleton="true" />
</beans>

in my flash document to connect and get list I used the follow

var nc:NetConnection = new NetConnection;
nc.connect("rtmp://meanwhile.luton.ac.uk:1936/myDemo");
var ns:NetStream = new NetStream(nc);

function catchVideos()
{
this.nc.call("myService.getListOfAvailableFLVs", res);
}

The folder for storing streams now seems to be webapps and contains lots more files inside a WEB-INF file ?
Is there a demo on how to do what I did in 0.3 in 0.5 ?

I am getting somewhere fiddling about - just seems very different :(

Thanks
Adam



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to