Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
database-and-api merge latest dev changes and misc fixes (#252)
* Add note that M3U can be a file path. * Fix some spelling * Update README.md * Update README.md * Note about pre-release status. * Update README.md * Clarify which sections are required * Update README.md * Update README.md * Update routes.go Remove the "-bsf:v", "h264_mp4toannexb" to fix HEVC streams. * Update to address minor bug in ffmpeg key handling * Typo * Minor fixes for breaking changes in go.schedulesdirect * More fixes for SD * Spelling fixes * Update README.md Specifically state not to change the magic provider names. * Note on key fields for multiple instances * Update .circleci/config.yml to use dep so that we stop having build breakage * Note about IPTV-EPG field names They don't make sense, but cest la vie. * Update README.md * Update README.md * Fix XMLTV date parsing because Vaders doesnt know how to write dates properly * Update README.md Add a reference to specific version. * Update Vaders URL * Update README.md * bump version to 1.1.0.5 * Add a log line in a situation that might indicate a missing config file. * Add a couple more targets * Build using the same mechanism as the makefile so the docker build has a version number Remove redundant build * Update README.md * Update tnt.go * hdhr device ids are alpha numeric * remove HDHomerun prefix from friendly name * Removed references to the late, lamented Vader Streams. * set content type for ffmpeg stream * remove unused ffmpeg option -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. * replace dep with go mod * update dependencies * fix test failure * GOPATH not required anymore * fix version number configuration to be compatible with go modules * Bump version number to 1.1.0.6 * updated go.mod, go.sum * Use standard crossbuild for docker build instead of spinning up a docker build container. * Support multicast streams through udpxy in the custom provider (#238) * m3uplus parser: support UDP streams. * Allow customers using the custom provider to use udpxy as a multicast proxy. * fix squirrel imports to github.com source instead of gopkg.in gopkg was previously used to lock the version, this is now done correctly in Go 1.6 by cloning the Github default branch * replace satori/go.uuid with gofrs/uuid satori/go.uuid is no longer maintained * xmltv.go: restore a small linter that was rebased away * update go module deps
- Loading branch information