Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Jetson Articles == | == Jetson Articles == | ||
* [https://medium.com/@monoclechris/secureboot-and-encrypted-rootfs-nvme-on-jetson-orin-41d3356d7922 Secure Boot and Encrypted RootFs] | * [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 == | == Monocle Articles == | ||
Line 13: | Line 16: | ||
* [https://medium.com/@monoclechris/multithreaded-memset-e2f114e74d1c Multithreaded Memset] | * [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/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] | |||
== Protocols == | == Protocols == | ||
Line 22: | Line 26: | ||
* [[WebRTC]] | * [[WebRTC]] | ||
* [[MQTT]] | * [[MQTT]] | ||
* [[OpenAPI]] | |||
== Programs == | == Programs == |
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