You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to debug a problem I found with streaming live TV via the jellyfin-tizen app.
In order to do this I am trying to run the master branch of Jellyfin Server in debug. I can get the server running in debug fine and can get the tvheadend plugin installed.
Playback of recorded shows work but playback of live TV result in an exception:
I was finding that GetChannelStreamMediaSources was the method that was "not found"
From what I can tell, the interface in Mediabrowser.Controller has been change to return IEnumerable instead of List. Not to sure why this is causing a problem.
I changed the reference in csproj to a project reference from the nuget package reference, recompiled and copied the dll over. It now works.
I also made a copy of BannedSymbols.txt, when the build process complained for me.
I guess that when the Nuget package gets rebuilt and published, this issue will go away for good.
I am trying to debug a problem I found with streaming live TV via the jellyfin-tizen app.
In order to do this I am trying to run the master branch of Jellyfin Server in debug. I can get the server running in debug fine and can get the tvheadend plugin installed.
Playback of recorded shows work but playback of live TV result in an exception:
Can anyone give me any hints on next steps?
I am new to the Jellyfin ecosystem so am currently on a steep learning curve. I think Jellyfin is amazing BTW.
The text was updated successfully, but these errors were encountered: