User Tools

Site Tools


computing:airsonic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:airsonic [2020/05/06 21:41] oemb1905computing:airsonic [2021/06/27 04:40] oemb1905
Line 45: Line 45:
   https://domain.com   https://domain.com
  
-Personally, I do leverage external access and I use apache and these virtual host configurations:  [[https://repo.haacksnetworking.com/oemb1905/haackingclub/tree/master/airsonic|Air Sonic Virtual Host Configuration Examples]].+Personally, I do leverage external access and I use apache and these virtual host configurations:  [[https://repo.haacksnetworking.com/oemb1905/haackingclub/tree/master/airsonic|Air Sonic Virtual Host Configuration Examples]].  Also, I will organize this later, but here is how to make sure the transcoder is working: 
 + 
 +  mkdir /var/airsonic/transcode 
 +  cd transcode/ 
 +  ln -s /usr/bin/ffmpeg 
 +  chown -h user:user ffmpeg 
 +  ls -alh 
 +  <lrwxrwxrwx 1 user user   15 mai    4 19:57 ffmpeg -> /usr/bin/ffmpeg>
  
 Peace all … oemb1905 #freesoftware #gnulinux #debian Peace all … oemb1905 #freesoftware #gnulinux #debian
      
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2020/05/06 15:38//+ --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/06/26 22:39//
computing/airsonic.txt · Last modified: 2023/12/25 18:23 by oemb1905