This repository is public.
Please consult CONTRIBUTING.md, CONFIDENTIALITY.md, LICENSE.md and PATENTS.md for important notices.
Please report issues at https://github.com/SMPTE/${repository_name}/issues or at < TC chair email address >.
All published version(s) of this document can be found at https://pub.smpte.org/doc/${repository_name}/
The draft version(s) of this document is accessible to SMPTE Standards Community members at https://github.com/SMPTE/${repository_name}-private.
Contains reference implementations of SMPTE ST 2138 gRPC and RESTful APIs. Provided as containers for ease of deployment. Supports AMD64 architecture.
To run the gRPC server:
docker run -d --name st2138-grpc -p 6254:6254 ghcr.io/smpte/st2138-b:grpcTo run the RESTful server:
docker run -d --name st2138-rest -p 443:443 ghcr.io/smpte/st2138-b:restA docker-compose.yml file is provided for ease of deployment. To run both servers using Docker Compose:
git clone [email protected]:SMPTE/st2138-b
cd st2138-b
docker compose up -d