Need Help in multi server + not working in 2.6
Hi,
I have added FTp account.
When I upload a video its uploading in ftp server which i beleive is good.
But when come to run the video in webpage it dont run.
my ftp server is running Windows 2003 and dont have any FLV player. is it the reason? I check the the URL of the folder and I found something wrong..
like this..
ftp folder's URL is http://67.228.38.146/flv/ and to test i put this html file http://67.228.38.146/flv/test.html which is accessible.. but when I try to access FLV file using http it says file is not available but i see in FTP it is there..
Anything to do with my Ftp server? My FTP server also have firewall but it dont block http access. does flv need any certain port to open up?
Here is a link which is uploaded in FTP server and not running.
http://pinoymonster.com/view/345/asdf-3/
Please beware of Adult Content.
Regards,
MD Hoque
Re: Need Help in multi server + not working in 2.6
In your page code, it is linking to
http://67.228.38.146//11996984911981353973.flv
What is the url you set in admin area for the FTP server ?
Re: Need Help in multi server + not working in 2.6
Hi,
I sent you PM with admin login. Kindly check.. i think its not with linking it might be something else.
Regards,
MD Hoque
Re: Need Help in multi server + not working in 2.6
It seems FTP is uploading file.
Code:
FTP SERVER: 67.228.38.146
FTP SERVER: used loged in.
Connected to FTP SERVER: 67.228.38.146
Current directory is now: /FLV
Uploading to FTP SERVER: 67.228.38.146
FLV DELETED
Do a search on your server and find location of the file "1199705679499291164.flv"
Then tell me url where it can be downloaded.
I can't connect to your FTP server, but it work when i try convert from the server. Have any firewall ?
Re: Need Help in multi server + not working in 2.6
Hi,
1st URL Should be http://67.228.38.146/flv/XXx.FLV I can see the files inside FLV folder.. In the same folder I put a html file test.html which is accessible through http://67.228.38.146/flv/test.html But when I try to access FLV file it dont work. But i see the file in the same folder.
2nd It has firewall. give me your IP and i will add your IP in firewall
3rd do i need any certain port to open to access flv via http??
4th Do i need to install any FLV player in my windwos server??
REgards,
MD hoque
Re: Need Help in multi server + not working in 2.6
It seems FTP server is not properly setup.
Now vshare is able to upload file, but the file is not public. You need to check the FTP server setup. Enable directory browsing, also check file permissions.
Re: Need Help in multi server + not working in 2.6
Hi,
I think this Multi Server system dont work with Windows Server ..
I have another webhosting server from jodohost.com which is regular shared hosting package. I tried to do it with them..
File is located correctly in http://philgifts.com/1199724388760008356.flv but it cant be access neither via http:// nor via vshare.
Please confirm..
Regards,
MD Hoque
Re: Need Help in multi server + not working in 2.6
hi,
I enable directory browsing please check.
http://67.228.38.146/
Regards,
MD hoque
Re: Need Help in multi server + not working in 2.6
HI,
Could you kindly assist me how to check file permission in windows 2003 standard edition... Thats the last thing may be i have to recheck..
Re: Need Help in multi server + not working in 2.6
Windows will not be a poblem. What it need to able to uplaoad and download the files.
The files are getting uploaded, due to some permission problem, files are not getting downloaded. What FTP server you are using ?
Re: Need Help in multi server + not working in 2.6
You need to set the web server or FTP permission so that the file
http://67.228.38.146/11996984911981353973.flv
Should be able to download through Web. I don't know the IIS settings, you can contact your server provider or admin to get that done.
Re: Need Help in multi server + not working in 2.6
okay. I am using 2003 windows's built in FTP option. Do u have any sugestion??
Do u have any YM or MSN ID?? May I have if you got..
Re: Need Help in multi server + not working in 2.6
You might noticed only FLV dont get download. But other are getting including exe and html..
Re: Need Help in multi server + not working in 2.6
Admin
i got it working.
it is due to that in 2003 we must put some mime type to recognize flv files.
Thnx for your effort.
Re: Need Help in multi server + not working in 2.6
Hi,
I was successfully able to use FTP server system.
Thnxs for your support
I have already stransfered all of my flv files to new FTP location. IS there any way i can change the link of old videos to play from FTP server.
Regards,
MD Hoque
Re: Need Help in multi server + not working in 2.6
Hi,
I was successfully able to use FTP server system.
Thnxs for your support
I have already stransfered all of my flv files to new FTP location. IS there any way i can change the link of old videos to play from FTP server.
Regards,
MD Hoque
Re: Need Help in multi server + not working in 2.6
You need to check the server id of the server in admin. Then update field server_id in table video with server id of your new server.
SQL will be
Code:
UPDATE video set server_id=NEW_ID WHERE server_id=OLD_ID
Re: Need Help in multi server + not working in 2.6
Thanks for the tip on moving the old files to the ftp server and updating the database.
I am testing the conversion and already ran into a problem (I think). The first one I did (wmv) went great using import folder. I tried to add another and it did not go to ftp server. I am wondering what went wrong? It made the file and all thumbs and left it in the flv local directory and did not upload it. Am I going to see it come on in a few cron runs?
Re: Need Help in multi server + not working in 2.6
I got it working. thnx. serverID is not the address of the server but ID of the server. like mine 0 , 1 , 2
REgards,
MD Hoque