Replies: 11 comments 3 replies
-
it got fixed after making maven point to Javac version 1.11 |
Beta Was this translation helpful? Give feedback.
-
however, it runs into this error at runtime |
Beta Was this translation helpful? Give feedback.
-
ls -l target/classes/io/antmedia/ shows that the starter.class is available. |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
nm - changing Javac point to 1.11 fixed the issue |
Beta Was this translation helpful? Give feedback.
-
Whats the best way to verify that its working. I tried below but there are no streams showing up on the dashboard (0 for both liveapp and webrtcapp), not much output in console log or error log to confirm its working, the terminal output is pasted below (I am running server and webrtc test on the same Linux machine) ./run.sh -f test.mp4 -m publisher -n 10 -l 0 -v -r -s 192.168.20.173
|
Beta Was this translation helpful? Give feedback.
-
Here is attempt-2 with 2.5.3 after stop and start of service (this time no filelock exceptions but it still does not look like webrtctest publishers have worked - same terminal output as before for run.sh with publisher mode) undefined++/ :+//:-. �[0m 2023-05-08 09:27:32,483 [main] INFO o.r.spring.Red5ApplicationContext - setApplicationContext: org.springframework.context.support.FileSystemXmlApplicationContext@4032d386, started on Mon May 08 09:27:32 EDT 2023 2023-05-08 09:27:32,553 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from the specified file : '/usr/local/antmedia/conf/quartz.properties' |
Beta Was this translation helpful? Give feedback.
-
Hello there, |
Beta Was this translation helpful? Give feedback.
-
I am now using antmedia EE. Publisher mode works fine and i can see non-zero stream count under Live stream count for WebRTCAppEE. However, the player is mode is throwing errors. Server, publisher and player are running on the same machine. May be this is due to lack of SSL setup on my local machine (http://192.168.20.173:5080/WebRTCAppEE/ throws a pop up that asks for SSL installation and failure to open camera/mic with unsecure context) ./run.sh -m player -n 5 -s 192.168.20.173 -u false
|
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
webrtc-test repo how to build? I did mvn install and ran into the below error. I am using java 11
--- maven-compiler-plugin:3.8.1:compile (default-compile) @ webrtctest ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/Logitech/bl/webrtc-test/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] javac: invalid flag: --release
Usage: javac
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.750 s
[INFO] Finished at: 2023-05-07T14:44:46-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project webrtctest: Compilation failure
[ERROR] javac: invalid flag: --release
[ERROR] Usage: javac
Beta Was this translation helpful? Give feedback.
All reactions