Skip to content

Commit

Permalink
Return zeromq_sink to base container. (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisvmedyantsev committed Apr 27, 2024
1 parent 3e211be commit d750893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.deepstream
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,7 @@ COPY savant/VERSION .
COPY gst_plugins gst_plugins

COPY adapters/gst/gst_plugins adapters/gst/gst_plugins
RUN rm -f \
adapters/gst/gst_plugins/python/video_files_sink.py \
adapters/gst/gst_plugins/python/zeromq_sink.py
RUN rm -f adapters/gst/gst_plugins/python/video_files_sink.py
COPY adapters/gst/sources adapters/gst/sources

COPY scripts/uri-input.py scripts/
Expand Down
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ pyds @ https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/releases/download
# ffmpeg-input
ffmpeg-input @ https://github.com/insight-platform/FFmpeg-Input/releases/download/0.1.23/ffmpeg_input-0.1.23-cp310-cp310-manylinux_2_28_x86_64.whl ; platform_machine=='x86_64'
ffmpeg-input @ https://github.com/insight-platform/FFmpeg-Input/releases/download/0.1.23/ffmpeg_input-0.1.23-cp310-cp310-manylinux_2_28_aarch64.whl ; platform_machine=='aarch64'

splitstream==1.2.6

0 comments on commit d750893

Please sign in to comment.