as module

This commit is contained in:
Alvaro Garcia
2021-07-14 18:49:15 +02:00
parent dbbe72b38c
commit 6697d1d0a0
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package main package transcoder
import ( import (
"context" "context"

View File

@@ -1,4 +1,4 @@
package main package transcoder
import ( import (
"bufio" "bufio"

View File

@@ -1,4 +1,4 @@
package main package transcoder
/* /*
Here we have two kind of concurrent jobs: the ffmpeg and the transcoder manager. 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. The ffmpeg jobs just run the ffmpeg command and stream the status.