File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
34
34
gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav \
35
35
gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl \
36
36
gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio \
37
- gstreamer1.0-nice gstreamer1.0-plugins-base-apps git
37
+ gstreamer1.0-nice gstreamer1.0-plugins-base-apps git ninja
38
38
39
39
# Install Python dependencies
40
40
pip3 install websockets cryptography
@@ -137,3 +137,10 @@ gst-inspect-1.0 rockchipmpp
137
137
```
138
138
139
139
You should see ` mpph265enc ` and ` mpph264enc ` listed among the available elements.
140
+
141
+ if not, maybe try:
142
+
143
+ ```
144
+ sudo cp /usr/local/lib/aarch64-linux-gnu/gstreamer-1.0/* /usr/lib/aarch64-linux-gnu/gstreamer-1.0
145
+ sudo ldconfig
146
+ ```
You can’t perform that action at this time.
0 commit comments