Server :: Static Website Needs To Serve Flash / Use Red5 In That?
Jul 27, 2010
I am having static html pages and want to embed some flash videos in them.I have installed Red5 on my server after this what do I do so that I can serve them using Red5.
View 10 Replies
ADVERTISEMENT
Jan 18, 2010
We have a server that needs to be hi availablility.
The problem is, sometimes our internet winks out for a few minutes.
We decided that we wanted to get two seperate lines to our server, and so they would be two different ip addresses.
What out there would allow us to serve apache on www.mywebsite.com on more than one ip, and, if we can, do load balancing?
View 6 Replies
View Related
May 27, 2010
I am using KVM and created four guest Operating systems on it. The server host is Ubuntu 10.04.I am using 4 websites in a reverse proxy environment. One of our website is running on CentOS VM. Right now there is no traffic on the website static HTML pages. I do not have any clue as why it was taking longer time to be accessed.
View 17 Replies
View Related
Apr 7, 2009
I am a newbie on linux and now I just bought a dedicated server using centos5 and for one of my website, webcam chat. I need to install red5.
View 4 Replies
View Related
Apr 30, 2010
I'm after the easiest way to install red5 on a redhat 9 server?
i have ssh accses is there a apt-get , or a yum command i could run to install it .like urpmi (Im a mandrivia user mostly)
if so what might this command look like?
View 1 Replies
View Related
Apr 18, 2010
My new line provider/ISP won't give me a static IP address - it's DHCP or nothing. Is there some trick I can use to allow myself to host a web page? I was thinking of getting a static address elsewhere, like at my sometime place of employment, and redirecting, but it just moves the problem downstream.Realistically, assume I leave my computer on and hardly ever reboot (CentOS is pretty stable), then will I typically keepthe same address for weeks or months at a time? If so, I could live with logging in to my registrar a few times a year to change the address, as bizarre as that would be
View 5 Replies
View Related
Dec 11, 2009
I was just wondering if someone could tell me the best method to connect all my hardwares together to achieve better result.HARDWARES.Cable ModemNETGEAR ROUTERNETGEAR FS728TS Smart switchLINUX SERVER WITH 2NICS.I want my dhcp server to serve 3VLAN networks. I need someone to show me how to do this. What do I need to do. keep in mind, I want eth0 to be used for public address only while eth1 for LAN. DHCP will be on eth0, but I need LAN on eth1 to be relayed back to eth0. This is my school project.
View 4 Replies
View Related
May 7, 2010
Does Ubuntu Server 10.04 give me a good/easy way to upload music, photos, and videos and automatically have them available to a TiVo, a PlayStation 3, and Macs/PCs running iTunes on the network?I'd additionally like it to be able to transcode the videos into formats that the PS3 can handle.
View 3 Replies
View Related
Sep 6, 2010
So if I disable apache 2 my ngnix server will serve the files in /var/www automatically.
View 1 Replies
View Related
Jun 3, 2011
I have a client that is a strictly Windows user and I set him up an online quoting system where he can quote construction of buildings for his clients based on current prices of materials. All materials and prices are stored in the database and sometimes he's at a client site where there is no internet so he can't do a quote. Would the best option here be to install Ubuntu onto a flash drive with Apache and run he can run the browser on his Windows computer but it talks to the MySQL database on the flash drive. Would that work?
View 9 Replies
View Related
Jul 5, 2010
Running 10.04 Ubuntu desktop. When on a website that requires flash, it gives me the choice of three.
Adobe Flash
Swfdec SWF player
Gnash SWF Player
View 4 Replies
View Related
Nov 11, 2010
What tools are available in order to create flash files from several JPGs?
This would be to enhance a website
View 3 Replies
View Related
Jan 23, 2010
I'm running Ubuntu Karmic 9.10, I just downloaded Firefox 3.6 (the static tarball package, not the source code) and it runs smoother than 3.5, but it has one small issue: it won't use my flash plugin!I don't want to install via APT (the Mozilla Daily Builds PPA breaks my Firefox installation) but I DO want to use Firefox 3.6, so how do I make the static binary version of Firefox 3.6 use flash?
View 3 Replies
View Related
Dec 28, 2010
I have been able (with some hair pulling and gnashing of teeth) to print from outside the LAN to the printer connected via USB to the desktop computer at home, until the last upgrade. The laptop will forst say the printer may not be connected, but eventually (usually) after a while says the job was sent to the printer. The log files on the desktop - serving as the printer server have an error message in cups/error_log that I am not familiar with, and don't believe I have seen before. I am sure if I could decipher that error and figure out how to change the behavior to get rid of it, it would once again work. Printing from within the LAN is a no-brainer as it has been for the last several releases. The error that I get when trying to print outside the LAN (via the internet) is:
cupsdAcceptClient: 12 from <WAN IP>:631 (IPv4) Unable to encrypt connection from <WAN IP> - GnuTLS internal error. I am missing something as far as authentication from the laptop to the desktop. how to fix it.
View 1 Replies
View Related
Mar 6, 2010
I'm running Ubuntu 9.10 with Firefox 3.5.8 and Flash player 10.0.45.2.When my wife accesses Citibank's website, the flash content does not 'play' automatically. If I right-click and select play (see attached screenshot) things work normally. How do I configure firefox to play the flash content automatically, either globally or on a per website basis?
View 2 Replies
View Related
Jul 18, 2010
this happens on videos, ustream, etc. fullscreen is toggleable, but the video plays for about a second before turning into a still image with audio.
View 1 Replies
View Related
Mar 14, 2010
I know this topic Has been covered pretty extensively, but I am trying to get to adobe's website to report a bug with my 64bit flash alpha, the only problem is that their own website crashes firefox because it is flash-laden. By the way, it will play videos from ...... edit: nvm, can just disable flash plugin in firefox.
View 1 Replies
View Related
Oct 11, 2010
I am running Mandriva Linux 2010.
It works beautifully.
Now I am running into problems with some websites; they complain the Adobe Flash Player is old.
It suggested downloading.
I obliged to them and downloaded. Everything worked fine.
However, those website still complains about an old Adobe Flash Player.
I just followed the instructions and installed it. Please read the following:
I am doing an online VMware certification course as a part of my education. I can't do it because of this prroblem. It complains about an old Flash Player.
View 16 Replies
View Related
Aug 1, 2010
I am creating startup script for Red5 on Ubuntu. Red5 is installed in /opt/red5. Following is a working script on a CentOS Box on which Red5 is running
Code:
# = Start init script =
#!/bin/sh
PROG=red5
RED5_HOME=/opt/red5/dist
DAEMON=$RED5_HOME/$PROG.sh
PIDFILE=/var/run/$PROG.pid
# Source function library
. /etc/rc.d/init.d/functions
[ -r /etc/sysconfig/red5 ] && . /etc/sysconfig/red5
RETVAL=0
case "$1" in
start)
echo -n $"Starting $PROG: "
cd $RED5_HOME
$DAEMON >/dev/null 2>/dev/null &
RETVAL=$?
if [ $RETVAL -eq 0 ]; then
echo $! > $PIDFILE
touch /var/lock/subsys/$PROG
fi
[ $RETVAL -eq 0 ] && success $"$PROG startup" || failure $"$PROG startup"
echo
;;
stop)
echo -n $"Shutting down $PROG: "
killproc -p $PIDFILE
RETVAL=$? echo
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$PROG
;;
restart)
$0 stop
$0 start
;;
status)
status $PROG -p $PIDFILE
RETVAL=$?
;;
*)
echo $"Usage: $0 {start|stop|restart|status}"
RETVAL=1
esac
exit $RETVAL
What do I need to replace for Ubuntu in the above script. As I did not find rc.d/functions on Ubuntu on my laptop also /etc/init.d/functions I did not existed. I would like to be able to use them with service as Red hat distributions do. I checked /lib/lsb/init-functions.
View 3 Replies
View Related
Nov 11, 2009
I'm trying to install RED5 on FC10. I think FC10 has almost everything java, apache, ant, tomcat, jetty. I've downloaded red-0.6.3.tar.gz from RED5 site. When I try to build it with make command. It shows me these error message and doesn't build it.
[ivy:resolve] You probably access the destination server through a proxy server that is not well configured.
[ivy:resolve] Host red5.googlecode.com not found. [URL]
[ivy:resolve] Host red5.googlecode.com not found. [URL]
[ivy:resolve] module not found: [tomcat | jasper-el | 6.0.14 ]
[ivy:resolve] googlecode: tried no ivy pattern => no attempt to find module descriptor file for [ tomcat | jasper-el | 6.0.14 ]
[ivy:resolve] googlecode: tried artifact [ tomcat | jasper-el | 6.0.14 ]/jasper-el.jar[jar]:
[ivy:resolve] [URL]
[ivy:resolve] [URL]
[ivy:resolve] Host red5.googlecode.com not found. [URL]
[ivy:resolve] Host red5.googlecode.com not found. [URL]
[ivy:resolve] module not found: [ tomcat | tomcat-juli | 6.0.14 ]
[ivy:resolve] googlecode: tried no ivy pattern => no attempt to find module descriptor file for [ tomcat | tomcat-juli | 6.0.14 ]
[ivy:resolve] googlecode: tried artifact [ tomcat | tomcat-juli | 6.0.14 ]/tomcat-juli.jar[jar]:
[ivy:resolve] [URL]
[ivy:resolve] [URL]
and lots more messages....almost 1,000 lines.
I have no idea how to install it. I'm working in Uzbekistan as a volunteer and Internet speed is much slower than everybody expected. This site is using proxy. If ant work only under high speed and reliable internet, what should I do? There is no way to install RED5 without internet? Or my java environments are wrong?
View 3 Replies
View Related
Apr 29, 2010
Firstly I am new to red5 and not very strong when it comes to linux. I have had installed red5 on my dedicated server and going by the http://myIP:5080/installer demos it is all working fine. My problem is I cannot get it to work with my software being flashchat. I am not sure if it comes from me using the incorrect RTMP url and if so after trying about 20 or more ways of typing it in I always get the same error message "Connection Failed' or "Connection Closed" not to sure what is meant by Closed as to whether it's working but can't get in or what ever. I am after someone who can get this to work for me please and I am willing to pay for that service once it is working.
View 2 Replies
View Related
Feb 2, 2011
I try to config my apache server to list all my files: c/c++, php, java files, like the txt file on my server,
e.g /var/www/mydomain/pub
i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name,
if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file,
Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?
View 1 Replies
View Related
Feb 23, 2011
config my apache server to list all my files: c/c++, php, java files, like the txt file on my server, e.g /var/www/mydomain/pub i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name, if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file, Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?
View 1 Replies
View Related
Dec 4, 2010
I've got a Joomla website made for me. It is hosted with a hosting company. Here and there i change some of its content, but i want to practice it locally on my computer before i do bigger things on the web, so that if things get into a serious problem it is close at hand to fix it up. I've installed apache2 php5-mysql libapache2-mod-php5 mysql-server on my Ubuntu 10.04 desktop. also, I've installed Joomla up and running.
My question is: how do i transport/copy my website from the web into my computer?
I know that I need to transfer the database, where do i put it in my local file system, and what additional commands are required for that?
I know that I need to transfer the public_html, where do i put it in my local file system, and what additional commands are required for that?
View 7 Replies
View Related
Feb 12, 2010
I'm having some problems on the line with ***. This is from a OpenEntidade.java class file and I'm trying to update EmprestadorView's variables.
EmprestadorView.java
public class EmprestadorView extends FrameView {
...
OpenEntidade.java
-----------------
public class OpenEntidade extends javax.swing.JFrame {
[code]....
View 2 Replies
View Related
Mar 29, 2011
suppose i have a website named www.site.net now i want to access this website using proxy server(squid,or etc...) under my personal server named www.anotherwebsite.net:8080, means that www.site.net.
View 1 Replies
View Related
Jan 26, 2010
I have a debian machine with an apache2 webserver. I am able to start the machine from the internet (power plug board with webinterface) but I don't know how to shutdown the server automatically if nobody uses the website anymore. It is a homeserver which should only run if needed.
Unfortunately I don't know much about Linux, apache, php, cgi-scripts, cronjobs and other things that might be useful. But I googled a lot and have now an idea how it could work. It seems complicated to me and so I want to ask you guys what you think about it and if perhaps you could give me a hint.
The idea: A cronjob starts every ten minutes a php script that checks when the index.html of the welcome-page was opened the last time (fileatime()). Lets say it was opened last time at 3pm. Then the php script adds for example 60 minutes to that time (=4pm) and calculates how much time is left to 4pm. This time is saved in the variable $timeleft. Now the php script compares if $timeleft is less then 10 minutes (=600 seconds). If it is, the php script starts a cgi script that will shutdown the server. The cgi script will login as root (I think that can be done with the "expect"-command url and then enter the command "shutdown -h now"
Is all this realizable? Isn't there a better and/or easier way to do?
View 2 Replies
View Related
Oct 25, 2010
How can I view server signature on my website.
View 7 Replies
View Related
Apr 17, 2010
I'm trying to build a server at the moment.How can I assign the server a static IP?
View 3 Replies
View Related
May 5, 2010
I have a webhosting account, and I can now ftp into their SHH server. They seem to require that I have a static IP address to access the server. Is this normal practice? Im currently on a dynamic IP system, and my IP can change occasionally.
Is it essential that I request a static IP from my isp? or could I suggest to the webhost that they whitelist the first portion of my IP which rarely changes? i.e 90.195.xx.xx, or *sky.com for my ftp account?
View 5 Replies
View Related