Joshua M. Boniface
575b96d03a
Revert "Fix premature stop when streaming"
5 years ago
Anthony Lavado
823f648955
Update README for new docs location
...
Updates several links in the readme to point to our new docs location.
5 years ago
Joshua M. Boniface
7203f463f4
Merge pull request #1820 from joshuaboniface/fix-portable
...
Properly build DLL for porable
5 years ago
Joshua Boniface
3651755984
Properly build DLL for porable
5 years ago
Joshua M. Boniface
180fb857ed
Merge pull request #1819 from nvllsvm/ffmpeg_kill
...
Ignore exception when attempting to kill ffmpeg that has exited
5 years ago
Joshua M. Boniface
cb09459ad1
Merge pull request #1818 from jellyfin/EraYaN-ci-web-clone-fix
...
Fix SourceBranch -> SourceBranchName in git clone for Web UI
5 years ago
Andrew Rabert
fd1bdad0e2
Ignore exception when attempting to kill ffmpeg that has exited
...
A race condition where this code attempts to kill an already exited
ffmpeg process is possible. This results in unnecessary error logging.
This change replaces the generic exception handling with the above
mentioned exception. No log output is produced.
5 years ago
Erwin de Haan
b2ba3a5922
Fix SourceBranch -> SourceBranchName in git clone for Web UI
5 years ago
Joshua M. Boniface
749023bf02
Merge pull request #1811 from joshuaboniface/fix-listen
...
Configure Kestrel listener to use configured IPs
5 years ago
Joshua M. Boniface
dcc8c7b92a
Merge pull request #1808 from joshuaboniface/fix-amf-win
...
Change Win32 AMF flag to d3d11va
5 years ago
Joshua M. Boniface
f63d591b08
Merge pull request #1817 from joshuaboniface/change-pragma-mode
...
Change PRAGMA mode from WAL to TRUNCATE
5 years ago
Joshua Boniface
387192610f
Handle Kestrel startup failures with a nice error
5 years ago
Joshua M. Boniface
9aec21f6b5
Nicer link format for comment
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
5 years ago
Joshua M. Boniface
e183a14933
Merge pull request #1814 from Bond-009/ffmpeg_fix
...
Fix ffmpeg version check for unknown versions
5 years ago
Joshua Boniface
72edf5b555
Change PRAGMA mode from WAL to TRUNCATE
5 years ago
Joshua Boniface
7fd75bf071
Change Win32 AMF flag to d3d11va for Windows 8+
5 years ago
Joshua M. Boniface
d64005df40
Merge pull request #1812 from dkanada/settings
...
Avoid editing preferences without user interaction
5 years ago
Joshua M. Boniface
c523e576c4
Merge pull request #1815 from Bond-009/fix_tests
...
Fix tests
5 years ago
Bond_009
d1a6e8c99e
Fix tests
5 years ago
Bond_009
3e1aab6b29
Fix ffmpeg version check for unknown versions
5 years ago
dkanada
7a88e7fa34
avoid editing preferences without user interaction
5 years ago
Joshua Boniface
cabb9aed31
Configure Kestrel listener to use configured IPs
5 years ago
Joshua M. Boniface
61f2c41b76
Recursively zip Windows packages ( #1809 )
...
Without -r the directory is not properly zipped up.
5 years ago
Bond_009
1745f0181c
Log startup time
5 years ago
Joshua M. Boniface
3249fbb715
Merge pull request #1804 from Bond-009/ffmpeg_tests
...
Add tests for EncoderValidator and add support for ffmpeg 4.2
5 years ago
Joshua M. Boniface
2d797adc08
Merge pull request #1773 from sparky8251/remove-wan-ddns
...
Remove WAN DDNS
5 years ago
Joshua M. Boniface
c069496b27
Merge pull request #1770 from sparky8251/remove-wan-ip
...
Remove WAN IP Detection
5 years ago
Joshua M. Boniface
c1e8087b11
Merge pull request #1803 from Bond-009/revision
...
Don't log revision number
5 years ago
Joshua M. Boniface
427d52cf9a
Merge pull request #1805 from Bond-009/plugin_fix
...
Fix plugin installation
5 years ago
Bond_009
06d420f743
Fix plugin installation
5 years ago
Bond_009
05a1510b31
Add more test data
5 years ago
Bond_009
1b01a6ece1
Add tests for EncoderValidator
...
* Add support for ffmpeg 4.2
* Parse the complete ffmpeg version instead of only the first 2 digits
* Make max and min version optional
* Remove max limitation (for now)
* Style improvements
5 years ago
Joshua M. Boniface
3577ef6814
Merge pull request #1802 from JustAMan/fix-premature-stop
...
Fix premature stop when streaming
5 years ago
Joshua M. Boniface
75b7c9ac36
Do explicit dotnet publish in Dockerfiles ( #1801 )
...
The common.build.sh script was removed in #1793 but the Dockerfiles
still used this to perform the dotnet publish. Remove that call and do
the publish explicitly.
5 years ago
Bond_009
4f63bfd616
Don't log revision number
5 years ago
Vasily
4fae733eef
Cleaned up move to HLS muxer
5 years ago
Vasily
36a34f911e
Replaced "stream" muxer with "hls" trying to fix "premature stop" issue
5 years ago
Joshua M. Boniface
e4d5e5bf91
Merge pull request #1793 from joshuaboniface/fix-build
...
Clean up and update builds to use new jellyfin-web
5 years ago
Joshua Boniface
547a6121b0
Remove redundant yarn build command
5 years ago
Anthony Lavado
bae5e3795e
Fix SetImage to avoid out of range exception ( #1798 )
...
* Fix SetImage to avoid out of range exception
* Actually use the new images we've retrieved
5 years ago
Joshua Boniface
3b935d8fd0
Clean up old changelog entires from Debian package
5 years ago
Joshua Boniface
15b83f8b55
Clean up and fix Fedora/CentOS builds
...
This performs a lot of bugfixing and general cleanup to the
Fedora/CentOS builds, including moving the create_tarball into the
docker-build.sh script, remove some old long versions from the spec
file, correcting several bugs with the Docker environment including
splitting them into more discrete layers, and finally making sure
jellyfin-web is included properly in the RPM.
5 years ago
Joshua Boniface
56a879e148
Use redirection instead of tee
5 years ago
Bond_009
c5995af493
Some style fixes
5 years ago
Vasily
fc99f1f563
Merge pull request #1785 from dkanada/compat
...
Add mediabrowser route back for now
5 years ago
Joshua Boniface
4b257b7b4a
Clean up web_build_dir in docker-build.sh
5 years ago
Joshua Boniface
172a81b22c
Clean up deployment directory
...
1. Update README.md to remove some old info
2. Remove common.build.sh from all the build scripts
3. Remove common.build.sh script
4. Remove the docker folder as this isn't used at all
5 years ago
Joshua Boniface
5c7ca6b363
Port Windows x86 build to Docker and add web build
5 years ago
Joshua Boniface
93b213b59f
Port Windows x64 build to Docker and add web build
5 years ago
Joshua Boniface
3b669521da
Port Portable build to Docker and add web build
5 years ago