Hi,
I am very new to red5 and Java. Anyhow, I found it easy to get into it. First of all, thank you all to making this job!!! My Background: I have a website, where users can upload their flv videos and share them with the community. So I need an "on demand"-server. The client should be able to stream small preview pieces of large flv files by giving start and stop positions. Now my question: I used the oflaDemo for my purposes and made some modifications on it. The netStream works very well. When I call "onMetaData" in the flash client, there returns some info like "duration" and "fps" and all. 1. What does the netStream.play(filename) call on the server, because I haven't got any function for that in my application? 2. Where is the procedure on the server that sends the metadata? 3. And how can I call it from my java Server-Side-Application? 4. Can you point me a direction, how I can change the streaming progress to start streaming at a specific time position and stop after a while? (Using the Metadata?) Maybe I am not skilled enough to do that all, but I can learn it (when somebody shows me where I can start). For now I even dont know where the stream is exactly handled on the red5 and how I can change it... Thank you very very much for helping and for working open source!!! Regards, Jascha _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
