-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
database-and-api merge latest dev changes and misc fixes #252
Merged
robbiet480
merged 59 commits into
tellytv:database-and-api
from
handsomematt:database-and-api-ff
Jun 6, 2019
Merged
database-and-api merge latest dev changes and misc fixes #252
robbiet480
merged 59 commits into
tellytv:database-and-api
from
handsomematt:database-and-api-ff
Jun 6, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove the "-bsf:v", "h264_mp4toannexb" to fix HEVC streams.
Update routes.go
Specifically state not to change the magic provider names.
They don't make sense, but cest la vie.
Add a reference to specific version.
Update Vaders URL
hdhr device ids are alpha numeric
Use friendly name directly
Removed references to the late, lamented Vader Streams.
-tune is an encoding option. when passing -codec copy, no encoding is happening so that option is not used. since there is no encoding or decoding happening, it is incorrect to state that ffmpeg is transcoding.
remove unused ffmpeg option
set content type for ffmpeg stream
Modernize golang dev environment
fix version number configuration to be compatible with go modules
…ker build container.
…tv#238) * m3uplus parser: support UDP streams. * Allow customers using the custom provider to use udpxy as a multicast proxy.
gopkg was previously used to lock the version, this is now done correctly in Go 1.6 by cloning the Github default branch
satori/go.uuid is no longer maintained
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The database-and-api fork is hard to begin contributing to due to the staleness, in this PR I have rebased and resolved merge conflicts from the dev branch into the database-and-api branch.
Main things include:
With these changes you can build the repo very simply:
Hopefully with these changes fast forwarded myself and others are able to contribute to database-and-api branch far easier.