Here is what i did to get ezstream working I will be updating this forum as well as to my fix for ezstream locking open randomly basicly it kinda goes like this..crontab -e* */12 * * * sh /etc/asterisk/stopez.shscript that i use to reset ezstream..root@server:/etc/asterisk# cat stopez.sh#!/bin/bashkill -9 $(pgrep ezstream)&sleep 2skill -9 pgrep ezstreamsleep 2s/usr/sbin/asterisk -rx "module reload"now to restart asterisk i run this customized script.root@server:/etc/asterisk# cat restart.sh#!/bin/bashkill -9 $(pgrep ezstream)&kill -9 pgrep ezstreamservice asterisk stopsleep 1skillall asteriskkill -9 $(pgrep ezstream)&service asterisk stopsleep 1sservice asterisk startSo far I have had no issues with ezstream since i did this..On Mon, Apr 25, 2016 at 12:10 PM, Brent Weatherall <va3bfw@gmail.com> wrote:Hello,
I've recently setup an allstar hub node and decided to stream it via broadcastify.
Setup has gone well - I'm running debian, with the allstar node running without issue, as well as streaming now being delivered via Broadcastify.I've ran in to an issue where the ezstream process will occasionally pin at 100%. I can kill it fine, and asterisk gracefully resumes by creating a new working output stream.
Has anyone else encountered this cpu pinned usage? Will I have to set up something to monitor the process to kill it, so it restarts?Thanks in advance for any suggestionsVA3BFW - Brent_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.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.