kaltura / media-server

Kaltura Wowza Media Server
45 stars 22 forks source link

compilation issue on 3.3.7 #230

Open oferch opened 8 years ago

oferch commented 8 years ago

Trying to build version 3.3.7, gives the following: /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:56: error: method st artChunkVideoTS in class LiveStreamPacketizerCupertino cannot be applied to give n types; super.startChunkVideoTS(i1, flag, j1, k1, l1, l2, i2, s1, abyte0 , abyte1, s2, s3, s4, s5); ^ required: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String, String,String,Map<String,Map<String,String>> found: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String,Str ing,String reason: actual and formal argument lists differ in length /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:53: error: method do es not override or implement a method from a supertype @Override ^ /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:62: error: method st artChunkAudioTS in class LiveStreamPacketizerCupertino cannot be applied to give n types; super.startChunkAudioTS(i1, flag, j1, k1, l1, l2, i2, s1, abyte0 , abyte1, s2, s3, s4, s5); ^ required: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String, String,String,Map<String,Map<String,String>> found: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String,Str ing,String reason: actual and formal argument lists differ in length /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:59: error: method do es not override or implement a method from a supertype @Override ^ /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:68: error: method st artChunkTS in class LiveStreamPacketizerCupertino cannot be applied to given typ es; super.startChunkTS(i1, flag, j1, k1, l1, l2, i2, s1, abyte0, aby te1, s2, s3, s4, s5); ^ required: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String, String,String,Map<String,Map<String,String>> found: int,boolean,int,int,int,long,int,String,byte[],byte[],String,String,Str ing,String reason: actual and formal argument lists differ in length /root/media-server/media-server/KalturaWowzaServer/src/main/java/com/kaltura/med ia/server/wowza/packetizer/LiveStreamPacketizerKaltura.java:65: error: method do es not override or implement a method from a supertype @Override

kaltura-hooks commented 8 years ago

Hi @oferch,

Thank for you reporting an issue and helping improve Kaltura!

To get the fastest response time, and help the maintainers review and test your reported issues or suggestions, please ensure that your issue includes the following (please comment with more info if you have not included all this info in your original issue):

    # rpm -qa "kaltura*"
For deb based systems:
    # dpkg -l "kaltura-*"
    # tail -f /opt/kaltura/log/*.log /opt/kaltura/log/batch/*.log | grep -A 1 -B 1 --color "ERR:\|PHP\|trace\|CRIT\|\[error\]"

and paste the output.

For general troubleshooting see: https://github.com/kaltura/platform-install-packages/blob/Jupiter-10.13.0/doc/kaltura-packages-faq.md#troubleshooting-help

If you only have a general question rather than a bug report, please close this issue and post at: http://forum.kaltura.org

Thank you in advance,

oferch commented 8 years ago

My Wowza server is 4.3, is it possible the media server is not compatible with that?

tan-tan-kanarek commented 8 years ago

We're in the process of supporting 4.3, see https://github.com/kaltura/media-server/pull/248.