If I'm in the wrong place, please let me know where the right place is.
I am tinkering with peertube, and just got it setup under containers in podman. Seems to be working as far as the web interface is concerned. I setup a user, and am able to set preferences and whatnot. I uploaded a video, though, and am running into an error on playback.
The video is short, and uploads quickly, no errors on the upload, its when I head to the URL for the video, and try to play it that I get an error. If i watch the logs for peertube i see it transcode the video, and in the video page I see a generated thumbnail, clearly a frame from my video, but I see the following error in the logs for peertube:
[video.ironsysadmin.com:443] 2023-09-21 22:40:18.963 error: Client log: HLS.js error: networkError - fatal: true - manifestLoadError {
"username": "nate",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0",
"url": "https://video.ironsysadmin.com/w/3khULVduZv4cyeKcrW6bme"
}
[video.ironsysadmin.com:443] 2023-09-21 22:40:18.965 error: Client log: Cannot get sha256 segments {
"username": "nate",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0",
"stackTrace": "JSON.parse: unexpected character at line 1 column 1 of the JSON data\n",
"url": "https://video.ironsysadmin.com/w/3khULVduZv4cyeKcrW6bme"
}
I have basic storage setup (but I do want to move to an object store as soon as I see this working) it's behind an nginx proxy using the config from the docs, with some tweaks because its in a container.
What does this error mean? Where can I continue troubleshooting?
Thanks!
Forgive my ignorance please