Centova Technologies Forum

Centova Cast v3 => Bugs and issues => Topic started by: skoja on May 09, 2019, 01:37:53 am

Title: Can multiple streams share the same server-side MP3s?
Post by: skoja on May 09, 2019, 01:37:53 am
1.Put all of your shared MP3 files in the folder:
/usr/local/centovacast/sharedmp3s/

2.Create a directory for the shared MP3 files under the stream account:

3.mkdir /usr/local/centovacast/var/vhosts/USERNAME/var/spool/media/shared
Create a bind mount by editing /etc/fstab and adding:

4./usr/local/centovacast/sharedmp3s /usr/local/centovacast/var/vhosts/USERNAME/var/spool/media/shared none bind
Mount the shared directory by running:

mount /usr/local/centovacast/var/vhosts/USERNAME/var/spool/media/shared


We do everything as described.
However, after restart the server all streaming unmount and disconnected from shared folder.

Do you have any ideas or solution?

Thank you.
Title: Re: Can multiple streams share the same server-side MP3s?
Post by: radioparanormalium on May 11, 2019, 04:50:01 am
Do you store your MP3s on a separate partition?