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

How to make the operation of the browser page side independent of each other #653

Open
catkinmu opened this issue Feb 23, 2022 · 9 comments
Assignees
Labels
enhancement New feature or request issued This means the ticket is already created on internal issue tracker

Comments

@catkinmu
Copy link

catkinmu commented Feb 23, 2022

Is your feature request related to a problem?

Multiple Unity processes have corresponding pages, but only one WebServer,each page does not affect the other

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@catkinmu catkinmu added the enhancement New feature or request label Feb 23, 2022
@kannan-xiao4
Copy link
Contributor

kannan-xiao4 commented Mar 1, 2022

@catkinmu
Please refer to BidirectionalSample using the private mode of webserver.
https://github.com/Unity-Technologies/UnityRenderStreaming/blob/develop/com.unity.renderstreaming/Documentation~/sample-bidirectional.md

If you want to do the same with that on broadcast, please customize it.

@karasusan
Copy link
Collaborator

@catkinmu
Have you solved your issue?

@catkinmu
Copy link
Author

sorry,I don't know how to develop。I am trying to filter websocket information according to clientId。

@karasusan
Copy link
Collaborator

@catkinmu
Could you tell me more detail your trouble?

@catkinmu
Copy link
Author

catkinmu commented Mar 15, 2022

image
Dingtalk_20220315134138

page1 And page2 receives corresponding mediaStreams
The problem is that page1 and Page2 are the same, they share a media stream. And only page1 can interact, after interaction page1 and Page2 screen the same.
@karasusan

@karasusan
Copy link
Collaborator

How about private mode? the mode parameter set public as default.
https://docs.unity3d.com/Packages/com.unity.renderstreaming@3.1/manual/webapp.html

@catkinmu
Copy link
Author

video sample not working in private。
So I'm just making my own judgment that the connectionId is in ”websocket.onmessage“

@kannan-xiao4
Copy link
Contributor

@catkinmu
We haven't created any samples or WebApp components with that above.
We hope to make a sample like the one above in the future.
Therefore, please customize the sample and use it.

@kannan-xiao4
Copy link
Contributor

memo: URS-428

@kannan-xiao4 kannan-xiao4 added the issued This means the ticket is already created on internal issue tracker label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request issued This means the ticket is already created on internal issue tracker
Projects
None yet
Development

No branches or pull requests

3 participants