2019-03-29 21:25:57 +00:00
|
|
|
|
2019-03-29 21:33:58 +00:00
|
|
|
name: v4l2-rtspserver
|
2019-03-30 14:58:34 +00:00
|
|
|
version: git
|
2019-03-30 11:57:49 +00:00
|
|
|
summary: RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
|
2019-03-29 21:25:57 +00:00
|
|
|
description: |
|
|
|
|
This is my-snap's description. You have a paragraph or two to tell the
|
|
|
|
most important story about your snap. Keep it under 100 words though,
|
|
|
|
we live in tweetspace and your description wants to look good in the snap
|
|
|
|
store.
|
|
|
|
|
|
|
|
grade: devel # must be 'stable' to release into candidate/stable channels
|
|
|
|
confinement: devmode # use 'strict' once you have the right plugs and slots
|
|
|
|
|
|
|
|
parts:
|
2019-03-30 14:58:34 +00:00
|
|
|
v4l2rtspserver:
|
2019-03-29 21:58:48 +00:00
|
|
|
plugin: cmake
|
2019-03-30 11:57:49 +00:00
|
|
|
source: .
|
2019-03-29 21:58:48 +00:00
|
|
|
source-type: git
|
2019-03-30 11:57:49 +00:00
|
|
|
build-packages:
|
|
|
|
- g++
|
|
|
|
- make
|
|
|
|
- pkg-config
|
|
|
|
- liblog4cpp5-dev
|
|
|
|
- libasound2-dev
|
2019-03-29 21:58:48 +00:00
|
|
|
|
2019-03-29 21:51:42 +00:00
|
|
|
|