You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First it was missing com.googlecode.mp4parser 1.1.8, I went and serached for it and I saw that there is no 1.1.8 - so I changed it do 1.1.9.
This worked,
now I have: while building 1.7.21
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/sequences/DashFileSetSequence.java:[1178,54] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/sequences/DashFileSetSequence.java:[1184,50] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[320,54] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[321,57] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[331,57] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[INFO] 5 errors
I tried it on OSX and Ubuntu 14.04 - same error. Also I've tried compiling com.googlecode.mp4parser and entering it in my own repo.
The text was updated successfully, but these errors were encountered:
First it was missing com.googlecode.mp4parser 1.1.8, I went and serached for it and I saw that there is no 1.1.8 - so I changed it do 1.1.9.
This worked,
now I have: while building 1.7.21
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/sequences/DashFileSetSequence.java:[1178,54] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/sequences/DashFileSetSequence.java:[1184,50] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.sequences.DashFileSetSequence
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[320,54] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[321,57] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[ERROR] /Users/samek/Downloads/dashencrypt-dash.encrypt-1.7.21/dash.fragmencrypter/src/main/java/com/castlabs/dash/dashfragmenter/representation/AbstractRepresentationBuilder.java:[331,57] cannot find symbol
symbol: variable Base64
location: class com.castlabs.dash.dashfragmenter.representation.AbstractRepresentationBuilder
[INFO] 5 errors
I tried it on OSX and Ubuntu 14.04 - same error. Also I've tried compiling com.googlecode.mp4parser and entering it in my own repo.
The text was updated successfully, but these errors were encountered: