ffmpeg-vod-transcoder
ffmpeg-vod-transcoder copied to clipboard
A micro-service with Springboot and Docker used to transcode a single video file in multiple formats, in the cloud.
Hello! I try to execute ``` docker run --rm=true --volume=${HOME}/tmp/streamkit:/tmp/streamkit \ ddragosd/ffmpeg-vod-transcoder:latest --configJson={\"source\":\"http://s3.footagesearch.com/demos/naturefootage/Q4/OF-04-Fish-Demo-Q4.mp4\"} ``` And has error: /tmp/streamkit/OF-04-Fish-Demo-Q4_-2_720_2200_kbps.mp4: Permission denied Full log: ``` . ____ _ __ _ _ /\\...
make all fails with the following error Results : Failed tests: TranscodeVideoTest.testGetFFmpegMediaParameters:51 expected: but was: Tests in error: TranscodeVideoTest.testTranscode:29 » ArrayIndexOutOfBounds 0 Tests run: 15, Failures: 1, Errors: 1, Skipped:...