tomeshnet / ipfs-live-streaming

Like HTTP live streaming, but with IPFS which is maybe better?
GNU General Public License v3.0
449 stars 74 forks source link

Clear out pinned data #47

Open darkdrgn2k opened 6 years ago

darkdrgn2k commented 6 years ago

You can unpin all the pinned segments by running

cat /var/www/html/live.log | awk '{print $2}' | xargs -n 1 ipfs pin rm
ipfs repo gc
rm -rf  /var/www/html/live.log