Eric Qian

Results 11 comments of Eric Qian

I encountered the same issue. Had to follow the [official docs](https://github.com/pikvm/ustreamer/blob/master/docs/h264.md#server-setup) to mitigate the compiling errors of `make WITH_JANUS=1`: ``` ln -s /opt/janus/include/janus /usr/include/janus ``` and ``` sed \ --in-place...