Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video streaming #23

Closed
AT181903 opened this issue Jun 27, 2023 · 1 comment
Closed

Video streaming #23

AT181903 opened this issue Jun 27, 2023 · 1 comment

Comments

@AT181903
Copy link

AT181903 commented Jun 27, 2023

I'm trying to use video streaming, but it doesn't work. Other users don't receive it. (Audio streaming works)

EDIT: also screen streaming doesn't work

EDIT2: It seems that in ATON.photon.js the second parameter of _Photon.socket.on('UVIDEO') is empty

@phoenixbf
Copy link
Owner

phoenixbf commented Jul 3, 2023

Hi,
the UVIDEO event is an internal Photon event for transmission of video chunks (typically webcam or screen sharing) in a collaborative session, and it's still experimental feature. You can experiment this via Hathor front-end when logged in, using webcam or screen sharing buttons from collaborative popup (colored icon): just tested and it seems they are working fine.
A drop-down menu for selection of input device is still missing (eg. two or more cameras) but will be soon introduced, as well as examples.

Can you please provide more details?

If you are looking for transimssion of custom data, check out: https://aton.ispc.cnr.it/apidoc/client/Photon.html#.fireEvent and https://aton.ispc.cnr.it/apidoc/client/Photon.html#.on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants