diff --git a/ffmpeg.go b/ffmpeg.go index 0c8925c..c8c04ce 100644 --- a/ffmpeg.go +++ b/ffmpeg.go @@ -1,4 +1,4 @@ -package main +package transcoder import ( "context" diff --git a/process.go b/process.go index 84edbc2..7e79879 100644 --- a/process.go +++ b/process.go @@ -1,4 +1,4 @@ -package main +package transcoder import ( "bufio" diff --git a/transcoder.go b/transcoder.go index 1cd71fe..7e92fd7 100644 --- a/transcoder.go +++ b/transcoder.go @@ -1,4 +1,4 @@ -package main +package transcoder /* Here we have two kind of concurrent jobs: the ffmpeg and the transcoder manager. The ffmpeg jobs just run the ffmpeg command and stream the status.