Can multiple streams share the same server-side MP3s?

Read 1706 times
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.
Do you store your MP3s on a separate partition?