TVE2SDK - Video Host Request
Sep 21, 2007
I have a customer who is building a video site and purchased the software - TVE2SDK from blue-pacific.com/products/turbinevideosdk/ and we are having a hard time finding a managed server that can handle the request of this DLL. Does anyone know of a Hosting company capaple of hosting such a DLL? It needs to be Windows, ASP, and SQL for the requirements and plenty of disk space. I prefer to move all my domains to this hosting company so size is definetely an issue with me. Currently, I have 14GB of disk space.
View 0 Replies
ADVERTISEMENT
Jun 1, 2009
We looking for a solution for our website. We currently stream about 1.5 TB of videos a month and have about 100 gig of them. We will be opening up our site to allow user uploads, mean that will will also be needing to encode videos.
We are looking at Iwebs Power Servers.
2 x Xeon Quad Core 2.0Ghz
320GB SATA 2
8Gb Ram
10,000GB transfer a month
100mbps link
$240 a month.
We plan on updating the site to run .NET 3.5, this adds $70 month onto the price. Seems like good deal. Can anybody recommend anything better.
For an extra $200 we can upgrade to SCSI. How much will this improve the performance.
Most of our users are in the US and Australia, Iweb servers are located in Montreal Canada. How much will this effect the perfomace of our site.
I have read that some hosts have ffMpeg, Menecoder, FMS3 already installed can andybody point me into the direction of one of these
View 3 Replies
View Related
Aug 20, 2008
I'm a university designer trying to find hosting for a video textbook. I have about 330MB of videos framed in a single swf/html/js page.
Our course is about 300 students, and we'd expect the site to be largely dormant except for traffic spikes right before exams, when everyone will want to access the material.
We know nothing about linux images or server maintenance or anything required to use an unmanaged VPS. I'm mostly just concerned about having enough bandwidth not to upset ToS, but I'm unsure of what this actually translates to. Any hosting advice would be extremely appreciated, from specs we should look for to specific hosts. We're lost fishies!
View 9 Replies
View Related
Aug 28, 2008
First things first, we haven't even figured out if we're going to use clipshare, clipbucket or phpmotion for this project. We're going to build a video sharing site where people can share their videos or post direct links to youtube clips etc. Any other ideas or script recommendations are gladly accepted
Now, the hardware part. VPS's at dreamhost cost $15 a month which sounds nice, but how reliable are they? Based on my readings here at WHT, dreamhost and seperate mysql/site servers don't work too well over there. I'll happily pay more if I know what I'm getting is reliable and 100% functional without a lot of uptime problems and server issues.
I have a Hostgator account but they don't support video sites on shared/reseller so we'd have to go dedicated with them. I don't see the point in going dedicated when the site isn't even launched.
So, I guess a VPS it is unless anyone else has another suggestion. Who can tell me about the "big" hosts in the game with the most reliable VPS solutions?
View 13 Replies
View Related
Jun 15, 2008
I am planning to start a web-site in which video-sharing(video-hosting) is going to be the primary concept. I need support for a very CPU and RAM instensive program called 'ffmpeg'. I also need a minimum of 2.5TB of disk space and 15TB of bandwidth every month. I tried looking for an ideal host all over the web, but I am more confused than ever.
View 14 Replies
View Related
May 6, 2008
I am having a video sharing website designed. It's not going to be too busy to start with but I appreciate it will use a lot of bandwidth. I wont be offering the embed option so maybe that will limit the strain.
Any ideas on a good US-based host that can offer me a dedicated and managed solution with fast and friendly support? Any ideas of a monthly cost for a start-up?
View 14 Replies
View Related
Jun 22, 2007
# how can we turn this request on our firewall ?
C:Documents and SettingsOx>ping www.host.com
Pinging webhostingtalk.com [xx.xx.xx.x] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for xx.xx.xx.x :
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss ),
# and how to secure our server from SYN Flood DoS Attack Experiments?
View 10 Replies
View Related
Dec 26, 2008
How does Ichat, Oovoo, MSN, and Yahoo host their video conferences?
I am curious, where are the video conferences hosted?
Is it just sending video between two computers or is the live video actually hosted on a server?
View 8 Replies
View Related
Apr 12, 2008
I have a video site (just embedding) that is pretty small right now. I do not need a dedicated server just yet.
I am currently using westhost and they do not support the typical suite of video software needed to convert videos to flvs. I would like to know if there are any reliable hosts with good support that offer installation of the following software on a shared vps:
View 6 Replies
View Related
May 8, 2007
I know Cpanel has some features to do this unfortunately i have a private lable Pannel
that is why I want to move to a host that can allow me to move all my customers in and out as fast as I need to. There are many reasons to leave or find different hosting
that is not the question the question is how to do this without having your customers
go crazy or if posible to do it without them even noticing more then a short period of downtime late at night.
Please offer any opinions or directions on Pannel choice and methods to make the move seamless.
Mistakes are also very interesting And although we all know every hosting company is willing to help us do this and they are all nice guys it is important that things like this can be done fast and also without need for outside tech support All things are important like checking php versions and perl moduals and apache, mysql, phpMyadmin versions.. is setting up a dns3. and dns4. and asking customers to use that important for fast migration?
View 5 Replies
View Related
Feb 8, 2007
I've got a client who wants to host audio files... Here are the sizes:
50 x 75MBs
300 x 10MBs
400 x 5MBs
That totals 8750MBs or 8.75GBs... If he gets hundreds of visitors, it could end up being 1000's of GBBs or bandwidth.
I don't know what to look for to support so much bandwidth... Do you buy bandwidth? Are their special companies out their that host it for you?
View 6 Replies
View Related
Feb 6, 2015
My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:
- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.
I have configured a virtual host in httpd.conf for each ip, i.e.
Code:
<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>
and
Code:
<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>
This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.
Is it possible to send requests using the ip address from the relevant VirtualHost?
Windows server 2008
Apache 2.2
View 1 Replies
View Related
Mar 20, 2009
Can anyone recommend the best cost-effective solution for serving up video files to websites on other servers?
Basically looking for a central storage location to hold video files (flv, swf) that will be hotlinked from websites on other servers.
I'm currently using about 200GB bandwidth monthly, and need to increase that to about 500GB without violating any TOS or getting cut-off/suspended.
Not sure if the best option will be a hosting account, file storage site, etc.
View 4 Replies
View Related
Oct 26, 2009
get Video hosting website or company Like you tube.
That youtube is banned in my country.
View 11 Replies
View Related
Feb 2, 2008
how I would be able to set up streaming video on a server for live video as well as archived videos? We've got a client who is requesting streaming events live, bandwidth on our end shouldn't be an issue however I'm wondering where I would start? I've done streaming audio before but I have never done streaming video.
View 2 Replies
View Related
Apr 17, 2008
What is the best CMS for streaming videos (kinda like youtube) that will allow me to upload bulk amount of videos to the server, instead of uploading them one by one.
View 1 Replies
View Related
Oct 28, 2008
i know this probably isnt the right forum, however i think it is probably the closest to the right forum... so anyway...
I have a swf video player, when i load a page in explorer with the swf embeded into it.. the video begins to stream fine.. however if i try and change the explorer page the page wont change untill the entire video has been streamed.. anyone have any ideas as to why this is?... is this something wrong with
a. my explorer settup?...
b. my server setup?... or
c. my swf?...
View 1 Replies
View Related
Jun 25, 2008
I have a site which has a short FLV video of about 4 mins. My current host is a bit slow and so the playback is staggered.
I was wondering if anyone can recommend a fast but affordable host for FLV files.
View 7 Replies
View Related
Apr 15, 2008
We are going to launch Video Tours service for real-estate companies.
The video files will be stored on the server and shown by request.
What kind of server should we use for this task?
Are there any specific requirements to the server and the network?
View 5 Replies
View Related
Jan 5, 2007
any DVR / IP Cams, etc setup like the Geovision setup.
what you are running hardware/software wise.
View 0 Replies
View Related
Aug 4, 2008
Does anyone own any video sharing websites? if so what hosting companies do you use. I cant afford a dedi yet as i want to grow but want to start out with VPS or shared
View 1 Replies
View Related
Jan 8, 2008
if it would be possible to video cast a video game match via remote desktop? I am trying to do some research to see if it would at all be possible. I've never really messed with it but from what I understand you need two pc's connected together. One setup as the "game" machine which follows around the players and watches the match. The second "capture" machine does just that, caputes all the video/audio that is coming from the game machine and uploads it to a streaming server where users can watch through WMP or whatever.
The biggest problem I see with this is if a person tries to video cast from their home connection the upstream would likely be crap. If the person where able to connect to a remote desktop and run the game on a huge backbone the upstream would be great. I don't know if this would work or not because of the delay between the actual client and the colo boxes.
View 0 Replies
View Related
Nov 5, 2007
I'm wondering if anyone can come up with any way to stream live video off my computer to my server. Then allow all my viewers to watch using my server rather than my own bandwidth.
A script / software combo would be sweet.
server is currently running centos i am willing to change it though.
View 6 Replies
View Related
May 10, 2008
I'm curious. I have read some stuff recently about Amazon, Mosso and other clouds. I know Mosso has switched over to a request based pricing model and I realized that I am not sure exactly what a 'request' is.
I think that a hit, as tallied by AWStats, Webalizer, etc. would be the same thing as a request, but I wasn't 100% sure if that was the case with Mosso. I actually contacted Mosso support (someone I know is considering using them) to ask them for clarification on a request. They stated that a page with two images would be three requests, one for each image and one for the page itself. I asked if it was the same as 'hits' and they said no, it isn't. This didn't sound right to me, because my understanding of 'hits' is the same as how he described 'requests'.
So, I figured I would just ask the experts on WHT.
View 5 Replies
View Related
Jun 2, 2009
I have a script that needs to make a port 80 request to itself and it seems that there is something blocking that request. where should i look to correct this problem?
View 14 Replies
View Related
May 4, 2009
I couldnt find my past forum post regarding a good service from LA to Australia.
Mainly, Im looking for a LA service which will provide me with super times to melbourne australia. I need a company which is small and that can provide me with fast support and great speeds.
I dont really want a big company.
View 4 Replies
View Related
Jul 25, 2007
Can I have some of you ping 24fans.net and let me know what your results are? Also where you're located would be good.
My ISP is being crappy and my dsl line is basically down ever few minutes. They're supposed to fix it tomorrow.
My current results are:
Reply from 70.84.145.91: bytes=32 time=66ms TTL=51
Reply from 70.84.145.91: bytes=32 time=59ms TTL=51
Reply from 70.84.145.91: bytes=32 time=65ms TTL=51
Reply from 70.84.145.91: bytes=32 time=58ms TTL=51
This doesn't really have anything to do with my dsl being crappy, but rather I'm just curious as to what kind of responses people are getting around the world.
View 8 Replies
View Related
May 3, 2007
Can some nice person please write a good tutorial on setting up the game server cpanel addon?
View 1 Replies
View Related
Apr 24, 2007
Where could I find the following or how much would a custom plan with the following details cost:
Fair share of a decent cpu(s)
256mb RAM guaranteed
5-6gb space
100-250gb bandwidth
That allows:
IRC usage
Low-resource game server (9-13mb RAM, 2-5% cpu usage).
View 0 Replies
View Related
Jun 12, 2007
Can you see if my site will load for you:
[url]
Then (if it loads) post the stats from the bottom of the page:
Page creation time: (Numbers)
And:
Your Os:
Your Browser:
Some people say my site won't load or is loading slowly for them, but I have no one to test it, thanks. If possible, I need quite a few tests.
View 4 Replies
View Related
Jun 28, 2008
I have a video streaming which is consuming around 3000gb of bandwidth presently its on citrex shared hosting i was thinking to move site to a dedicated box i have almost no knowledge of server setup are there some host who can help me setup these requirements and move site to dedicated box?
please note :- site is adult video sharing site ...
View 3 Replies
View Related