Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: megadealhosting on October 10, 2011, 05:39:02 am

Title: How do you change streaming source for an already established account?
Post by: megadealhosting on October 10, 2011, 05:39:02 am
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.
Title: Re: How do you change streaming source for an already established account?
Post by: KL Web Consultants on October 10, 2011, 11:27:41 am
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
Title: Re: How do you change streaming source for an already established account?
Post by: megadealhosting on October 10, 2011, 01:38:14 pm
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.