Hi,

Im actually working on a video guest book. So its a simple application 
but it has a security issue. People can broadcast their videos without 
limitations.
Sure, i limit it in the client, but thats not secure, because its easy 
to write according clients (guestbooks have only minimal authentication).
So i cant restrict the size of the recorded video, so i have to restrict 
the duration that can be maximal recorded.
The best way of doing this is serverside. So i onBroadcastStart i create 
a new ScheduleOnceJob called StreamKillerJob.
The only arguments i have available at this time is the StreamService or 
the BroadcastStream itself.
If i only use the stream itself, it wouldn't be unregistered (according 
the sourcecode in StreamService).
But to unregister it with in the StreamService i need the Stream id.

How can i access this Id in the onBroadcastStart?

cu nomIad

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

Reply via email to