mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
refactor: frame converter and mp4 track improvements
- Refactor frame converter implementation - Update mp4 track to use ICodex - General refactoring and code improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
|
||||
"github.com/quic-go/quic-go"
|
||||
"m7s.live/v5"
|
||||
"m7s.live/v5/pkg/config"
|
||||
flv "m7s.live/v5/plugin/flv/pkg"
|
||||
)
|
||||
|
||||
@@ -17,7 +18,7 @@ func (p *Puller) GetPullJob() *m7s.PullJob {
|
||||
return &p.PullJob
|
||||
}
|
||||
|
||||
func NewCascadePuller() m7s.IPuller {
|
||||
func NewCascadePuller(config.Pull) m7s.IPuller {
|
||||
return &Puller{}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user