Open ajb142 opened 2 years ago
I made some progress with this tonight.
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
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.
@ajb142 - Pretty sure this issue is duplicated by https://github.com/jellyfin/jellyfin-plugin-tvheadend/issues/58
If you want to check the new version 11 of the plugin, I believe it should be resolved.
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.