├── H264_capturer ├── h264framegenerator.cc ├── h264framegenerator.h └── h264videocapturer.h ├── LICENSE ├── README.md ├── Raspberrypi_cross_compile.md ├── Web_client ├── adapter.js ├── img │ ├── phone-answer-gray-th.png │ ├── phone-answer-green-th.png │ ├── phone-hang-up-gray-th.png │ └── phone-hang-up-red-th.png ├── index.html ├── main.css └── main.js ├── big_buck_bunny_4s.264 ├── test.sdp └── webrtc_patch.diff /H264_capturer/h264framegenerator.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/H264_capturer/h264framegenerator.cc -------------------------------------------------------------------------------- /H264_capturer/h264framegenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/H264_capturer/h264framegenerator.h -------------------------------------------------------------------------------- /H264_capturer/h264videocapturer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/H264_capturer/h264videocapturer.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/README.md -------------------------------------------------------------------------------- /Raspberrypi_cross_compile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Raspberrypi_cross_compile.md -------------------------------------------------------------------------------- /Web_client/adapter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/adapter.js -------------------------------------------------------------------------------- /Web_client/img/phone-answer-gray-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/img/phone-answer-gray-th.png -------------------------------------------------------------------------------- /Web_client/img/phone-answer-green-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/img/phone-answer-green-th.png -------------------------------------------------------------------------------- /Web_client/img/phone-hang-up-gray-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/img/phone-hang-up-gray-th.png -------------------------------------------------------------------------------- /Web_client/img/phone-hang-up-red-th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/img/phone-hang-up-red-th.png -------------------------------------------------------------------------------- /Web_client/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/index.html -------------------------------------------------------------------------------- /Web_client/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/main.css -------------------------------------------------------------------------------- /Web_client/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/Web_client/main.js -------------------------------------------------------------------------------- /big_buck_bunny_4s.264: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/big_buck_bunny_4s.264 -------------------------------------------------------------------------------- /test.sdp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/test.sdp -------------------------------------------------------------------------------- /webrtc_patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicotyze/Webrtc-H264Capturer/HEAD/webrtc_patch.diff --------------------------------------------------------------------------------