How do you change streaming source for an already established account?

Read 12849 times
We have enabled a clients account with sctrans2

but they are getting this error:

"Note: scheduled playlists are unavailable because the sctrans2 streaming source is in use, which does not support scheduling."

How can we change it to another streaming source without deleting their account, as they they have uploaded a lot of media already.

A step by step would be greatly appreciated.

Regards

Carl.
not to sure on the correct way as im new to this system myself... so an actual answer would be cool.. however i would just delete and remake the account but move there media via comand line first.

DISCLAIMER - im new to this system

# move client files
mv /home/centovacast/vhosts/CLIENTACCOUNT/var/spool /home/tmpfolder

* delete and remake account *

# remove new folders
rm -rf /home/centovacast/vhosts/CLIENTACCOUNT/var/spool

# move old files back
mv /home/tmpfolder /home/centovacast/vhosts/CLIENTACCOUNT/var/spool
Paul from KL Web Consultants KL Web Consultant
not to sure on the correct way as im new to this system myself... so an actual answer would be cool.. however i would just delete and remake the account but move there media via comand line first.

DISCLAIMER - im new to this system

# move client files
mv /home/centovacast/vhosts/CLIENTACCOUNT/var/spool /home/tmpfolder

* delete and remake account *

# remove new folders
rm -rf /home/centovacast/vhosts/CLIENTACCOUNT/var/spool

# move old files back
mv /home/tmpfolder /home/centovacast/vhosts/CLIENTACCOUNT/var/spool

ordinarily i would do this, apart from this is the account of which i have the symlink to the remote server (other thread) and because i have no idea how i managed to sort out how i fixed it, i dont want to delete anything which might break the symlink.

If it wouldn't break either the mount or symlink, maybe i would give it a go..

What you reckon?

Carl.