Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == Jetson Articles == | ||
* [https://medium.com/@monoclechris/secureboot-and-encrypted-rootfs-nvme-on-jetson-orin-41d3356d7922 Secure Boot and Encrypted RootFs] | |||
[ | == Rockchip Repos == | ||
* [https://github.com/MonocleSecurity/RockchipPlayer Rockchip Video Player] | |||
[[ | == Monocle Articles == | ||
* [https://medium.com/@monoclechris/setting-up-monocle-security-nvr-server-and-client-on-windows-43208d5e634d Setting up Monocle Security NVR Server and Client on Windows] | |||
* [https://medium.com/@monoclechris/nvidia-jetson-cameras-and-nvr-ce974f423d7b NVidia Jetson ONVIF RTSP CCTV Camera and NVR with Monocle] | |||
* [https://medium.com/@monoclechris/raspberry-pi-onvif-cctv-camera-and-nvr-91c0dd5993b5 Raspberry Pi ONVIF RTSP CCTV Camera and NVR with Monocle] | |||
[[ | == Educational Articles == | ||
* [https://medium.com/@monoclechris/onvif-authentication-and-streaming-688691be581c ONVIF Authentication and Streaming] | |||
* [https://medium.com/@monoclechris/c-and-webrtc-video-and-audio-to-the-browser-f9d901c9a340 C++ and WebRTC: Video and Audio to the Browser] | |||
* [https://medium.com/@monoclechris/writing-fast-to-disk-in-c-e8b1a5fd233a Writing Fast to Disk] | |||
* [https://medium.com/@monoclechris/multithreaded-memset-e2f114e74d1c Multithreaded Memset] | |||
* [https://medium.com/@monoclechris/inter-thread-communication-latency-f2324a5d2ec8 Inter-thread communication latency] | |||
* [https://medium.com/@monoclechris/rtsp-to-rtmp-in-c-using-ffmpeg-8231fb4c610b RTSP to RTMP in C++ and FFMPEG] | |||
[[RTSP]] | == Protocols == | ||
* [[HTTP JSON-RPC]] | |||
[[WebRTC]] | * [[Websocket JSON-RPC]] | ||
* [[GRPC]] | |||
[[ | * [[ONVIF]] | ||
* [[RTSP]] | |||
* [[WebRTC]] | |||
* [[MQTT]] | |||
* [[OpenAPI]] | |||
== Programs == | == Programs == | ||
* [[monoclecli]] | |||
[[monoclecli]] | * [[monocleclient]] | ||
* [[monocleserver]] | |||
[[monocleclient]] | |||
[[monocleserver]] | |||
== Plugins == | == Plugins == | ||
* [[C]] | |||
[[C]] | * [[Lua]] | ||
* [[Python]] | |||
[[Lua]] | |||
[Python]] | |||
== Libraries == | == Libraries == | ||
* [[libmonocleserver]] | |||
[[libmonocleserver]] |
Latest revision as of 20:30, 6 November 2024
Jetson Articles
Rockchip Repos
Monocle Articles
- Setting up Monocle Security NVR Server and Client on Windows
- NVidia Jetson ONVIF RTSP CCTV Camera and NVR with Monocle
- Raspberry Pi ONVIF RTSP CCTV Camera and NVR with Monocle
Educational Articles
- ONVIF Authentication and Streaming
- C++ and WebRTC: Video and Audio to the Browser
- Writing Fast to Disk
- Multithreaded Memset
- Inter-thread communication latency
- RTSP to RTMP in C++ and FFMPEG