Does anyone have any experience using the drag and drop flash components with Red5? From what I can tell when I put in the URL to my flv vod stream (ex: rtmp://server/app/folder/file), the component makes a connect to server/app/folder instead of server/app and tries to play flv:file. I determined it works if I remove "folder" from the equation and just put file in the root of the streams directory but that setup doesn't work for my needs. 

Being that the folder should be set as the scope when the component connects to the server I'm thinking maybe I can try to intercept the play method, check if it is trying to play a file similar to flv:file, and if so using what is in the scope for the connection do an addItem to the playlist and automatically return the correct file. 

Normally I would try all this first but being that the flv components are pretty common, I thought maybe someone has went through this before and would have a less ugly workaround.

Thanks!

--Dan--

---------------------------


Word: pro·gram·mer

Function: noun

Date: circa 1890

Definition: A machine that turns caffeine into code.



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

Reply via email to