Abay11 / onvif_server_emulator

12 stars 3 forks source link

Error when building #26

Open masgh021 opened 2 weeks ago

masgh021 commented 2 weeks ago

Hello @Abay11 I got this Error when build project for windows . when run this command vcpkg install --triplet x64-windows gstreamer gstreamer[plugins-base] gstreamer[plugins-good] \ gstreamer[plugins-ugly] gstreamer[plugins-bad] gstreamer[pango] gstreamer[x264] gstreamer[x265] gst-rtsp-server

error: expected a port name here (must be lowercase, digits, '-') on expression: \

photo_2024-10-08_16-23-30

Abay11 commented 2 weeks ago

Hello @masgh021

Please make sure you copy the whole command. After slash should be another line with required plugins. The whole command looks like this:

vcpkg install --triplet x64-windows gstreamer gstreamer[plugins-base] gstreamer[plugins-good] \
    gstreamer[plugins-ugly] gstreamer[plugins-bad] gstreamer[pango] gstreamer[x264] gstreamer[x265] gst-rtsp-server

or use one line command: vcpkg install --triplet x64-windows gstreamer gstreamer[plugins-base] gstreamer[plugins-good] gstreamer[plugins-ugly] gstreamer[plugins-bad] gstreamer[pango] gstreamer[x264] gstreamer[x265] gst-rtsp-server

masgh021 commented 2 weeks ago

Thanks @Abay11 i got this Error .

error: while looking for gstreamer:x64-windows: error: this vcpkg instance requires a manifest with a specified baseline in order to interact with ports. Please add 'builtin-baseline' to the manifest or add a 'vcpkg-configuration.json' that redefines the default registry.

photo_2024-10-08_16-40-26

masgh021 commented 2 weeks ago

Hello @Abay11 I couldn't find the solution ,