Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Added GitNbChannel function that return number of channels #20

Closed
wants to merge 5 commits into from

Conversation

sashker
Copy link

@sashker sashker commented Dec 4, 2020

I'm not sure if it was intentional to leave out the number of channels of a stream but for me, this info is required, so I added it.
Tested with the replacement of the module in my go.mod file.

"os"
"os/exec"
"regexp"
"strconv"
"strings"

"github.com/floostack/transcoder"
"github.com/floostack/transcoder/utils"
"github.com/sashker/transcoder"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace by github.com/floostack/transcoder

"github.com/floostack/transcoder"
"github.com/floostack/transcoder/utils"
"github.com/sashker/transcoder"
"github.com/sashker/transcoder/utils"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace by github.com/floostack/transcoder

Copy link
Collaborator

@xfrr xfrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace imports by github.com/floostack/transcoder

@sashker
Copy link
Author

sashker commented Jan 25, 2021

Sorry, by accident I committed changes that belong to my repo, and despite changes of paths they also might break important things like the progress function.

@sashker sashker closed this Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants