Not able to run Red5 - red5

I was following the instructions mentioned in below link to install 'Bigbluebutton'
http://bigbluebutton.googlecode.com/svn-history/r3300/wiki/InstallingBigBlueButtonCentOS.wiki
After the installation of Red5 I started the service successfully with
service red5 start
But I am not able to access http://:5080/ from the server or from other machines to continue with the installation. Running 'netstat -tulpn' does not even list port 5080. Red5 properties file is configured with port 5080 only.
Any idea what would be wrong?

I'm the product manager for BigBlueButton. Your trying to install on CentOS, and we've not supported the CentOS packaging for many years.
See our FAQ for more details
http://docs.bigbluebutton.org/support/faq.html#centos

Related

Unable to set up video call using Turn Server

Please please help in setting up Turn server in Ubuntu, such that we can have video call even connecting from different network.
I have installed using below command in Ubuntu 20.10 :
sudo apt-get install Coturn.
Can any one suggest how I should configure turn server to achieve above mentioned issue.
You should start looking at the example configuration.
Adapt it your your needs (host public IP address and realm), then restart coturn.
Then you can test it with tools like test.webrtc and WebRTC sample for Trickle ICE (or your own client application).

How to install OpenAM Web Policy Agent on Windows Apache HTTP Server?

I am trying to install OpenAM using Default Configuration on Windows from the official documentation of OpenAM: https://backstage.forgerock.com/docs/openam/13.5/getting-started/#create-web-policy-agent-profile
In the last step of Setting up the Software: To Install OpenAM Web Policy Agent, they have installed OpenAM Web Policy Agent on Linux. Can someone specify the steps to install it on a Windows system.
PS - I have installed Apache HTTP Server and performed all the previous steps as mentioned.
Are you trying to install the Web Agent on IIS or are you trying to install it via Apache HTTP Server on Windows? I assume the latter. So not much is really different between the 2 operating systems with Apache as you are just installing and enabling the agent module. All the agentadmin really does is write to the apache configuration the location of the module, the configuration location along with some syntax to turn it on. It also does some connectivity / sanity checks etc.
One thing to note is that you have referenced the OpenAM/QuickStart documentation rather than the actual agent documentation itself, where you will find far more useful information.
I am assuming that because you are using 13.5 then you are using the community edition, of which only WPA 4.x will work.
My DockerFile installs the agent like this for apache24 through the following command (using choco to install apache24). However, it can be translated quite easily and is available in the documentation:
RUN ["powershell", "-Command", "C:/web_agents/apache24_agent/bin/agentadmin.exe --s 'C:/Apache24/conf/httpd.conf' 'http://openam.xxx.xx:8080/am' 'http://agent.xxx.xx:80' '/' 'wpa-agent' 'c:/pwd.txt' --acceptLicence --forceInstall"]

How can I host REST API created by Hyperledger Fabric Composer Rest Server on ubuntu 18.04

I am new to Hyperledger Fabric. Just created a new application by following a tutorial available at https://medium.freecodecamp.org/how-to-build-a-blockchain-network-using-hyperledger-fabric-and-composer-e06644ff801d
Now I am running the application with http://localhost:8080/ on my local machine, but I need to deploy that application with a public URL/IP.
How can I do that in Ubuntu 18.04?
I am not much familiar with Apache and Ubuntu.
But I tried a way available to host the application I created in Apache from the tutorial available at: https://www.ostechnix.com/configure-apache-virtual-hosts-ubuntu-part-1/
But I am confused in between that how can I accomplish this task.
I need to host this application with a URL or either with an IP so other users on my network can access the API and use that.

Instaling Red5 onWindows 2012 x64

I am trying to install red5 1.01 on windows server x64 with java se 7
i follwed this
http://juankpro.com/wordpress/2011/01/26/what-is-and-how-to-install-red5-in-windows/
Now, if i install to ip 127.0.0.1:5080
i can see the video (saying your are working).
but if i put the servers ip in with :5080 (externaly) i get nothing.
So if i install iwht server ip. i can acesss it from external and internal (but this video sayoing working is not there i get a blank screen
cananyone throuw and light on this please.
also i canot get the deoms to install. :} there java 6, i dont want to install j6 for obviuos reason.
just bind ip with 0.0.0.0 then port forward with required port let say 5080 etc., appart from the allow the Red5 with behind the firewall., thats it now everybody can able to see you...

red5 server installer

I installed Red5 Server and when I run http://localhost:5080 it shows that red5 is installed successfully. But when I try to run installer folder, it gives error as follow:
Host: localhost >Trying to connect
Net status: NetConnection.Connect.Rejected
Net status: NetConnection.Connect.Closed
Trying to connect to war location
I had installed it on Linux box and was facing the same problem when accessing URL from remote machine browser using IP. the problem was in my firewall settings, it needs two ports basically, Port - 5080 to open on http and Port - 1935. I had opened the port 5080 but 1935. after opening up the later i was able to access it.
Hope this helps you.
type http://your_ip:_port to your browser
ip: your specified while installation of red5
port: your specified port number in installation
you will see installer link, click on, then choose each Demo and click Install
after both installation progress, check your red5 installation directory for installed demos.Also you will be able to launch demos in http://your_ip:port/demos/ page.
NOTE: I assume that you started red5 service on pc, otherwise go services.msc and start red5 service before these