Hi Maxim,

I was testing if Openmeetings really needs the JAudioTagger Library.
>From my point of view by removing it from red5/lib
and modifying red5-common.xml: Remove Line 207 till 215
<!-- Use injection to set the keyframe cache for MP4 files -->
    <bean id="mp4reader.impl" class="org.red5.io.mp4.impl.MP4Reader"/>

    <!-- Use injection to set the keyframe cache for MP3 files -->
    <bean id="mp3reader.impl" class="org.red5.io.mp3.impl.MP3Reader">
        <property name="frameCache">
            <ref bean="keyframe.cache"/>
        </property>
    </bean>

By doing that Red5 boots without error, and I think it has no effect to
Openmeetings.
Could you verify that?
Do you have an idea how we could build that into our build skript for the
modifications on the red5-common.xml file?

Sebastian

-- 
Sebastian Wagner
https://twitter.com/#!/dead_lock
http://www.openmeetings.de
http://www.webbase-design.de
http://www.wagner-sebastian.com
[email protected]

Reply via email to