i tried setting this up but the build fails claiming it cant find the custom filename generator class even though its there.

<bean id="streamFilenameGenerator"
     class="CamsFilenameGenerator">
   <property name="recordPath" value="${recordPath}" />
   <property name="playbackPath" value="${playbackPath}" />
   <property name="dateFormat" value="${dateFormat}" />
</bean>

amFilenameGenerator' defined in ServletContext resource [/WEB-INF/red5-web.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: com/package/CamsFilenameGenerator (wrong name: com/package/CamsFileNameGenerator)

Dan Rossi wrote:
for filenames ?

i guess u can do it yourself in the method, you place this inside your red5 application adaptor. Why would you want to do that though ?

John Kirby wrote:
Joachim -

Great thank you.

What about extending this to allow only a specific file or group of files. In otherwords create a filter?


Joachim Bauch said the following:
Hi,

I just finished another tutorial that describes how custom
directories can be used for streams in Red5. Read it online at
http://www.joachim-bauch.de/tutorials/red5/HOWTO-StreamCustomDirectories.txt
or in the "docs" directory inside the repository.

As usual, feedback is welcome...

Joachim

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


--
/Whether you think that you can, or that you can't, you are usually right./
 - Henry Ford
------------------------------------------------------------------------

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

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

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

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

Reply via email to