Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| projects:isdn:root [2020/07/25 10:49] – extracted a line which was accidentially put into code tags pat | projects:isdn:root [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = make root | + | # make root |
| - | == build gst raspivid | + | ## build gst raspivid |
| < | < | ||
| apt install git autoconf automake libtool pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libraspberrypi-dev gstreamer-tools gstreamer1.0-omx | apt install git autoconf automake libtool pkg-config libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libraspberrypi-dev gstreamer-tools gstreamer1.0-omx | ||
| Line 15: | Line 15: | ||
| </ | </ | ||
| - | == build gst srt | + | ## build gst srt |
| build lib srt | build lib srt | ||
| < | < | ||
| Line 41: | Line 41: | ||
| </ | </ | ||
| - | == build gst-instruments | + | ## build gst-instruments |
| < | < | ||
| Line 52: | Line 52: | ||
| </ | </ | ||
| - | == ffmpeg | + | ## ffmpeg |
| * based on https:// | * based on https:// | ||
| make sure du build libs not part of raspbian according to the gist above or remove them from configure. | make sure du build libs not part of raspbian according to the gist above or remove them from configure. | ||