Getting this in both jellyfin and in the ersatzTV Gui when I go to "Channels > Preview channels"
When I tail the log I get the following:
at ErsatzTV.Application.Playouts.BuildPlayoutHandler.Handle(BuildPlayout request, CancellationToken cancellationToken) in /source/ErsatzTV.Application/Playouts/Commands/BuildPlayoutHandler.cs:line 53
at ErsatzTV.Services.WorkerService.ExecuteAsync(CancellationToken stoppingToken) in /source/ErsatzTV/Services/WorkerService.cs:line 64
2024-05-03 11:51:23.657 -04:00 [INF] Starting ts stream for channel 34
2024-05-03 11:51:23.667 -04:00 [INF] Starting HLS session for channel 34
2024-05-03 11:51:23.672 -04:00 [WRN] Error locating playout item {"$type":"UnableToLocatePlayoutItem"}. Will display error from "2024-05-03T11:51:23.6685875-04:00" to "2024-05-03T11:51:23.6685875-04:00"
2024-05-03 11:52:33.127 -04:00 [INF] Terminating HLS session for channel 34
2024-05-03 11:57:39.166 -04:00 [INF] Starting ts stream for channel 34
2024-05-03 11:57:39.176 -04:00 [INF] Starting HLS session for channel 34
2024-05-03 11:57:39.181 -04:00 [WRN] Error locating playout item {"$type":"UnableToLocatePlayoutItem"}. Will display error from "2024-05-03T11:57:39.1773793-04:00" to "2024-05-03T11:57:39.1773793-04:00"
2024-05-03 11:58:48.632 -04:00 [INF] Terminating HLS session for channel 34
I had this running on my Unraid server, but it was taking too many cycles, so I stood up a bare metal ubuntu server with docker and reinstalled, replicating the same process. So I'm not sure what I'm missing this go around.
I DO have a playout for the channel created set for any any any
I have installed jasongdove/ersatztv:latest-vaapi for Intel transcoding.