can't build gst-rtsp-server on Centos











up vote
0
down vote

favorite












I'm trying to make a server to catch a rstp feed from an onvif camera and redistribute that feed.



I created a Centos vm using this iso:
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso



Then I followed these steps to setup my basic vm:



Network:



https://lintut.com/how-to-setup-network-after-rhelcentos-7-minimal-installation/



$ sudo nmtui


install net-tools:



$ sudo yum install net-tools


keep machine ip:



$ ifconfig -a


install epel-release:



$ sudo yum install epel-release -y
$ sudo yum update -y


gnome:



https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html



$ sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" -y
$ sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
$ reboot


install git:



$ sudo yum install git


install build tools:



$ sudo yum install autoconf -y
$ sudo yum install automake -y
$ sudo yum install libtool -y


I then cloned the gst-rtsp-server source code from the corresponding git repository into a directory on my desktop:



https://github.com/GStreamer/gst-rtsp-server



but when I try to build this source code using:



./autogen.sh


I get the error:



error: require Automake 1.14, but have 1.13.4
autoreconf: automake failed with exit status: 1


I tried looking for a 1.14 version of automake but I just can't find anything...



Is there anything I can do to be able to buid this code?










share|improve this question







New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
    – Romeo Ninov
    Nov 23 at 18:23










  • I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
    – LoukMo
    Nov 23 at 18:46















up vote
0
down vote

favorite












I'm trying to make a server to catch a rstp feed from an onvif camera and redistribute that feed.



I created a Centos vm using this iso:
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso



Then I followed these steps to setup my basic vm:



Network:



https://lintut.com/how-to-setup-network-after-rhelcentos-7-minimal-installation/



$ sudo nmtui


install net-tools:



$ sudo yum install net-tools


keep machine ip:



$ ifconfig -a


install epel-release:



$ sudo yum install epel-release -y
$ sudo yum update -y


gnome:



https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html



$ sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" -y
$ sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
$ reboot


install git:



$ sudo yum install git


install build tools:



$ sudo yum install autoconf -y
$ sudo yum install automake -y
$ sudo yum install libtool -y


I then cloned the gst-rtsp-server source code from the corresponding git repository into a directory on my desktop:



https://github.com/GStreamer/gst-rtsp-server



but when I try to build this source code using:



./autogen.sh


I get the error:



error: require Automake 1.14, but have 1.13.4
autoreconf: automake failed with exit status: 1


I tried looking for a 1.14 version of automake but I just can't find anything...



Is there anything I can do to be able to buid this code?










share|improve this question







New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
    – Romeo Ninov
    Nov 23 at 18:23










  • I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
    – LoukMo
    Nov 23 at 18:46













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm trying to make a server to catch a rstp feed from an onvif camera and redistribute that feed.



I created a Centos vm using this iso:
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso



Then I followed these steps to setup my basic vm:



Network:



https://lintut.com/how-to-setup-network-after-rhelcentos-7-minimal-installation/



$ sudo nmtui


install net-tools:



$ sudo yum install net-tools


keep machine ip:



$ ifconfig -a


install epel-release:



$ sudo yum install epel-release -y
$ sudo yum update -y


gnome:



https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html



$ sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" -y
$ sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
$ reboot


install git:



$ sudo yum install git


install build tools:



$ sudo yum install autoconf -y
$ sudo yum install automake -y
$ sudo yum install libtool -y


I then cloned the gst-rtsp-server source code from the corresponding git repository into a directory on my desktop:



https://github.com/GStreamer/gst-rtsp-server



but when I try to build this source code using:



./autogen.sh


I get the error:



error: require Automake 1.14, but have 1.13.4
autoreconf: automake failed with exit status: 1


I tried looking for a 1.14 version of automake but I just can't find anything...



Is there anything I can do to be able to buid this code?










share|improve this question







New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm trying to make a server to catch a rstp feed from an onvif camera and redistribute that feed.



I created a Centos vm using this iso:
http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Minimal-1804.iso



Then I followed these steps to setup my basic vm:



Network:



https://lintut.com/how-to-setup-network-after-rhelcentos-7-minimal-installation/



$ sudo nmtui


install net-tools:



$ sudo yum install net-tools


keep machine ip:



$ ifconfig -a


install epel-release:



$ sudo yum install epel-release -y
$ sudo yum update -y


gnome:



https://www.itzgeek.com/how-tos/linux/centos-how-tos/install-gnome-gui-on-centos-7-rhel-7.html



$ sudo yum groupinstall "GNOME Desktop" "Graphical Administration Tools" -y
$ sudo ln -sf /lib/systemd/system/runlevel5.target /etc/systemd/system/default.target
$ reboot


install git:



$ sudo yum install git


install build tools:



$ sudo yum install autoconf -y
$ sudo yum install automake -y
$ sudo yum install libtool -y


I then cloned the gst-rtsp-server source code from the corresponding git repository into a directory on my desktop:



https://github.com/GStreamer/gst-rtsp-server



but when I try to build this source code using:



./autogen.sh


I get the error:



error: require Automake 1.14, but have 1.13.4
autoreconf: automake failed with exit status: 1


I tried looking for a 1.14 version of automake but I just can't find anything...



Is there anything I can do to be able to buid this code?







gstreamer






share|improve this question







New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 23 at 18:00









LoukMo

11




11




New contributor




LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






LoukMo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
    – Romeo Ninov
    Nov 23 at 18:23










  • I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
    – LoukMo
    Nov 23 at 18:46


















  • Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
    – Romeo Ninov
    Nov 23 at 18:23










  • I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
    – LoukMo
    Nov 23 at 18:46
















Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
– Romeo Ninov
Nov 23 at 18:23




Have you try to install it from here: centos.pkgs.org/7/epel-x86_64/…
– Romeo Ninov
Nov 23 at 18:23












I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
– LoukMo
Nov 23 at 18:46




I used your link and saw that there is this command: yum install gstreamer1-rtsp-server it seems to download. Thanks. But if I follow this example of functioning server, I don't see the given examples...
– LoukMo
Nov 23 at 18:46















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});


}
});






LoukMo is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483740%2fcant-build-gst-rtsp-server-on-centos%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








LoukMo is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















LoukMo is a new contributor. Be nice, and check out our Code of Conduct.













LoukMo is a new contributor. Be nice, and check out our Code of Conduct.












LoukMo is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483740%2fcant-build-gst-rtsp-server-on-centos%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

サソリ

広島県道265号伴広島線

Accessing regular linux commands in Huawei's Dopra Linux