Answer the question
In order to leave comments, you need to log in
How can I organize WEB RTC communication on JavaFX on Raspbery pi?
The problem is as follows. It is
necessary to organize two-way video communication via WEBRTC
On Raspberry pi 2, a JavaFX application starts in kiosk mode, people work with it and can open video chat at any time.
The problem is that Chromium, launched manually in kiosk mode, works, transmits and receives video, sound , Everything is fine
sudo -u pi /usr/bin/chromium-browser --noerrdialogs --kiosk https://meet.jit.si/habrahabr
String cmd = "sudo -u pi /usr/bin/chromium-browser --noerrdialogs --kiosk "+current.getRtcUrl();
Runtime.getRuntime().exec(cmd);
Note that the default configuration of JavaFX on the Raspberry Pi does not use X11. Instead JavaFX works directly with the display framebuffer and input devices. So you should not have the X11 desktop running when starting JavaFX.
Answer the question
In order to leave comments, you need to log in
run linphone and not engage in frank nonsense - drag heavy desktop software to a single-board
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question