2024-02-07, 03:45 PM
I have Jellyfin 10.8.13 installed on a Rocky 8 server. When I try to use DeoVR, Pigasus or Skybox clients on the Quest 2 I get various errors. In all cases
I can see the jellyfin DLNA server but when I try to browse I have problems. In Skybox I get "network error".
This seems to be a known problem with Jellyfin DLNA going back to 2020 but I don't ever see a resolution in my googling. I'm able to use minidlna without issue on the same server. I'm also able to stream from Jellyfin using VLC on windows from the same server.
This is what the jellyfin log shows every time I try to access a video:
Is this issue ever been resolved?
I can see the jellyfin DLNA server but when I try to browse I have problems. In Skybox I get "network error".
This seems to be a known problem with Jellyfin DLNA going back to 2020 but I don't ever see a resolution in my googling. I'm able to use minidlna without issue on the same server. I'm also able to stream from Jellyfin using VLC on windows from the same server.
This is what the jellyfin log shows every time I try to access a video:
Code:
[2024-02-06 16:59:44.576 -06:00] [DBG] [132] Emby.Dlna.ContentDirectory.ContentDirectoryService: Profile: "Generic Device", Path: "/dbb/mediaB/test/testmovie.mp4", isEligibleForDirectPlay: True, isEligibleForDirectStream: True
[2024-02-06 16:59:44.577 -06:00] [ERR] [132] Emby.Dlna.ContentDirectory.ContentDirectoryService: [b]Error processing control request[/b]
[b]System.NullReferenceException: Object reference not set to an instance of an object.[/b]
at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(MediaSourceInfo item, VideoOptions options)
at MediaBrowser.Model.Dlna.StreamBuilder.BuildVideoItem(VideoOptions options)
at Emby.Dlna.Didl.DidlBuilder.AddVideoResource(XmlWriter writer, BaseItem video, String deviceId, Filter filter, StreamInfo streamInfo)
at Emby.Dlna.Didl.DidlBuilder.WriteItemElement(XmlWriter writer, BaseItem item, User user, BaseItem context, Nullable`1 contextStubType, String deviceId, Filter filter, StreamInfo streamInfo)
at Emby.Dlna.ContentDirectory.ControlHandler.HandleBrowse(XmlWriter xmlWriter, IReadOnlyDictionary`2 sparams, String deviceId)
at Emby.Dlna.Service.BaseControlHandler.CreateControlResponse(ControlRequestInfo requestInfo)
at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestInternalAsync(ControlRequest request)
at Emby.Dlna.Service.BaseControlHandler.ProcessControlRequestAsync(ControlRequest request)
Is this issue ever been resolved?