Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
v1.2.2: Add missing libav for h264 parsing (#28)
Browse files Browse the repository at this point in the history
* Add libav

* Add video sample
  • Loading branch information
Brendan LE GLAUNEC committed Oct 4, 2017
1 parent 3569c55 commit d2fe8ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-good \
gstreamer1.0-x \
gstreamer1.0-libav \
gstreamer1.0-tools && \
apt-get clean &&\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down
2 changes: 1 addition & 1 deletion build_image/build_rtspatt_inside_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
set -x

# Build RTSPATT
mkdir ../build
mkdir -p ../build
cd ../build
cmake ../RTSPATT
make
Expand Down
Binary file added samples/forgotten-object.mp4
Binary file not shown.

0 comments on commit d2fe8ec

Please sign in to comment.