diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-14 17:30:49 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-14 17:30:49 +0200 |
commit | cc84921f31be141ad74da7ba8f00e90407aeea71 (patch) | |
tree | 3a74922b308d44dab99cf4f11c60c3cb09e0ed2b /voctocore/scripts/av-play-output-ffplay.sh | |
parent | fbd6d801ed08d560e050c48048e419be6fd35e3a (diff) |
Recording Example-Scripts, including ffmpeg examples
Diffstat (limited to 'voctocore/scripts/av-play-output-ffplay.sh')
-rwxr-xr-x | voctocore/scripts/av-play-output-ffplay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/scripts/av-play-output-ffplay.sh b/voctocore/scripts/av-play-output-ffplay.sh new file mode 100755 index 0000000..733c279 --- /dev/null +++ b/voctocore/scripts/av-play-output-ffplay.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ffplay tcp://localhost:11000 |