[Red5] java.lang.IncompatibleClassChangeError
lionel breduillieard
lionel.breduillieard at gmail.com
Thu Oct 9 00:11:50 PDT 2008
Of course, that is !
I use that code, but it doesn't work for me, that why I post ;)
thanks
Lionel
2008/10/8 Sascha Sauren <sascha.sauren at googlemail.com>
> have a look at the oflaDemo client
>
> Method: getListOfAvailableFLVs
>
>
> http://code.google.com/p/red5/source/browse/java/example/trunk/oflaDemo/src/applications/demoservice.js
> that is what u whant i supose :)
>
> greetz
> Sascha
>
> 2008/10/8 lionel breduillieard <lionel.breduillieard at gmail.com>
>
>> 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
>>
>>
>> _______________________________________________
>> Red5 mailing list
>> Red5 at osflash.org
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>
>>
>
> _______________________________________________
> Red5 mailing list
> Red5 at osflash.org
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20081009/7fa5fb71/attachment.html
More information about the Red5
mailing list