Axel Gustav
Axel Gustav
I should probably add that I also now set up Emby (with Premium sub) and it records the same channels no problem. Not sure if that helps...
I see there are quite a lot of issues that are being opened almost daily and can imagine the burden on our lovely maintainers. I'm not here demanding any help,...
Was wondering if it might be a permission issue but not seeing anything in the logs unlike e.g. #8466
@ajb142 great to hear! I'm a dev myself but have to admit that I never touched any of the C-family languages (besides a super brief attempt with Objective-C for iOS)...
Thanks for the update! I can try to revert to an older docker image to see if this is a recent issue or not. I don't think having the channel...
Having the same issue in Jellyfin `v10.7.7` 😞 I'm not even sure why it tries to transcode when all I want is record... I'm using an M3U tuner (directly IPTV)...
Hmm `v10.7.0` is from March 2021 - we also tried 10.7.7 and 10.8.7 (and I just tried 10.8.8)... I doubt this is a regression that just happened and didn't get...
So I tried tracing some code... 1. `RecordStream` Task is called with the timer, end date and recording info - https://github.com/jellyfin/jellyfin/blob/75c96e6e76d7ba3e68f12108856c291623c819e7/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs#L1224 2. It checks if the stream needs to be...
Thank you for further digging @ajb142 @Bond-009 bingo, I hit up one of my streams with cURL and the problem might be that the initial stream URL is a 302...
That'd be awesome if #8823 fixes it. @ajb142 are you able to run that branch locally to test?