Lyu Keun Chang
Lyu Keun Chang
It seems that the libs files themselves cannot be used. It seems that compiler options, necessary library files, and header files used during compilation must be provided at once to...
What I talked about in [the issue](https://github.com/kclyu/rpi-webrtc-streamer/issues/73#issuecomment-478216256) meant to include a multi-stage build in the dockerfile. (Since I am not familiar with the docker file syntax yet, the example below...
The name of the Dockerfile should be Dockerfile.RwsBuild.
I will check the codec_specific_info parameter deleted from the Encode function and commit it.
The answer is a lot late. There are currently some repos that provide WebRTC library, but it does not supports the arm build . Even if it provides an arm...
It was already over a year and I was planning to update it. However, there is an issue that has not yet been fixed, so I have not yet been...
It's like a typo that can be distinguished even if you're not an expert. I am also not an expert. ^^ Thanks for pointing out.
1.1) It looks like you need to add / after np2. ``` http://192.168.200.1:8887/np2/ ``` 1.2) The attempt to connect with wss seems to be using dns. This seems to require...
1.2) To use webrtc in brower you need javascript. /opt/rws/web-root/np2/js is the javascirpt used by np2. 4,5) The webrtc bandwidth may vary depending on the situation (network transmission speed, or...
The rootfs created with build_rootfs.sh is not supposed to use root permission. Currently, it is supposed to sudo in build_rootfs.sh if necessary. If you look inside the code, the screen...