mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Can I use the Apache HTTP server to replace the internal HTTP server? #642

Closed stlobe closed 7 months ago

stlobe commented 7 months ago

I tried to install the Apache server and run the sample code without any reason. Do I need to start the webrtc-streamer binary file and activate port 8000 first?

Thanks

mpromonet commented 7 months ago

Hi @stlobe

I am not sur to understand, you could use whatever HTTP server you like, an example is describe in https://github.com/mpromonet/webrtc-streamer#html-embedding

Best Regards, Michel.

stlobe commented 7 months ago

Oh sorry Michel... I tried installing the Apache server and running the embed sample code, but nothing happened. Do I need to start the webrtc-streamer program first to activate port 8000?

stlobe commented 7 months ago

The code is finally worked on Apache. Thank you Michel