You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ The *Signed Video Framework* is an open-source project that secures an H264, or
8
8
## Getting started with the repo
9
9
This repository contains a set of application examples which aims to enrich the developers implementation experience. All examples are using the [signed-video-framework](https://github.com/AxisCommunications/signed-video-framework) and has a README file in its directory with instructions on how to build and run it.
10
10
11
-
The repository uses meson + ninja as default build method. Further, all application examples uses gStreamer APIs.
11
+
The repository uses meson + ninja as default build method. Further, all application examples uses GStreamer APIs.
12
12
-[meson](https://mesonbuild.com/Getting-meson.html) Getting meson and ninja. Meson version 0.49.0 or newer is required.
13
-
-[gStreamer](https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c) All applications are built around the gStreamer framework to handle coded video.
13
+
-[GStreamer](https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c) All applications are built around the GStreamer framework to handle coded video.
14
14
15
15
## Example applications
16
16
Below is a list of example applications available in the repository.
The application processes a file NALU by NALU and adds signatures in SEIs, provided by the
14
14
*Signed Video Framework*. A successfully signed GOP prints it on the screen.
15
15
16
-
It is implemented as a gStreamer element that process every NALU and adds SEI NALs to the stream repeatedly.
16
+
It is implemented as a GStreamer element that process every NALU and adds SEI NALs to the stream repeatedly.
17
17
The signed video is written to a new file, prepending the filenamne with `signed_`. That is, `test_h264.mp4` becomes `signed_test_h264.mp4`. The application requires the file to process to be in the current directory.
18
18
19
19
## Building the signer application
@@ -33,7 +33,7 @@ Build and install the library locally in `./my_installs/`.
Then build and install the `signer` in the same place. Since this application is implemented as a gStreamer element set `GST_PLUGIN_PATH` for gStreamer to find it.
36
+
Then build and install the `signer` in the same place. Since this application is implemented as a GStreamer element set `GST_PLUGIN_PATH` for GStreamer to find it.
0 commit comments