[Red5] java.lang.IncompatibleClassChangeError
lionel breduillieard
lionel.breduillieard at gmail.com
Wed Oct 8 07:41:31 PDT 2008
Hello
I'm using red5 0.7, and I try to get some recorded FLV on my server
i do something like this
flvs = scope.getResources("streams"+conn.getScope().getContextPath()+
"/*.flv");
for(int i = 0, nb=flvs.length; i < nb; i++)
{
Resource flv = flvs[i];
File file = flv.getFile();
}
the "File file = flv.getFile();" throw an exception, caused by:
java.lang.IncompatibleClassChangeError
Can you help me, guys ?
Or do you know a better way to retrieve recorded streams ?
thanks
Lionel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20081008/5fc19a68/attachment.html
More information about the Red5
mailing list