Someone is reporting one of my #PeerTube instances to my domain name host for phishing. I don't understandar how a video hosting site even could #Phish. May have to figure how to transfer hosting off Porkbun
21.8.2024 03:30Someone is reporting one of my #PeerTube instances to my domain name host for phishing. I don't understandar how a video hosting site...resolving the mixed webview and exoplayer interfaces in my original tv app is just not working out.
Once I get up and running at the new job I'll try adding peertube api support to a more current exoplayer front end.
7.8.2024 10:31#wrongpathresolving the mixed webview and exoplayer interfaces in my original tv app is just not working out.Once I get up and running at...Just signed and submitted my offer letter from Starlink
Start next month.
24.7.2024 16:49Just signed and submitted my offer letter from StarlinkStart next month.All managed PeerTube instances upgraded to 6.2 release version
17.7.2024 09:44All managed PeerTube instances upgraded to 6.2 release versionSpoke too soon of course, but all the remote runner dedicated servers all seem to be working right now.
notes:
1. Make sure FFMPEG is >4.3, the executables at https://github.com/yt-dlp/FFmpeg-Builds#ffmpeg-static-auto-builds work
2. Upgrade python to support pip
sudo apt install python3-dev python3-pip python-is-python3
3. Install whisper, if whisper-ctranslate2 goes into the wrong directory use whereis and cp to move it to /usr/bin
4. if numpy throws a version warning/error
pip install numpy --upgrade
#PeerTube confederation project:
Had to work with the new pip dependency requirement a bit, but finally got my test systems all upgraded to the new 6.2 release candidate with the automatic transcription generaton using whisper via remote runners.
Got alby and hive authentication coexisting with the work @brianoflondon is doing on hive based Sat micropayments. As more end points are added more features will be available. While in the code threw in compatibility with #HiveTube plugin federated content. This allows the Lightning plugin to determine the hive splits for the content and send Sats to the splits via the hive gateway so the creator and host get Hive into their associated wallets.
18.6.2024 10:14Got alby and hive authentication coexisting with the work @brianoflondon is doing on hive based Sat micropayments. As more end points are...Combining the Hive-Tube, Lightning, and Podcast2 plugins gives #PeerTube an awesome level of tag support.
Really looking forward to the Audio-only update this year from the french team for feature completeness as a hosting solution. The current codec is sub-optimal
5.6.2024 16:42Combining the Hive-Tube, Lightning, and Podcast2 plugins gives #PeerTube an awesome level of tag support.Really looking forward to the...ah yeah
5.6.2024 04:18ah yeahupdated podcast2 plugin to fix a node-crashing podroll bug
2.6.2024 15:19updated podcast2 plugin to fix a node-crashing podroll bugPushed 0.4.7 to NPM. Changed podcast:license to use SPDX License List per spec instead of the #PeerTube licence list.
PeerTube using licence and rss using license has been messing this part of the code up repeatedly :(
26.5.2024 06:40Pushed 0.4.7 to NPM. Changed podcast:license to use SPDX License List per spec instead of the #PeerTube licence list. PeerTube using licence...Pushed podcast2 #PeerTubePlugin 0.4.6 to NPM adding podroll support and cleaning up some logging configuration
25.5.2024 18:40Pushed podcast2 #PeerTubePlugin 0.4.6 to NPM adding podroll support and cleaning up some logging configurationPushed podcast2 plugin 0.4.5 to npm which should have full podping and publisher support
Each podcast instance is the publisher feed for their channels.
Podroll next, first pass will be populated by the other channels by the same account. This should work well for audiobooks. For example: Tom Sawyer by Mark Twain on audio.freediverse.com, the podroll will have all the other books by Twain, and the publisher feed will have all the books on the site.
24.5.2024 14:28Pushed podcast2 plugin 0.4.5 to npm which should have full podping and publisher supportEach podcast instance is the publisher feed for...Finished first pass of podcast:publisher support. Working so far, but the livewire validator is throwing errors on the title value in the remoteItem
Is this just another case of @samsethi running far ahead of the pack with scissors in both hands or is title a medium specific value that doesn't belong on things that aren't events?
23.5.2024 03:52Finished first pass of podcast:publisher support. Working so far, but the livewire validator is throwing errors on the title value in the...Looks like I've finally got podping liveItems working properly with apps, pushed 4.0.1 to npm so I can make sure podping proxying is working as well.
22.5.2024 13:39Looks like I've finally got podping liveItems working properly with apps, pushed 4.0.1 to npm so I can make sure podping proxying is...Got podping working properly on channel/video updates.
Really highlighted how much work was being done on every RSS request, so enabled caching of rss feeds to cut down unneeded cpu abuse.
11.5.2024 14:50Got podping working properly on channel/video updates.Really highlighted how much work was being done on every RSS request, so enabled...Finally got styxhexenhammer666.com transferred from a dedi to a vps
Main issue was trouble dumping and restoring between Postgresql 12 and 14. Managed to get 14 to 14 working with a clean boot before dumping.
This will let me knock $99 of my monthly hosting bills.
#Garage Object storage continues to exceed all my testing metrics, working great with several TB of video so far
Next up, migrate p2ptube.us to a vps.
8.5.2024 11:41Finally got styxhexenhammer666.com transferred from a dedi to a vpsMain issue was trouble dumping and restoring between Postgresql 12 and...sonofa
pg_restore: error: input file is too short (read 0, expected 5)
7.5.2024 01:03sonofapg_restore: error: input file is too short (read 0, expected 5)starting to hate postgres, one instance using version 14, trying to move it to a server using version 12 fails, upgrade new server to 14, and the error cascade doesn't stop.
really destroyed last weekends productivity.
Moving the videos is going okay, looks like it's gonna take ~3 days. That may in part be due to redlining the single cpu core the instance has.
To up the performance stress testing just started moving a 1.2TB instance on a 56 core server simultaneously. so far going well and still playing videos without skipping
Performance is comparable to the SeaweedFS object store while offering complete redundancy between to the 2 sites
3.5.2024 20:59Moving the videos is going okay, looks like it's gonna take ~3 days. That may in part be due to redlining the single cpu core the...