-
Notifications
You must be signed in to change notification settings - Fork 159
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
Set Webcam position by dockerfile parameter #95
Comments
Seems that this change is not enough because if more users open the webcam seems that is not working they are not placed rightly. |
thanks for this info. think it would be the better choice and eventually more efficient way to go |
There is an easy way to test those changes? like with a browser and add those css/s rules? Because seems that on every new webcam require a new positioning. |
any updates for this? |
no, nobody did commit anything css related until now. Would be great though. |
This put the webcam on top
This move the content above I need to do some tests. I see that using the url generated by the python script those components are misplaced instead accessing as usual they aren't but the url ad the end is the same with some redirect probably. |
And yes changing |
think you took the wrong join url. You need to use the one from the stream not the chat. |
Is your feature request related to a problem? Please describe.
Based on #76 now the webcam is positioned in the center of the slide.
Describe the solution you'd like
A parameter in the dockerfile that let me pick the position or the path of a css file that in injected.
Additional context
Video example: https://video.linux.it/videos/watch/1d1d50ec-51c9-41e9-a29a-f3c86c3e26cd
There is a code that position on top #76 (comment)
Seems that this code:
In line https://github.com/aau-zid/BigBlueButton-liveStreaming/blob/master/stream.py#L176 it is enough but maybe a css file in the repo is another solution if there are some already provided.
The text was updated successfully, but these errors were encountered: