From b4b79a4dd5e16528f2fe4b1a00817f5abbf5b8f5 Mon Sep 17 00:00:00 2001 From: akuker <34318535+akuker@users.noreply.github.com> Date: Thu, 13 Jan 2022 20:27:10 -0600 Subject: [PATCH] Updated Radius PowerView Commands (markdown) --- Radius-PowerView-Commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Radius-PowerView-Commands.md b/Radius-PowerView-Commands.md index 3d4b3b3..e737290 100644 --- a/Radius-PowerView-Commands.md +++ b/Radius-PowerView-Commands.md @@ -503,3 +503,8 @@ Data Out: *(Sequence may have lost a byte somewhere)* # Random Notes: * If there are any font tables, they should start with the magic number 0x0840 (assuming this really uses the TMS340) * TIGA (Texas Instruments Graphics Architecture) data structures will start with 0x8101 + +# Stream framebuffer over RTP +``` +sudo ffmpeg -re -f fbdev -framerate 10 -i /dev/fb0 -f rtp -sdp_file video.sdp "rtp://10.0.1.8:5004" +```