Skip to content

Commit

Permalink
删除调试代码
Browse files Browse the repository at this point in the history
  • Loading branch information
kira1928 committed Dec 28, 2023
1 parent f43ce30 commit 15bf274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pkg/parser/ffmpeg/ffmpeg.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ func (p *Parser) ParseLiveStream(ctx context.Context, url *url.URL, live live.Li
"-i", url.String(),
"-c", "copy",
"-bsf:a", "aac_adtstoasc",
"-http_proxy", "http://localhost:8888",
}
for k, v := range headers {
if k == "User-Agent" || k == "Referer" {
Expand Down

0 comments on commit 15bf274

Please sign in to comment.