<html><head>

<style id="css_styles">
blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: right;'] {  list-style-position: inside;}
body { font-family: Segoe UI; font-size: 12pt;   }
</style>
</head>
<body>Hi , of all the packages I've built in my time, this one has to be the most broken one I have seen so far and the most complicated to get installed and working properly. It has been a failure in Debian, Ubuntu, Amazon Linux AMI etc. <br /><br />Ive been trying for days to get a gstreamer package with SRT support working. It was completely missing from the bad plugins package. <br /><br />According to this post, I was able to rebuild just the bad plugins repository with libsrt, in Ubutu server. But in Debian Buster , it complained about missing a plugins base package verson which was installed <br /><br /><a href="https://qiita.com/tetsu_koba/items/b12a6de83185a5267217">https://qiita.com/tetsu_koba/items/b12a6de83185a5267217</a><br /><br />This led me to attempting to rebuild the whole thing from sources. I need this tool for testing SRT streaming functionality, and its taken a few days to get to this point. The Windows binary crashes when trying to turn the receiver into SRT server mode (For testing Wowza SRT Push streaming)<br /><br />My target environment will be a receiver on Raspberry PI. But I am trying to get it built within the PI Desktop VMware for now. <br /><br /><br />On attempting to setup cerbero according to the docs. In Debian Buster, configure fails. Any help would be good, so i can move on confirming UDP NAT issues with SRT. <br /><br />checking for gcc... gcc<br />checking whether the C compiler works... no<br />configure: error: in `/home/pi/Downloads/cerbero/build/sources/build-tools/m4-1.4.18':<br />configure: error: C compiler cannot create executables<br />See `config.log' for more details<br /><br />***** Error running 'bootstrap' command:<br />Recipe 'm4' failed at the build step 'configure'<br />Fatal Error: Running ['sh', '-c', './configure --prefix /home/pi/Downloads/cerbero/build/build-tools --libdir /home/pi/Downloads/cerbero/build/build-tools/lib --with-pic  --disable-maintainer-mode  --disable-silent-rules  --disable-gtk-doc  --disable-introspection    --disable-gcc-warnings  --with-pic  --disable-maintainer-mode  --disable-silent-rules  --disable-gtk-doc  --disable-introspection    --disable-gcc-warnings '], returncode 77<br /><br /><br /></body></html>