You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build and install libwebsockets (at least v4.1 is required):
git clone https://github.com/warmcat/libwebsockets.git --branch v4.1-stable --depth 1
mkdir -p libwebsockets-build
cd libwebsockets-build
cmake -DLWS_WITH_GLIB=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr ../libwebsockets
make -j4
sudo make install
cd -
Build application:
git clone https://github.com/WebRTSP/MinimalReStreamer.git --recursive
mkdir -p MinimalReStreamer-build
cd MinimalReStreamer-build
cmake ../MinimalReStreamer
make -j4
cd -
Run application: cd MinimalReStreamer && ../MinimalReStreamer-build/MinimalReStreamer