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 server over HTTPS #141

Open
gxomalis opened this issue May 24, 2024 · 0 comments
Open

video server over HTTPS #141

gxomalis opened this issue May 24, 2024 · 0 comments

Comments

@gxomalis
Copy link

Hey there!
I'm on ROS 2 Humble and my web app is on https. Is there any way I can make web_video_server stream the image topics over https/ssl instead of http so i can use them inside my https web app?

This is how I use web_video_server inside my web app:

<mat-tab-group>
          <mat-tab label="RGB Camera">
            <img class="img-fluid" [style.width.px]="getWidthOfDiv()" [style.height.px]="getWidthOfDiv()/2"
            src="http://localhost:8080/stream?topic=/stereo/left/image_rect_color_out1_high"> 
            </mat-tab>
          <mat-tab label="Depth Camera">
             <img class="img-fluid" [style.width.px]="getWidthOfDiv()" [style.height.px]="getWidthOfDiv()/2"
            src="http://localhost:8080/stream?topic=/stereo/depth"> </mat-tab>
        </mat-tab-group>

I can't find any useful resources to help me make this happen. Is this possible at all?
Thanks in advance!

@gxomalis gxomalis added the bug label May 24, 2024
@bjsowa bjsowa added enhancement and removed bug labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants