Code Monkey home page Code Monkey logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
In red5 final new Mina library is used. So change ByteBuffer to IoBuffer in 
java 
sources and recompile.

Original comment by [email protected] on 2 Jul 2009 at 9:33

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
maru, thanks for your support, I can't find the place to make the replacement. 
can 
you please be more specific about exactly where to make the replace?
regards,

Original comment by [email protected] on 2 Jul 2009 at 11:46

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
hello cjr, i have the same problem the file is RTMPUser.java, and that is 
here:WEB-
INF\classes\org\red5\server\webapp\sip, 

i think this is the file.

hi maru, i changed the import line and others, but i have one problem, how can 
i 
recompile the project, when i load the project in eclipse i need a lot of 
libraries, 
and that libraries are not in the source, when i checkout the project,

i downloaded that libraries, and add to the project, but i need the last one: 
org.springframework.context.ApplicationContextAware

i don´t know where i can find that package, 

another thing, where is IoBuffer?, i have an error when i change ByteBuffer to 
IoBuffer

thankyou

jaime

Original comment by [email protected] on 2 Jul 2009 at 6:02

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
jaime, I agree with you, but now:
I can't compile, error:
package org.apache.mina common does not exist
any ideas?

Original comment by [email protected] on 2 Jul 2009 at 7:45

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
all libs are in your red5 server folder.
Libs you need: red5.jar, /lib/slf4j-api-1.5.6.jar, 
/lib/spring-context-2.5.6.jar", 
lib/spring-core-2.5.6.jar, lib/mina-core-2.0.0-M6.jar, 
lib/jcl-over-slf4j-1.5.6.jar


Remove org.apache.mina.common.ByteBuffer import, use 
org.apache.mina.core.buffer.IoBuffer instead.

Original comment by [email protected] on 2 Jul 2009 at 11:32

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I forgot about external libs. Download also JMF library: 
http://java.sun.com/javase/
technologies/desktop/media/jmf/2.1.1/download.html

Original comment by [email protected] on 2 Jul 2009 at 11:43

from red5phone.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I'm very close to make it.
only a few errors when compile, here come's the first one:
RTMPUser.java:100: warning: [unchecked] unchecked conversion
found   : org.red5.io.utils.ObjectMap
required: org.red5.io.utils.ObjectMap<java.lang.String,java.lang.String>
ObjectMap< String, String > map = (ObjectMap) 
notify.getCall().getArguments()[0];

so, how can I fix this?
any ideas will be appreciated,
regards,

Original comment by [email protected] on 3 Jul 2009 at 1:12

from red5phone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.