How do I install red5 server and java The Next CEO of Stack OverflowHow do I install a .tar.gz...
Is micro rebar a better way to reinforce concrete than rebar?
Is French Guiana a (hard) EU border?
Is wanting to ask what to write an indication that you need to change your story?
Does soap repel water?
Does increasing your ability score affect your main stat?
Unclear about dynamic binding
A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See
Why does standard notation not preserve intervals (visually)
Axiom Schema vs Axiom
Why the difference in type-inference over the as-pattern in two similar function definitions?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is it possible to use a NPN BJT as switch, from single power source?
Why is my new battery behaving weirdly?
Would be okay to drive on this tire?
What does "Its cash flow is deeply negative" mean?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
What did we know about the Kessel run before the prequels?
Reference request: Grassmannian and Plucker coordinates in type B, C, D
How did people program for Consoles with multiple CPUs?
Running a General Election and the European Elections together
Does Germany produce more waste than the US?
Chain wire methods together in Lightning Web Components
Dominated convergence theorem - what sequence?
Why isn't acceleration always zero whenever velocity is zero, such as the moment a ball bounces off a wall?
How do I install red5 server and java
The Next CEO of Stack OverflowHow do I install a .tar.gz (or .tar.bz2) file?Red5 start script not workingRed5 - Linux Installation init.d scriptHow to install java and enable java plug in for firefox in Ubuntu 12.04LTS?install red5 server on an ubuntu12.04 server12.04, 12.10 - how can i install Java 32-bit and Java 64-bit?How do I install Red5 using apt-get? Getting sub-process errorHow do I install java, ant, and red5 on Ubuntu 14.04?Ubuntu Trusty red5-server installation fails to startHow to Add Red5 Background Startup on Ubuntu 14.04?Red5-Server intall fails on Ubuntu 14.o4
How do I install red5 server and java on ubuntu server 12.04 for videowhisper plugins for wordpress 4.1.1? What are the commands step by step?
12.04 red5
bumped to the homepage by Community♦ 23 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I install red5 server and java on ubuntu server 12.04 for videowhisper plugins for wordpress 4.1.1? What are the commands step by step?
12.04 red5
bumped to the homepage by Community♦ 23 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
How do I install red5 server and java on ubuntu server 12.04 for videowhisper plugins for wordpress 4.1.1? What are the commands step by step?
12.04 red5
How do I install red5 server and java on ubuntu server 12.04 for videowhisper plugins for wordpress 4.1.1? What are the commands step by step?
12.04 red5
12.04 red5
asked Mar 21 '15 at 13:41
bgvsbb webberbgvsbb webber
111
111
bumped to the homepage by Community♦ 23 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 23 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Install Java
I recommend Oracle over OpenJDK.
Download the corresponding jdk-8u40--.tar.gz file from this link and manualy install or by these simple commands (Webupd8 ppa).
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Webupd8 ppa repository also providing a package to set environment variables.
sudo apt-get install oracle-java8-set-default
Install Red5
sudo apt-get install -y red5-server
Start red5
service red5-server start
Make sure to install both in the same directory. Everything should be fine by now. Kudos!
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f599528%2fhow-do-i-install-red5-server-and-java%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Install Java
I recommend Oracle over OpenJDK.
Download the corresponding jdk-8u40--.tar.gz file from this link and manualy install or by these simple commands (Webupd8 ppa).
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Webupd8 ppa repository also providing a package to set environment variables.
sudo apt-get install oracle-java8-set-default
Install Red5
sudo apt-get install -y red5-server
Start red5
service red5-server start
Make sure to install both in the same directory. Everything should be fine by now. Kudos!
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
add a comment |
Install Java
I recommend Oracle over OpenJDK.
Download the corresponding jdk-8u40--.tar.gz file from this link and manualy install or by these simple commands (Webupd8 ppa).
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Webupd8 ppa repository also providing a package to set environment variables.
sudo apt-get install oracle-java8-set-default
Install Red5
sudo apt-get install -y red5-server
Start red5
service red5-server start
Make sure to install both in the same directory. Everything should be fine by now. Kudos!
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
add a comment |
Install Java
I recommend Oracle over OpenJDK.
Download the corresponding jdk-8u40--.tar.gz file from this link and manualy install or by these simple commands (Webupd8 ppa).
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Webupd8 ppa repository also providing a package to set environment variables.
sudo apt-get install oracle-java8-set-default
Install Red5
sudo apt-get install -y red5-server
Start red5
service red5-server start
Make sure to install both in the same directory. Everything should be fine by now. Kudos!
Install Java
I recommend Oracle over OpenJDK.
Download the corresponding jdk-8u40--.tar.gz file from this link and manualy install or by these simple commands (Webupd8 ppa).
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
Webupd8 ppa repository also providing a package to set environment variables.
sudo apt-get install oracle-java8-set-default
Install Red5
sudo apt-get install -y red5-server
Start red5
service red5-server start
Make sure to install both in the same directory. Everything should be fine by now. Kudos!
edited Mar 21 '15 at 16:57
answered Mar 21 '15 at 16:21
ngub05ngub05
15327
15327
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
add a comment |
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I did the commands and I got red5 installed but i got This page is used to test the proper operation of the Red5 server after it has been installed. If you can read this page it means that the Red5 server installed at this site is working properly. HTTP Status 404 - /vod/index.html type Status report message /vod/index.html description The requested resource (/vod/index.html) is not available. Apache Tomcat/6.0.35
– bgvsbb webber
Mar 21 '15 at 16:35
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I downloaded the jdk-8u40--.tar.gz file how do I install it manualy?What are the commands to install it manualy
– bgvsbb webber
Mar 21 '15 at 17:06
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
I don't know why it is not working. Refer to this post for manual installation : askubuntu.com/questions/25961/…
– ngub05
Mar 21 '15 at 17:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
Hi I had to sign up a new account : Like I said I ran all of the commands and still get the apache 404 error even though I get the red5 is installed page. Will these commands install it in the same directory?
– zu studios
Apr 21 '15 at 22:11
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f599528%2fhow-do-i-install-red5-server-and-java%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown