From 9f063c94729d5fdfabb6f3956d8e01baa5bacb41 Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Fri, 29 Mar 2019 23:16:54 +0100 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 326072e..85f9e26 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,10 +12,15 @@ confinement: devmode # use 'strict' once you have the right plugs and slots parts: + live: + plugin: tar-content + source: https://download.videolan.org/pub/contrib/live555/live.2019.03.06.tar.gz + source-type: tar build: plugin: cmake source: https://github.com/mpromonet/v4l2rtspserver source-type: git + after: [live] install: | cmake . make