jellyfin/Emby.Server.Implementations
Ryan Petris 0496e18179
Fix HD Home Run streaming.
* Use LocalEndPoint instead of RemoteEndPoint when determining local address.
* HdHomerunUdpStream.StartStreaming is meant to run until stream is closed, however HdHomerunUdpStream.Open needs to return as soon as stream is open to send stream url back to client. Therefore, StartStreaming should not be awaited on.
* TcpClient(IPEndPoint) treats endpoint as the local endpoint; use TcpClient(string, int) instead as it treats endpoint as the remote endpoint.
2020-09-18 22:29:09 -07:00
..
AppBase Fix some warnings 2020-08-31 22:20:19 +02:00
Archiving Document and clean up ZipClient.cs 2020-04-14 15:16:04 -04:00
Branding Apply code review suggestions 2020-04-19 13:39:12 -04:00
Browser merge master into api-migration 2020-06-13 13:03:09 -06:00
Channels Fix some warnings 2020-08-31 22:20:19 +02:00
Collections Make some methods async 2020-08-21 22:01:19 +02:00
Configuration Move GenericEventArgs to Jellyfin.Data.Events 2020-08-13 20:52:55 -04:00
Cryptography Merge branch 'master' into nullable3 2020-05-27 20:49:18 +02:00
Data Fix build 2020-09-09 14:22:27 +02:00
Devices Move GenericEventArgs to Jellyfin.Data.Events 2020-08-13 20:52:55 -04:00
Dto Fix some warnings 2020-08-31 22:20:19 +02:00
EntryPoints Migrate ServerEventNotifier.OnPackageInstallationCancelled to IEventConsumer 2020-08-15 23:20:41 -04:00
HttpServer Standardize use of IsLocal and RemoteIp 2020-09-10 14:16:41 +02:00
Images Merge pull request #3578 from barronpm/displaypreferences-efcore 2020-08-01 21:51:49 +02:00
IO Fix some warnings 2020-08-31 22:20:19 +02:00
Library Remove extra return statement 2020-09-11 12:57:57 +02:00
LiveTv Fix HD Home Run streaming. 2020-09-18 22:29:09 -07:00
Localization Translated using Weblate (Vietnamese) 2020-09-14 13:09:18 -04:00
MediaEncoder Use typed logger where possible 2020-06-05 18:15:56 -06:00
Net Fix warnings 2020-07-24 16:37:54 +02:00
Networking Fix inverted logic for LAN IP detection 2020-07-30 17:18:44 -04:00
Playlists Fix build 2020-08-21 22:19:16 +02:00
Plugins Rename PlugInManifest.cs to PluginManifest.cs 2020-09-16 14:14:10 +01:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
QuickConnect Apply suggestions from code review 2020-08-26 15:24:24 -05:00
ScheduledTasks Fix some warnings 2020-08-31 22:20:19 +02:00
Security Minor performance improvements to item saving 2020-09-09 13:38:27 +02:00
Serialization Fix 2020-08-09 14:08:56 +02:00
Session Kill HttpListenerHost 2020-09-03 11:32:22 +02:00
Sorting Fix warnings 2020-07-24 16:37:54 +02:00
SyncPlay Fix warnings 2020-07-24 16:37:54 +02:00
TV Fix warnings 2020-07-15 19:04:36 +02:00
Udp Remove excess code. 2020-09-07 12:28:48 +01:00
Updates Merge pull request #3401 from BaronGreenback/Plugins 2020-09-16 17:22:58 -04:00
ApplicationHost.cs Merge pull request #3401 from BaronGreenback/Plugins 2020-09-16 17:22:58 -04:00
ConfigurationOptions.cs Change default value for allow duplicates in playlist option to False 2020-09-10 10:03:08 -07:00
Emby.Server.Implementations.csproj Merge remote-tracking branch 'upstream/master' into 3.1.7 2020-08-31 08:10:15 -06:00
IStartupOptions.cs initial implementation for custom plugin repositories 2020-06-04 23:57:57 +09:00
ResourceFileManager.cs Use typed logger where possible 2020-06-05 18:15:56 -06:00
ServerApplicationPaths.cs Ensure metadata path is created on app startup, and also each time it is updated 2020-04-26 15:51:41 -04:00