Skip to content

Commit

Permalink
fixed license text for gstreamer (#34)
Browse files Browse the repository at this point in the history
1) Included 3rd party licenses text for gstreamer, gst-plugins-bad 
2) copied the license into the built docker image
---------

Co-authored-by: Daniel Myhrman <74043942+danielmyh@users.noreply.github.com>
  • Loading branch information
bsriramprasad and danielmyh authored Dec 11, 2024
1 parent b6c8deb commit f012c10
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EOF

FROM $ARCH/ubuntu:18.04

COPY --from=base /opt/app/amazon-kinesis-video-streams-producer-sdk-cpp/ /opt/app/amazon-kinesis-video-streams-producer-sdk-cpp/
COPY --from=base /opt/app /opt/app/

WORKDIR /opt/app/amazon-kinesis-video-streams-producer-sdk-cpp/build/

Expand All @@ -54,3 +54,5 @@ apt-get install -y gstreamer1.0-tools libssl-dev gstreamer1.0-rtsp gstreamer1.0-
EOF

COPY start_stream.sh .

COPY LICENSE /opt/app
Loading

0 comments on commit f012c10

Please sign in to comment.