Errors during RTSP playback

c0ff75

New Member
Hello,
I tries to test Flashphoner with our cams. But afeter connection I have a lot of following messages in the server log instead of video in my browser:

23:40:38,705 WARN annelUpstreamHandler - New I/O worker #37 EXCEPTION, please implement com.flashphoner.C.B.exceptionCaught() for proper handling.
java.lang.IllegalArgumentException: invalid version format: モE￰7�K￷￯￴↓ᅠY튜ホ%J|メ
at org.jboss.netty.handler.codec.http.HttpVersion.<init>(HttpVersion.java:102)
at org.jboss.netty.handler.codec.rtsp.RtspVersions.valueOf(RtspVersions.java:47)
at com.flashphoner.C.A.D.createMessage(Unknown Source)
at org.jboss.netty.handler.codec.http.HttpMessageDecoder.decode(HttpMessageDecoder.java:189)
at com.flashphoner.C.A.E.decode(Unknown Source)
at com.flashphoner.C.A.E.decode(Unknown Source)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:502)
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:487)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:91)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:373)
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:247)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

What's is wrong ?

VLC works fine with these cams.

Best regards,
Eugeny
 

Max

Administrator
Staff member
Hello
Try to add this line in flashphoner.properties
Code:
rtsp_interleaved_mode=false
and do
Code:
service webcallserver restart
 
Top