Displaying 4 results from an estimated 4 matches for "start_stream".
2023 Sep 08
1
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
On 9/8/2023 8:18 AM, Jerry Geis wrote:
> But when I do a second test. Asterisk HANGS on ChanIsAvail()
>
> Then I thought lets SKIP that - and just let it do the Dial() - I 
> stopped everything - got it running again. - and then the Dial() hangs 
> on the second call.
>
> So both ChanIsAvail() or Dial() both hang on the second call in.
>
> So only 1 call in will work.
2023 Sep 08
2
Asterisk 18.14.0 vs 18.18.0 and chan_console/chan_alsa
...han_console.c:651
console_indicate: Don't know how to display condition 26 on Console/default
  --- <("<) --- Hangup on Console --- (>")> ---
[Sep  8 08:45:28] ERROR[313683]: utils.c:1027 lock_info_destroy: Thread
'stream_monitor       started at [  390] chan_console.c start_stream()'
still has a lock! - 'pvt' (0x55e647a245e0) from 'stream_monitor' in
chan_console.c:281!
How do we get this working????
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/2023...
2008 Sep 08
0
Newbie questions: seting up extension for miSDN
...thing with me. Besides, the PortAudio (at least I 
assume) gives me some errors. Here's an example:
CLI > console dial 500 at default
[Sep  8 19:02:40]   --- <("<) --- Call from Console has been Answered --- 
(>")>
---
[Sep  8 19:02:40] WARNING[7399]: chan_console.c:367 start_stream: Failed to 
open
  stream - (-9997) Invalid sample rate
CLI > P[ 1] MGMT: SSTATUS: L2_RELEASED
   Now if I can do it with application Jack, please anyone give me a pointer to 
the right doc or an example.
   But for the docs: Please give me an example for an "extension" that is my 
sim...
2004 Aug 06
3
Propping up liveice
...E_PIDS | wc -w`
ICECAST_PIDS=`pgrep -u nobody 'icecast'`
ICECAST_PIDNUM=`echo $ICECAST_PIDS | wc -w`
if [ "$ICECAST_PIDNUM" -lt "6" ] ; then
    kill -9 $LIVEICE_PIDS $ICECAST_PIDS >/dev/null 2>/dev/null
    sleep 5
    cd /usr/local/icecast/bin
    su nobody -c ./start_streaming
    echo "icecast restarted at `date`"
    renice -1 `pgrep -u nobody 'liveice|lame|icecast'`
else
    if [ "$LIVEICE_PIDNUM" -lt "3" ] ; then
        kill -9 $LIVEICE_PIDS >/dev/null 2>/dev/null
        sleep 5
        cd /usr/local/icecast/bin...