WebRTSP / ReStreamer

Media URLs ReStreamer and Cloud DVR
GNU General Public License v3.0
32 stars 6 forks source link

Embed web client into snap package #35

Closed sam-cmyk closed 1 year ago

sam-cmyk commented 1 year ago

I am trying to embed my own webpage into the snap package because I cannot use the source files because of hardware limitations(Ubuntu 18.04) and the only thing that seems to work is the rtsp-to-webrtsp-snap package. I was wondering if there is any other way than developing my own snap application to embed the webpage of my choice?

Any suggestions are welcomed! Thanks a lot!

RSATom commented 1 year ago

I'm thinking about add ability put custom www files near config file and add related option into config. Then there will be no need to create separate snap to get custom UI.

sam-cmyk commented 1 year ago

Woah! That will be really great, thank you so much!

RSATom commented 1 year ago

I hope to do it before Monday, but don't want to promise.

sam-cmyk commented 1 year ago

Okay, that should not be a problem. This is really nice and helpful of you, thanks!

RSATom commented 1 year ago

@sam-cmyk you can try snap package from edge channel. You will need to change www-root in config file

sam-cmyk commented 1 year ago

Thank you so so much! It works all well, I was able to successfully embed my web client into this and it worked like a charm. Thank you so much for all your help!