awslabs / live-streaming-with-automated-multi-language-subtitling

Live Streaming with Automated Multi-Language Subtitling is a project to automatically generates multi-language subtitles for live streaming web video content. Adding subtitles to your live video content can help improve reach and access, exposing your content to a much larger audience.
Apache License 2.0
160 stars 96 forks source link

Missing Components in the Source Code #62

Open turtlewalker opened 2 years ago

turtlewalker commented 2 years ago

Hello, I am trying to create a custom build of this solution exactly as it currently is so that I can continue using it after it is archived at the end of this month. I downloaded the source code and have tried to follow the instructions, but it seems some parts are missing. I have included the errors received below but it looks like the source code is missing the folders transcribelamda and captionlambda and the files requirements.txt and TranscribeStreamingJavaLambda.jar. Additionally, I am receiving the message testresources are not installed.

Since I am newer to AWS so any guidance offered is greatly appreciated. Please don't hesitate to explain things at a basic level. Hopefully I can get this working before this project is archived at the end of the month.

Thank you!


[Rebuild] captionlambda Function

cp: cannot stat '/home/matt/Downloads/live-streaming-with-automated-multi-language-subtitling-master/deployment/../source/captionlambda': No such file or directory ./build-s3-dist.sh: line 77: cd: /home/matt/Downloads/live-streaming-with-automated-multi-language-subtitling-master/deployment/../tmp/captionlambda/: No such file or directory ERROR: Could not open requirements file: [Errno 2] No such file or directory: './requirements.txt' cp: cannot stat '/home/matt/Downloads/live-streaming-with-automated-multi-language-subtitling-master/deployment/../source/transcribelambda/TranscribeStreamingJavaLambda.jar': No such file or directory

ERROR: launchpadlib 1.10.13 requires testresources, which is not installed.

turtlewalker commented 2 years ago

Does anyone happen to have the directory source/captionlambda and the files requirements.txt and TranscribeStreamingJavaLambda.jar that are missing in the source code?