Re: [App_rpt-users] streaming node issues
On 4/11/18 8:58 AM, David Waters wrote:
Bryanhere is what we have this used to work but now it puts us into a sterad transmitt mode on our radio attached to node. we have startup line commented out at present,
Command line to startstream: outstreamcmd=/bin/sh,-c,/usr/bin/lame
--preset cbr 16 -r -mm -s 8 --bitwidth 16 - - 2> /tmp/stream.status |
/usr/bin/ezstream -qvc/etc/ezstream.xml
<snip>
-bash: --preset:command not found
This is command from the shell saying it's trying to execute the one of the flags to lame, rather than pass it to lame on the command line. You have something wrong with your command, perhaps it's in quoted properly or you have a CR/LF in it's place. I've replied to the list so we all can benefit from this, and yahoo is not allowing emails again. -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net
You are missing a space between the mm in the command. Try this one. outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s 8 --bitwidth 16 - - 2> /tmp/stream.status | /usr/bin/ezstream -qvc /etc/ezstream.xml I know this one works because I just pulled it off our node that is running broadcastify. I added the ability to send the status to a file. I don't run that on our node, but this should still work. Jeff, KC8QCH On 4/11/2018 10:05, Bryan Fields wrote:
On 4/11/18 8:58 AM, David Waters wrote:
Bryanhere is what we have this used to work but now it puts us into a sterad transmitt mode on our radio attached to node. we have startup line commented out at present,
Command line to startstream: outstreamcmd=/bin/sh,-c,/usr/bin/lame
--preset cbr 16 -r -mm -s 8 --bitwidth 16 - - 2> /tmp/stream.status |
/usr/bin/ezstream -qvc/etc/ezstream.xml <snip>
-bash: --preset:command not found This is command from the shell saying it's trying to execute the one of the flags to lame, rather than pass it to lame on the command line.
You have something wrong with your command, perhaps it's in quoted properly or you have a CR/LF in it's place.
I've replied to the list so we all can benefit from this, and yahoo is not allowing emails again.
-- Jeff Lehman, KC8QCH https://kc8qch.ddns.net kc8qch@gmail.com Webmaster Hamilton Couny ARPSC https://www.hamcoarpsc.org hamcoarpsc@gmail.com AllStar 47374 Node Administrator World Wide Amateur Radio Guild https://theguildglobal.org
The line is typed exactly like it is on paper sent us from broadcastify. Like I dead it was working now it isn’t Not sure. What is wrong We have a space between the m m David Waters
On Apr 11, 2018, at 10:33 AM, Jeffrey Lehman, KC8QCH <kc8qch@gmail.com> wrote:
You are missing a space between the mm in the command. Try this one.
outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 16 -r -m m -s 8 --bitwidth 16 - - 2> /tmp/stream.status | /usr/bin/ezstream -qvc /etc/ezstream.xml
I know this one works because I just pulled it off our node that is running broadcastify. I added the ability to send the status to a file. I don't run that on our node, but this should still work.
Jeff, KC8QCH
On 4/11/2018 10:05, Bryan Fields wrote:
On 4/11/18 8:58 AM, David Waters wrote: Bryanhere is what we have this used to work but now it puts us into a sterad transmitt mode on our radio attached to node. we have startup line commented out at present,
Command line to startstream: outstreamcmd=/bin/sh,-c,/usr/bin/lame
--preset cbr 16 -r -mm -s 8 --bitwidth 16 - - 2> /tmp/stream.status |
/usr/bin/ezstream -qvc/etc/ezstream.xml <snip>
-bash: --preset:command not found This is command from the shell saying it's trying to execute the one of the flags to lame, rather than pass it to lame on the command line.
You have something wrong with your command, perhaps it's in quoted properly or you have a CR/LF in it's place.
I've replied to the list so we all can benefit from this, and yahoo is not allowing emails again.
-- Jeff Lehman, KC8QCH https://kc8qch.ddns.net kc8qch@gmail.com
Webmaster Hamilton Couny ARPSC https://www.hamcoarpsc.org hamcoarpsc@gmail.com
AllStar 47374 Node Administrator World Wide Amateur Radio Guild https://theguildglobal.org
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (3)
-
Bryan Fields -
David Waters -
Jeffrey Lehman, KC8QCH