Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. generiq

    Ffmpeg and dolby vision

    Just saw this article https://www.phoronix.com/news/FFmpeg-Dolby-Vision-Progress Well done @softworkz and the team. And of course I need to mention hassn and his work on libplacebo.
  3. d00zah

    Episode Recordings

    Glad I could help.
  4. Nikomajor

    Need help opening ports on router

    Tried using the new port after changing the port rules on the router, network settings on the Emby Server and setting up a firewall exception. The port was open on canyouseeme for a very short while before the "Connection timed out" error started again. In fact while typing this out it was reported as open before reverting to the previous error. I've also noticed that my WAN IP changed overnight. If I remember correctly, it was a xxx.xxx.xx.99 & now it is xxx.xxx.xx.198
  5. Use gpu-next instead of gpu Looking at your stats, hardware acceleration appears to be failing, or being misreported
  6. hoopsdavis

    Episode Recordings

    I was able to get everything setup. @d00zah Thanks
  7. Today
  8. auroraemby

    How to kill 4K Transcodes

    it does not work, he won't update it. Emby won't add it so...........
  9. seashell

    embyforkodi (next-gen) 10.X.X support

    So the issue seems to be a race condition in the DelayedContent handling. I'm not sure if Kodi 21 is multi-threaded in some area involving image fetching that Kodi 20.5 was not. What I'm seeing is that in webservice.py around line 512 (sorry, I've got some edits so it likely isn't the exact line number) where it starts the loading process for the artwork into the cache a second call to this function is being made before the first call to the function is complete. So globals()['DelayedContent'][QueryData['DelayedContentId']] = "" is performed again possibly wiping out the just loaded data and a second load operation is performed. Here's the lines around 512 I mean. if QueryData['Type'] == 'picture': if Payload not in ArtworkCache[1]: Then regardless of how that collision works out it sets up two parallel calls to send_delayed_content. The first one will be happy and will call client.send(DelayedContent[DelayedContentId]) and then del globals()["DelayedContent"][DelayedContentId] so when the second call comes along the key is gone and the else clause is triggered so xbmc.log(f"EMBY.hooks.webservice: Delayed content not found {DelayedContentId}", 3) # LOGERROR client.send(sendNoContent) gets executed which makes Kodi sad. Of course sometimes they will be close enough that both calls can return the data before the first one does the delete. So why is Kodi loading the same image twice so close together? No idea. But it is. And since the DelayContent system is stateful it needs to be thread safe. I did a quick kludge by making DelayedContent Entries [whatever_they_were_before,1] on creation and then when the second call comes along it updates the counter. Then when the del call comes it checks if the count is 1 and deletes it if it is or decrements the counter if not. With that I've not seen the content not found errors or the odd Kodi failed directory loads on my PC. Have not tried on the TV box. There are other places DelayedContent is manipulated in that file though, and I wasn't super careful to trace it all or see if any other files interact with it. Since this code is called threaded the global variables should be protected with mutexes as well.
  10. I found a workaround for this, though it truly is a workaround and won't be suitable for everybody. I'm setting up the comskipper plugin, and I noticed that comskip has the ability to extract CC and emit an SRT file. For the experiments I've done do far, the SRT extraction looks pretty accurate. I just have to do CC with SRT instead of Default EiA_608 for now.
  11. crossfire13148

    New Statistics plugin

    well this is "looking" right.... The problem now is i purposely have not added the episode from 19 april, S10E19, which is the 149th episode, so i AM NOT at 100%, so this should be saying 148/149 Emby IS snowing this episode missing under "missing episodes"
  12. Jey2024

    Subtitle offset not working in latest release

    Hi @LukeI'm having the same issue. In my video, I have the subtitle English (PGSSUB), which is working great, but if I switch to English (SDH SRT), I'm seeing a subtitle offset option. However, pressing + / - does not change the offset value at all, and it remains at 0. Do you still have the logs I sent you last week? This should be easily reproducible by downloading any SRT file and trying to change the offset values in the latest Android app.
  13. Luke

    Issue with 4.8.5.0

    Hi, as we discussed in the other topic, when you uninstall / reinstall, if you intend to make a fresh start then you also need to delete the server data folder: Emby Server Data Folder
  14. Luke

    Issue with 4.8.5.0

    The store has a review process so it will always run a little behind.
  15. Luke

    Filtering movies by subgenres

    Hi, I've not seen sub-genres on moviedb or tvdb.
  16. Hi there, please attach the complete emby server and ffmpeg log files. thanks.
  17. Jey2024

    Unpack directory in library

    Thanks. The manual method will always work, but I'm working on automating the connection of quite a number of system, that's why I wanted to automate this.
  18. Hi, overnight my synology package updated to 4.8.50. I have had emby working for years. For some unknown reason, mid playback now, the stream is going from direct playback to transcoding (which I don't want) and then failing seconds later (usually after the playback repeats the same 5 second segment it is playing about 3x over) and then says too many errors on screen and skips to the next episode. Any ideas why the update would suddenly cause this? 2024-04-25 23:53:01.300 Info Server: http/1.1 Response 200 to host2. Time: 2133ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/27.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:01.329 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/28.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:01.676 Error HttpClient: Error getting response from http://192.168.1.97:60006/upnp/control/renderer_dvc/AVTransport *** Error Report *** Version: 4.8.5.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 3.10.108 (root@build3) (gcc version 8.5.0 (GCC) ) #42962 SMP Mon May 29 14:36:28 CST 2023 Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: system/System.Private.CoreLib.dll Processor count: 4 Data path: /config Application path: /system System.Net.Http.HttpRequestException: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.IO.IOException: The response ended prematurely. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) Source: System.Net.Http TargetSite: Void MoveNext() InnerException: System.IO.IOException: The response ended prematurely. Source: System.Net.Http TargetSite: Void MoveNext() at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2024-04-25 23:53:01.688 Error DLNA: Error updating device info for Front Study *** Error Report *** Version: 4.8.5.0 Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Linux version 3.10.108 (root@build3) (gcc version 8.5.0 (GCC) ) #42962 SMP Mon May 29 14:36:28 CST 2023 Framework: .NET 6.0.25 OS/Process: x64/x64 Runtime: system/System.Private.CoreLib.dll Processor count: 4 Data path: /config Application path: /system System.Net.Http.HttpRequestException: System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.IO.IOException: The response ended prematurely. at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsyncInternal(HttpRequestOptions options, String httpMethod) at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.SendAsync(HttpRequestOptions options, String httpMethod) at Emby.Dlna.PlayTo.SsdpHttpClient.PostSoapDataAsyncToString(String url, String soapAction, ReadOnlyMemory`1 postData, String header, Boolean logRequest, CancellationToken cancellationToken) at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandWithNodeValuesResponseAsync(String url, DeviceService service, String command, ReadOnlyMemory`1 postData, CancellationToken cancellationToken, String firstNodeName, String[] secondLevelNodes, String[] addEscapeWorkaroundToNodes, Boolean logRequest, String header) at Emby.Dlna.PlayTo.Device.GetPositionInfo(TransportCommands avCommands, CancellationToken cancellationToken) at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) Source: System.Net.Http TargetSite: Void MoveNext() InnerException: System.IO.IOException: The response ended prematurely. Source: System.Net.Http TargetSite: Void MoveNext() at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) 2024-04-25 23:53:02.149 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:02.187 Info Server: http/1.1 Response 204 to host2. Time: 38ms. POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress 2024-04-25 23:53:02.822 Info Server: http/1.1 Response 200 to host2. Time: 1493ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/28.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:02.827 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/29.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:04.364 Info Server: http/1.1 Response 200 to host2. Time: 1537ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/29.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:04.370 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/30.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:05.766 Info Server: http/1.1 Response 200 to host2. Time: 1396ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/30.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:05.771 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/31.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:07.333 Info Server: http/1.1 Response 200 to host2. Time: 1562ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/31.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:07.339 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/32.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:08.793 Info Server: http/1.1 Response 200 to host2. Time: 1455ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/32.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:08.800 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/33.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:10.461 Info Server: http/1.1 Response 200 to host2. Time: 1661ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/33.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:10.468 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/34.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:11.916 Info Server: http/1.1 Response 200 to host2. Time: 1448ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/34.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:11.921 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/35.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:12.170 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:12.181 Info Server: http/1.1 Response 204 to host2. Time: 11ms. POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress 2024-04-25 23:53:13.416 Info Server: http/1.1 Response 200 to host2. Time: 1495ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/35.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:13.420 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/36.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:14.804 Info Server: http/1.1 Response 200 to host2. Time: 1384ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/36.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:14.809 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/37.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:16.162 Info Server: http/1.1 Response 200 to host2. Time: 1352ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/37.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:16.167 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/38.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:17.602 Info Server: http/1.1 Response 200 to host2. Time: 1435ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/38.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:17.614 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/39.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:18.905 Info Server: http/1.1 Response 200 to host2. Time: 1292ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/39.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:18.910 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/40.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:20.440 Info Server: http/1.1 Response 200 to host2. Time: 1530ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/40.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:20.443 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/41.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:21.977 Info Server: http/1.1 Response 200 to host2. Time: 1533ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/41.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:21.989 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/42.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:22.182 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:22.191 Info Server: http/1.1 Response 204 to host2. Time: 9ms. POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress 2024-04-25 23:53:23.483 Info Server: http/1.1 Response 200 to host2. Time: 1494ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/42.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:23.487 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/43.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:24.925 Info Server: http/1.1 Response 200 to host2. Time: 1439ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/43.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:24.933 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/44.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:26.259 Info Server: http/1.1 Response 200 to host2. Time: 1326ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/44.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:26.267 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/45.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:27.551 Info Server: http/1.1 Response 200 to host2. Time: 1283ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/45.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:27.557 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/46.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:29.191 Info Server: http/1.1 Response 200 to host2. Time: 1634ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/46.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:29.207 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/47.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:30.692 Info Server: http/1.1 Response 200 to host2. Time: 1486ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/47.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:30.701 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/48.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:32.181 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:32.186 Info Server: http/1.1 Response 204 to host2. Time: 5ms. POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress 2024-04-25 23:53:32.280 Info Server: http/1.1 Response 200 to host2. Time: 1579ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/48.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:32.289 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/49.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:33.962 Info Server: http/1.1 Response 200 to host2. Time: 1673ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/49.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:33.969 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/50.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:35.406 Info Server: http/1.1 Response 200 to host2. Time: 1437ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/50.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:35.415 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/51.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:36.904 Info Server: http/1.1 Response 200 to host2. Time: 1489ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/51.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:36.914 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/52.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:38.460 Info Server: http/1.1 Response 200 to host2. Time: 1546ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/52.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:38.466 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/53.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:39.918 Info Server: http/1.1 Response 200 to host2. Time: 1451ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/53.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:39.922 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/54.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:41.408 Info Server: http/1.1 Response 200 to host2. Time: 1486ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/54.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:41.418 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/55.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:42.180 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:42.182 Info Server: http/1.1 Response 204 to host2. Time: 2ms. POST http://192.168.1.1:8096/emby/Sessions/Playing/Progress 2024-04-25 23:53:42.863 Info Server: http/1.1 Response 200 to host2. Time: 1445ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/55.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:42.871 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/56.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:44.349 Info Server: http/1.1 Response 200 to host2. Time: 1478ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/56.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:44.356 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/57.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:45.625 Info Server: http/1.1 Response 200 to host2. Time: 1269ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/57.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:45.631 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/58.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:47.074 Info Server: http/1.1 Response 200 to host2. Time: 1443ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/58.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:47.085 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/59.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:48.425 Info Server: http/1.1 Response 200 to host2. Time: 1340ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/59.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:48.431 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/60.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:49.878 Info Server: http/1.1 Response 200 to host2. Time: 1447ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/60.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:49.885 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/61.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:50.444 Info Server: http/1.1 Response 500 to host2. Time: 560ms. GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/61.ts?PlaySessionId=cefeefc6254542688630b4f6890aba51 2024-04-25 23:53:50.636 Info Server: http/1.1 DELETE http://192.168.1.1:8096/emby/Videos/ActiveEncodings?playSessionId=cefeefc6254542688630b4f6890aba51&deviceId=ff857a7b03e1e4ac. Connection=keep-alive, Host=host3, User-Agent=Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003), Accept-Encoding=gzip, Content-Type=application/x-www-form-urlencoded, Content-Length=0, X-Emby-Device-Id=ff857a7b03e1e4ac, X-Emby-Device-Name=Shield%20Lounge, X-Emby-Token=f44f04491e444072b80a32a6fc9e9b8f, X-Emby-Client-Version=2.1.10g, X-Emby-UserId=d84b4d5dd9e44732abc55f15c4b5a8c4, X-Emby-Client=AndroidTv 2024-04-25 23:53:50.642 Info App: ProcessRun 'StreamTranscode d9618a': Stopping ffmpeg process with q command for /config/transcoding-temp/6C28DB/6C28DB_27.ts 2024-04-25 23:53:50.644 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Items/27631/PlaybackInfo?format=json. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:50.650 Info App: User policy for promnitz. EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True 2024-04-25 23:53:50.650 Info SessionManager: Removing playSession cefeefc6254542688630b4f6890aba51 from session a9867b1215aacc63d43819288b8fdc53 2024-04-25 23:53:50.650 Info SessionManager: Adding playSession 3e1639332264427f9f4c1e53d6a7cfe7 to session a9867b1215aacc63d43819288b8fdc53 2024-04-25 23:53:50.651 Info Server: http/1.1 Response 200 to host2. Time: 8ms. POST http://192.168.1.1:8096/emby/Items/27631/PlaybackInfo?format=json 2024-04-25 23:53:50.720 Info Server: http/1.1 POST http://192.168.1.1:8096/emby/Sessions/Playing. UserAgent: Dalvik/2.1.0 (Linux; U; Android 11; SHIELD Android TV Build/RQ1A.210105.003) 2024-04-25 23:53:50.724 Info SessionManager: Playback start reported by app AndroidTv 2.1.10g playing Phones. Started at 129596 ms 2024-04-25 23:53:50.742 Info Server: http/1.1 Response 204 to host2. Time: 22ms. POST http://192.168.1.1:8096/emby/Sessions/Playing 2024-04-25 23:53:50.744 Info Trakt: Playback Started 2024-04-25 23:53:50.835 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/master.m3u8?DeviceId=ff857a7b03e1e4ac&MediaSourceId=f03c239985beeffbb1c490dd4e5ece99&StartTimeTicks=1295960000&PlaySessionId=3e1639332264427f9f4c1e53d6a7cfe7&api_key=x_secret2_x&VideoCodec=h264,mpeg2video,hevc,h265&AudioCodec=aac_latm,mp4a_latm,aac,mp3&VideoBitrate=999808000&AudioBitrate=192000&MaxHeight=2176&AudioStreamIndex=1&CopyTimestamps=true&SegmentContainer=ts&MinSegments=2&AllowInterlacedVideoStreamCopy=True&BreakOnNonKeyFrames=True&SubtitleStreamIndexes=2&ManifestSubtitles=vtt&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&hevc-profile=Main,Main10&aac_latm-audiochannels=2&mp4a_latm-audiochannels=2&aac-audiochannels=2&mp3-audiochannels=2&TranscodeReasons=DirectPlayError,DirectPlayError&AllowVideoStreamCopy=false. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=gzip 2024-04-25 23:53:50.841 Info Server: http/1.1 Response 200 to host2. Time: 8ms. GET http://192.168.1.1:8096/emby/videos/27631/master.m3u8?DeviceId=ff857a7b03e1e4ac&MediaSourceId=f03c239985beeffbb1c490dd4e5ece99&StartTimeTicks=1295960000&PlaySessionId=3e1639332264427f9f4c1e53d6a7cfe7&api_key=x_secret2_x&VideoCodec=h264,mpeg2video,hevc,h265&AudioCodec=aac_latm,mp4a_latm,aac,mp3&VideoBitrate=999808000&AudioBitrate=192000&MaxHeight=2176&AudioStreamIndex=1&CopyTimestamps=true&SegmentContainer=ts&MinSegments=2&AllowInterlacedVideoStreamCopy=True&BreakOnNonKeyFrames=True&SubtitleStreamIndexes=2&ManifestSubtitles=vtt&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&hevc-profile=Main,Main10&aac_latm-audiochannels=2&mp4a_latm-audiochannels=2&aac-audiochannels=2&mp3-audiochannels=2&TranscodeReasons=DirectPlayError,DirectPlayError&AllowVideoStreamCopy=false 2024-04-25 23:53:50.845 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/main.m3u8?DeviceId=ff857a7b03e1e4ac&MediaSourceId=f03c239985beeffbb1c490dd4e5ece99&StartTimeTicks=1295960000&PlaySessionId=3e1639332264427f9f4c1e53d6a7cfe7&api_key=x_secret2_x&VideoCodec=h264,mpeg2video,hevc,h265&AudioCodec=aac_latm,mp4a_latm,aac,mp3&VideoBitrate=999808000&AudioBitrate=192000&MaxHeight=2176&AudioStreamIndex=1&CopyTimestamps=true&SegmentContainer=ts&MinSegments=2&AllowInterlacedVideoStreamCopy=True&BreakOnNonKeyFrames=True&SubtitleStreamIndexes=2&ManifestSubtitles=vtt&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&hevc-profile=Main,Main10&aac_latm-audiochannels=2&mp4a_latm-audiochannels=2&aac-audiochannels=2&mp3-audiochannels=2&TranscodeReasons=DirectPlayError,DirectPlayError&AllowVideoStreamCopy=false. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=gzip 2024-04-25 23:53:50.849 Info Server: http/1.1 Response 200 to host2. Time: 4ms. GET http://192.168.1.1:8096/emby/videos/27631/main.m3u8?DeviceId=ff857a7b03e1e4ac&MediaSourceId=f03c239985beeffbb1c490dd4e5ece99&StartTimeTicks=1295960000&PlaySessionId=3e1639332264427f9f4c1e53d6a7cfe7&api_key=x_secret2_x&VideoCodec=h264,mpeg2video,hevc,h265&AudioCodec=aac_latm,mp4a_latm,aac,mp3&VideoBitrate=999808000&AudioBitrate=192000&MaxHeight=2176&AudioStreamIndex=1&CopyTimestamps=true&SegmentContainer=ts&MinSegments=2&AllowInterlacedVideoStreamCopy=True&BreakOnNonKeyFrames=True&SubtitleStreamIndexes=2&ManifestSubtitles=vtt&h264-profile=high,main,baseline,constrainedbaseline,high10&h264-level=52&hevc-profile=Main,Main10&aac_latm-audiochannels=2&mp4a_latm-audiochannels=2&aac-audiochannels=2&mp3-audiochannels=2&TranscodeReasons=DirectPlayError,DirectPlayError&AllowVideoStreamCopy=false 2024-04-25 23:53:50.862 Info Server: http/1.1 GET http://192.168.1.1:8096/emby/videos/27631/hls1/main/43.ts?PlaySessionId=3e1639332264427f9f4c1e53d6a7cfe7. Connection=keep-alive, Host=host3, User-Agent=Emby/2.1.10g (Linux;Android 11) ExoPlayerLib/2.18.7, Accept-Encoding=identity 2024-04-25 23:53:50.939 Info App: ProcessRun 'StreamTranscode cb96a3' Execute: /bin/ffmpeg -loglevel +timing -y -print_graphs_file "/config/logs/ffmpeg-transcode-cb96a365-8cdb-41c6-8327-e03b0b4e2a10_1graph.txt" -copyts -start_at_zero -f matroska,webm -ss 00:02:09.000 -c:v:0 h264 -noautorotate -i "/video/TV Kids/Bluey (2018)/Season 3/Bluey.(2018).S03E16.Phones.WEBDL-1080p.x264.AAC - BTN.mkv" -map 0:0 -map 0:1 -sn -c:v:0 libx264 -g:v:0 75 -maxrate:v:0 4069635 -bufsize:v:0 8139270 -sc_threshold:v:0 0 -keyint_min:v:0 75 -r:v:0 25 -pix_fmt:v:0 yuv420p -preset:v:0 veryfast -profile:v:0 high -x264opts:v:0 "subme=0:me_range=4:rc_lookahead=10:partitions=none" -crf:v:0 23 -c:a:0 copy -metadata:s:a:0 language=eng -disposition:a:0 default -max_delay 5000000 -avoid_negative_ts disabled -f segment -map_metadata -1 -map_chapters -1 -segment_format mpegts -segment_list "/config/transcoding-temp/362EAA/362EAA.m3u8" -segment_list_type m3u8 -segment_time 00:00:03.000 -segment_start_number 43 -individual_header_trailer 0 -write_header_trailer 0 -segment_write_temp 1 "/config/transcoding-temp/362EAA/362EAA_%d.ts" -map 0:2 -map 0:0 -an -c:v:0 copy -c:s:0 webvtt -max_delay 5000000 -avoid_negative_ts disabled -f segment -map_metadata -1 -segment_format webvtt -segment_list "/config/transcoding-temp/362EAA/362EAA_s2.m3u8" -segment_list_type m3u8 -segment_time 00:00:03.000 -segment_start_number 43 -break_non_keyframes 1 -individual_header_trailer 1 -write_header_trailer 0 -write_empty_segments 1 -segment_write_temp 1 -min_frame_time 00:02:09.000 "/config/transcoding-temp/362EAA/362EAA_s2_%d.vtt" 2024-04-25 23:53:51.053 Info App: AppendExtraLogData - Read graph file: /config/logs/ffmpeg-transcode-d9618a6b-9558-4945-8974-f0031f9b1d04_1graph.txt 2024-04-25 23:53:51.055 Info App: AppendExtraLogData - Deserialized GraphData fileStream: 13,314.000 bytes Graph Count: 2 2024-04-25 23:53:51.055 Info App: AppendExtraLogData - File Deleted 2024-04-25 23:53:51.059 Info App: ProcessRun 'StreamTranscode d9618a' Process exited with code 0 - Succeeded 2024-04-25 23:53:51.065 Info Server: http/1.1 Response 204 to host2. Time: 429ms. DELETE http://192.168.1.1:8096/emby/Videos/ActiveEncodings?playSessionId=cefeefc6254542688630b4f6890aba51&deviceId=ff857a7b03e1e4ac
  19. Sorry, before posting, I actually searched this forum and saw quite a number of threads talking about these products, so that's why I wanted to ask for some general guidelines. Feel free to delete this topic.
  20. Yesterday
  21. chizz44

    Live TV pixelation freakout

    I'm a faithful longtime user of Emby and have run it on various flavors of Linux and hardware over the years. I recently began experiencing a problem with periodic buffering\pixelation while watching Live TV. I recently stood up Proxmox server and was running Emby in an LXC without hardware acceleration, so I thought that might have been the issue. I have now stood up a BOSGAME B100 Mini PC with Ubuntu Server running nothing but Emby. I have hardware acceleration now using QuickSync (I unchecked VAAPI Alder Lake - N UHD Graphics in Transcoding\Advanced) and while the performance feels snappier and smoother overall, I still have this weird problem with Live TV. At or around the top of the hour, mostly at night, the Live TV stream will freakout and devolve into a pixelated laggy mess. If I back out of the channel and return, it plays fine. I have 1GB throughout my LAN. I am viewing TV through an Nvidia Shield attached to my TV. Attached is my log file, taken shortly after it happened this evening. embyserver_LIVE_TV_FREAKOUT_657PM.txt
  22. kingmustard

    Filtering movies by subgenres

    I know filtering by subgenres has been requested before (I believe most recently five years ago) but it does not appear to have received a solution. Filtering by Genre only (such as Horror) (please see screenshot below) is very broad when there are hundreds or even thousands of movies on a server. Being able to then filter by subgenre, such as Horror > Slasher, would be very helpful. I presume most metadata sources contain more data for movies than only (in the above example) Horror but also some subgenres?
  23. Bobby121418

    Issue with 4.8.5.0

    This one from Emby download under Synology NAS and 64bit emby-server-synology72_4.8.5.0_x86_64.spk
  24. Thanks! That would be fantastic!
  25. OK we should be able to support this. Thanks.
  26. TMCsw

    GPU Question

    Missed the Proxmox part, have you passed through the nvidia to the LXC ? (required) This is much more complicated and has more than one way to be done for both 'privileged' or 'unprivileged' containers, again search… Here is one way for a 'unprivileged' container https://blog.kye.dev/proxmox-gpu-passthrough I have done this in a different way in the past but eventually decided they emby is better (simple setup and very controllable) run on the bare metal Proxmox host.
  27. Lessaj

    GPU Question

    I'm not familiar with LXC containers but post your hardware detection log from the last server startup.
  28. Luke

    Server restart notifications

    They might not need that specific notification, but they do at least need to know that the server is about to become temporarily unavailable. So that could be an improvement there.
  1. Load more activity
×
×
  • Create New...