# webrtc_cpp_demo_code **Repository Path**: mengbieting_0/webrtc_cpp_demo_code ## Basic Information - **Project Name**: webrtc_cpp_demo_code - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2025-09-16 - **Last Updated**: 2025-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webrtc demo ## Deps sudo apt install libsdl2-dev ## Build mkdir build && cd build cmake .. make -j4 ## Usage ./bin/pusher "http://localhost:8080/index/api/webrtc?app=live&stream=test&type=push" ./bin/puller "http://localhost:8080/index/api/webrtc?app=live&stream=test&type=play"