![]() |
TVHeadEnd Plugin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: TVHeadEnd Plugin (/t-tvheadend-plugin) |
RE: TVHeadEnd Plugin - doobs - 2024-06-29 Okay, I did a Guide Refresh and then tried again. I've only included log data from after the guide refresh https://pastebin.com/yNnaALCg Thanks 'nuther silly question. Having to manually refresh guide data seems decidedly "sub-optimal". Is there a way to have it automatically refresh? cheers RE: TVHeadEnd Plugin - theguymadmax - 2024-06-29 Post the ffmpeg logs. Guide data gets refreshed every 24 hours as a scheduled task in the admin dashboard. That can be edited or you can manually run it. RE: TVHeadEnd Plugin - doobs - 2024-06-29 Oops. Sorry. Try this: https://pastebin.com/Rs3neXQY My settings for Guide refresh is set for 24 hours, but it was definitely not up to date when I looked this morning. Thanks for the assistance. RE: TVHeadEnd Plugin - theguymadmax - 2024-06-29 What's the specs on your server? RE: TVHeadEnd Plugin - doobs - 2024-06-29 It's one of these: https://protectli.com/product/fw2b/ It's got an 8gb DDR3 memory card and a 256gb mSata Solid State Drive I had this setup in the townhouse where we moved from. I put a Ubiquiti UDM SE in the new house so this thing became available. I figured it would have more grunt then a RPi. I installed Ubuntu server on it, then Jellyfin. RE: TVHeadEnd Plugin - theguymadmax - 2024-06-29 It looks like you don't have hardware acceleration turned on. In Dashboard->Playback-> Transcoding - set hardware acceleration to VAAPI What your processor supports: https://www.cpu-monkey.com/en/cpu-intel_celeron_j3060 RE: TVHeadEnd Plugin - doobs - 2024-06-30 Well, That was decidedly sub-optimal. Turned on VAAPI encoding, and tried to play a selection from the guide. I got the spinning blue circle, and could not go back to the menu. Jellyfin was effectively hung. I had to reboot from Putty, and even then it took a long time to get it's act together. Here is the FFmpeg log: https://pastebin.com/gGdnyG8s thanks for the help RE: TVHeadEnd Plugin - theguymadmax - 2024-06-30 It looks like the source signal is corrupt. Can you verify that the channel works outside of jellyfin? RE: TVHeadEnd Plugin - TheDreadPirate - 2024-06-30 Braswell CPUs are pretty old. Code: Error while decoding stream #0:1: Error number -16976906 occurred Something is wrong with the input. RE: TVHeadEnd Plugin - theguymadmax - 2024-06-30 Also, I would disable fMP4 in Settings->Playback. The fmp4 transcoding profiles had known issues and were disabled for live TV, so I don't know why it's not using ts. |