Updated Radius PowerView Commands (markdown)

akuker 2022-01-13 20:27:10 -06:00
parent 6d50781666
commit b4b79a4dd5
1 changed files with 5 additions and 0 deletions

@ -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"
```