mirror of
https://github.com/maxpowel/transcoder.git
synced 2025-09-26 20:41:22 +08:00
as module
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package main
|
package transcoder
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
package main
|
package transcoder
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bufio"
|
"bufio"
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user