how to install wowza on cpanel - stream

i tried to use wowza , now i use it on localhost and use webcam to stream video successfully from my pc only .
so i tried to use it on my web server but i searched alot and cannot find any thing help me to install wowza manager over cpanel

You will need root privileges to install Wowza on your web server. There isn't a cpanel mechanism (or embedded installer) that will setup Wowza for you. You would set it up in the same fashion that you did locally.
Thanks,
Matt

Related

RTMP_Connect0, failed to connect socket. 51

i want to use live audio streaming with wowza server,
i have implement RTMP Client for do this, this working fine in ipv4 network, but when i switch my network ipv4 to ipv6 then i got error.
error is: RTMP_Connect0, failed to connect socket. 51
this error is coming on RTMP_Connect(pPlayRtmp, NULL)
any one have idea about this.
Thanks in advance.
To use IPv6 networking with your Wowza server, you would need to have these settings in place:
Your server supports IPv6 networking.
You have at least version 7 of Java installed (recommend using the JVM that comes with the Wowza installation, which should be version 8 as of Wowza 4.5).
You've changed the following configuration files on your Wowza installation path.
For Linux, open the file [WowzaInstallPath]/bin/setenv.sh and set the following line to false
JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=false"
For Windows, use the file [WowzaInstallPath]\bin\setenv.bat
set JAVA_OPTS=%JAVA_OPTS% -Djava.net.preferIPv4Stack=false
Test streaming by using the following URL in an RTMP player:
rtmp://[::1]/vod/mp4:sample.mp4

Wampserver is not accessible when other web server is up

I have Wamp server installed and is able to access it, and everything works fine.
but I have other Apache server, when I make this Apache server up and running and I type localhost in browser, I am able to access sites on Apache server.
now when this Apache Server is up I want to access sites from Wampserver as well, so how to do this I am not sure.
Thanks in advance for your responses.
Looks like your default port is used by some other applications.
Have a look at this
WAMPSERVER on windows 8 not starting

Amazon EC2, WOWZA not responding on port 8086

I have Amazon EC2 m1.medium instance running. I have download key pair (.pem) file and am able to connect via Putty.
After accessing console (via Putty) I use
sudo -s command for root access otherwise console prompt "Permission Denied".
Now WOWZA has been installed and running but WOWZA does not respond on 8086 port. I have my own security group and port 8086 open.
WOWZA should respond here http: / / IP:8086/ (I have elastic IP).
I have WOWZA running on t1.micro instance but now I need WOWZA on m1.medium instance.
When I connect via Flash I get error -->NetConnection.Connect.Failed (undefined)
Please help me out. IS this problem of installing wowza as a Sudo - s ?
Thanks
actually you had to paste wowza startup log here.
IMO you probably didn't start it.
Please check the InBound Rules defined on your firewall security.
Goto Windows Firewall and Security Settings.
Check the Port open for 8086, if not add custom rule with reference to InBound Rule->Custom and add the specific port i.e.8086. Complete the wizard and then restart the wowza server.

Can I send a URL request in OpenWRT using Lua?

I want to initiate a php program on my web server from OpenWRT running on a Linksys router. How can I do this? I don't have room to install elinks.
use busybox wget http://192.168.42.220/index.html
Using Luasocket you can fetch a webpage (and thus triggering your php page) with socket.http.request(url).
That is, if you have luasocket on your OpenWRT.

Error when trying to open my localhost

Hello guys
i have installed wamp server Version 2.0 .. and i have tried some things and every thing ok ..
i have reboot my Desktop then some thing goes wrong when i am trying to open my local host
EMDAEMON
HTTP/1.1 404 , Not Found
should i consider re-installation ??
Reboot desktop? Open your local host? If you want to do web development you should get familiar with basic computer terminology, at least to a point when you are able to make questions that make a minimum sense.
I'll assume you have installed a bundle that includes the Apache web server and you want to configure a virtual host that's served when you load http://emdaemon in your web browser. The exact details to do so vary slightly depending on your platform. Being a newbie, I suggest you reuse the main site that's already configured and can be loaded through http://localhost. It's roughly explained at http://www.wampserver.com/en/presentation.php. Leave multiples sites for the future :)
Solved .... it seems that we have conflicts in ports ..change port in apache make it works

Resources