{"id":28995080,"url":"https://github.com/axiscommunications/signed-video-framework-examples","last_synced_at":"2026-03-09T15:04:13.274Z","repository":{"id":40248860,"uuid":"429729566","full_name":"AxisCommunications/signed-video-framework-examples","owner":"AxisCommunications","description":"Example code for APIs in Signed Video Framework","archived":false,"fork":false,"pushed_at":"2025-06-10T08:34:13.000Z","size":1490,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T09:36:46.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AxisCommunications.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-19T08:52:47.000Z","updated_at":"2025-06-10T08:34:11.000Z","dependencies_parsed_at":"2023-02-17T07:15:31.938Z","dependency_job_id":"a8f0e2f2-8deb-4211-bbc5-166a641fbb39","html_url":"https://github.com/AxisCommunications/signed-video-framework-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AxisCommunications/signed-video-framework-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxisCommunications%2Fsigned-video-framework-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxisCommunications%2Fsigned-video-framework-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxisCommunications%2Fsigned-video-framework-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxisCommunications%2Fsigned-video-framework-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AxisCommunications","download_url":"https://codeload.github.com/AxisCommunications/signed-video-framework-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AxisCommunications%2Fsigned-video-framework-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261801988,"owners_count":23211664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T04:06:29.216Z","updated_at":"2026-03-09T15:04:13.210Z","avatar_url":"https://github.com/AxisCommunications.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"*Copyright (C) 2021, Axis Communications AB, Lund, Sweden. All Rights Reserved.*\n\n# Signed Video Framework examples\n\n## What is Signed Video Framework?\nThe *Signed Video Framework* is an open-source project that secures an H264, or H265, video from tampering by adding cryptographic signatures in SEI frames. See the [signed-video-framework](https://github.com/AxisCommunications/signed-video-framework) for more details.\n\n## Getting started with the repo\nThis 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.\n\nThe repository uses meson + ninja as default build method. Further, all application examples uses GStreamer APIs.\n- [meson](https://mesonbuild.com/Getting-meson.html) Getting meson and ninja. Meson version 0.49.0 or newer is required.\n- [GStreamer](https://gstreamer.freedesktop.org/documentation/installing/index.html?gi-language=c) All applications are built around the GStreamer framework to handle coded video.\n\n## Example applications\nBelow is a list of example applications available in the repository.\n- [signer](./apps/signer/)\n  - The example code implements video signing.\n- [validator](./apps/validator/)\n  - The example code implements video authenticity validation.\n\n### Building applications\nThe applications in this repository all have meson options for easy usage. These options are by default disabled and the user can enable an arbitrary number of them.\n\nFirst you need to have the signed-video-framework library installed. Installing the shared library and applications locally is in many cases preferably.\n\nAssuming the signed-video-framework library is installed and accessible build the application with meson as\n```\nmeson -D\u003capplication\u003e=true path/to/signed-video-framework-examples path/to/build/folder\nmeson install -C path/to/build/folder\n```\nMultiple applications can be built by adding multiple `-D` options, and for convenience, the option `-Dbuild_all_apps=true` builds all available applications.\nNote that some applications require additional environment variables set, for example, `GST_PLUGIN_PATH`; See, individual application README.md.\n\n#### Example meson commands on Linux\nThese example commands assume the current directory is the parent directory of both `signed-video-framework` and `signed-video-framework-examples`.\n```\nmeson --prefix $PWD/my_installs signed-video-framework build_lib\nmeson install -C build_lib\n```\nThen build and install the `\u003capplication\u003e.exe` as\n```\nmeson --prefix $PWD/my_installs -D\u003capplication\u003e=true signed-video-framework-examples build_apps\nmeson install -C build_apps\n```\nThe executable is now located at `./my_installs/bin/\u003capplication\u003e.exe`\n\n## Example files\nShorter MP4 recordings for testing can be found in [test-files/](./test-files/).\n\n# License\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiscommunications%2Fsigned-video-framework-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxiscommunications%2Fsigned-video-framework-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiscommunications%2Fsigned-video-framework-examples/lists"}