Skip to content

Commit

Permalink
use mktemp for temp files.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed May 23, 2019
1 parent 3d39976 commit 277907b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gst-launch-1.0 \
queue !\
mux. \
mpegtsmux name=mux !\
filesink location="/tmp/test.ts" \
filesink location="$(mktemp --suffix=.ts)"

exit

Expand Down

0 comments on commit 277907b

Please sign in to comment.