search for: source_clear_sourc

Displaying 20 results from an estimated 27 matches for "source_clear_sourc".

Did you mean: source_clear_source
2004 Sep 03
1
relay & fallback timeout issue
...et_next_buffer Disconnecting source due to socket timeout [2004-09-03 20:01:44] INFO source/source_shutdown Source "/cmrn_anoise.mp3" exiting [2004-09-03 20:01:44] INFO source/source_move_clients passing 1 listeners to "/cmrn_anoise_loop.mp3" [2004-09-03 20:01:44] DBUG source/source_clear_source clearing source "/cmrn_anoise.mp3" [2004-09-03 20:01:44] WARN source/get_next_buffer Disconnecting source due to socket timeout [2004-09-03 20:01:44] INFO source/source_shutdown Source "/cmrn.mp3" exiting [2004-09-03 20:01:44] DBUG yp/yp_remove release /cmrn.mp3 on YP http:/...
2006 Jan 25
2
Video fallback
Hello! Using 2.3-kh2 I wasn't able to make fallback work. This is what I am using: ... <mount> <max-listeners>2</max-listeners> <mount-name>/black.ogg</mount-name> </mount> <mount> <max-listeners>2</max-listeners> <mount-name>/live.ogg</mount-name>
2010 Nov 01
4
Camera MJPEG to Icecast
Dear All ... I have AXIS camera with output mjpeg format. I try to relay it to outside world using ffmpeg and it work The recipe is taken from http://www.daantje.nl/2007/05/07/convert-axis-webcam-stream-to-flash-swfflv/ Now .. I want to do it the otherway with Icecast I try with wget -nv -O - http://root:root at 192.168.10.234/mjpg/video.mjpg | ffmpeg2theora -a 0 -f mjpeg -o /dev/stdout |
2017 Apr 29
1
Server not moving clients to fallback
...nt on /stream now 1 The listen-client is receiving the stream. Now, if I kill the source mount client: [2017-04-28 21:42:48] INFO source/get_next_buffer End of Stream /stream [2017-04-28 21:42:48] INFO source/source_shutdown Source "/stream" exiting [2017-04-28 21:42:48] INFO source/source_clear_source 1 active listeners on /stream released and the listen-client exits. There seems to be no attempt here to move the listen-client to the fallback mount ("/fallbacks/Generic_Festival_fallback_192kHz.mp3"). If I try to connect a listen-client when the /source client is not running, i...
2010 Nov 02
2
Camera MJPEG to Icecast
..."/matamerapi" exiting [2010-11-02 07:58:30] DBUG source/source_run_script Starting command /home/icecast/bin/stream-stop [2010-11-02 07:58:30] EROR source/source_run_script Unable to run command /home/icecast/bin/stream-stop (No such file or directory) [2010-11-02 07:58:30] DBUG source/source_clear_source clearing source "/matamerapi" [2010-11-02 07:58:30] INFO source/source_clear_source Closing dumpfile for /matamerapi [2010-11-02 07:58:30] DBUG format-ogg/format_ogg_free_headers releasing header pages [2010-11-02 07:58:30] DBUG format-ogg/free_ogg_codecs freeing codecs [2010-11-02 07...
2013 Feb 20
3
Relaying with Icecast - stand-by or active all the time?
...elayed source at mountpoint "/oe3.mp3" [2013-02-20 17:56:38] INFO slave/open_relay_connection connecting to http://mp3stream7.apasf.apa.at:8000 [2013-02-20 17:56:38] WARN slave/open_relay_connection Failed to connect to http://mp3stream7.apasf.apa.at:8000 [2013-02-20 17:56:38] DBUG source/source_clear_source clearing source "/oe3.mp3" When I'm doing a plain, simple wget http://mp3stream7.apasf.apa.at the stream is downloaded properly. Any Ideas what I'm doing wrong here? Thanks! On Wed, Feb 20, 2013 at 11:07 AM, R?cker Thomas <thomas.ruecker at tieto.com>wrote: > Hi,...
2007 Apr 11
0
Icecast 2.3.1 + Ezstream 0.4: Source keeps disconnecting
...04-11 14:20:51] DBUG format-ogg/format_ogg_free_headers releasing header pages 54059 [2007-04-11 14:20:51] INFO source/get_next_buffer End of Stream /stream.ogg 54060 [2007-04-11 14:20:51] INFO source/source_shutdown Source "/stream.ogg" exiting 54061 [2007-04-11 14:20:51] DBUG source/source_clear_source clearing source "/stream.ogg" 54062 [2007-04-11 14:20:51] DBUG format-ogg/format_ogg_free_headers releasing header pages 54063 [2007-04-11 14:20:51] DBUG format-ogg/free_ogg_codecs freeing codecs 54064 [2007-04-11 14:20:51] DBUG format-vorbis/vorbis_codec_free freeing vorbis codec 54...
2007 Aug 23
2
relay streaming m3u
...;0</on-demand> </relay> but the error log said: [2007-08-23 22:04:22] INFO slave/start_relay_stream Starting relayed source at mountpoint "/total" [2007-08-23 22:04:22] EROR slave/start_relay_stream Error from relay request: Not Found [2007-08-23 22:04:22] DBUG source/source_clear_source clearing source "/total" [2007-08-23 22:04:23] DBUG slave/check_relay_stream waiting for relay thread for "/total" Thak you.
2009 Feb 27
0
Frequent disconnects when relaying
...[2009-02-27 18:03:28] DBUG stats/modify_node_event update node slow_listeners (11626) The messages on B are: [2009-02-27 18:03:36] INFO source/get_next_buffer End of Stream /XX [2009-02-27 18:03:36] INFO source/source_shutdown Source "/XX" exiting [2009-02-27 18:03:36] DBUG source/source_clear_source clearing source "/XX" [2009-02-27 18:03:36] DBUG stats/process_source_event delete source node /XX [Sorry, lines have wrapped]. Appreciate any help in tracing and solving this problem. Can provide pcap files if you let me know how much data would be useful. Regards, -- Raju --...
2006 Jun 16
0
Crash in Icecast-2.3.1 (in source_recheck_mounts)
...compared icecast_2_3_1 and trunk code for src/source.c. The most likely change that fixes the problem is the introduction of avl_tree_rlock (and matching unlock) just below "Applying mount information for". Another lock that might be related is the avl_tree_wlock that is introduced in source_clear_source. Diff command used: svn diff http://svn.xiph.org/icecast/tags/icecast_2_3_1/src/source.c http://svn.xiph.org/icecast/trunk/icecast/src/source.c I guess I'll have to patch my code with these changes to fix the problem. I'm reluctant to use daily snapshot in my production systems. Will...
2004 Aug 06
2
icecast 2kh30 problems
...47:52] INFO sighandler/_sig_die Caught signal 15, shutting down... [2004-03-06 12:47:52] INFO source/source_shutdown Source "/uml30.ogg" exiting [2004-03-06 12:47:52] INFO source/source_move_clients passing 0 listeners to "/uml30-default.ogg" [2004-03-06 12:47:52] DBUG source/source_clear_source clearing source "/uml30.ogg" [2004-03-06 12:47:52] DBUG source/source_free_source freeing source "/uml30.ogg" [2004-03-06 12:47:53] INFO source/source_shutdown Source "/uml30-default.ogg" exiting [2004-03-06 12:47:53] DBUG source/source_clear_source clearing source...
2005 Feb 09
0
Icecast 2.2 with Opticodec - dropping stream
...8] DBUG source/get_next_buffer last 1107839987, timeout 10, now 1107839998 [2005-02-08 06:19:58] WARN source/get_next_buffer Disconnecting source due to socket timeout [2005-02-08 06:19:58] INFO source/source_shutdown Source "/ourstream.aac" exiting [2005-02-08 06:19:58] DBUG source/source_clear_source clearing source "/ourstream.aac" [2005-02-08 06:19:58] DBUG source/source_free_source freeing source "/ourstream.aac" [2005-02-08 06:19:58] DBUG stats/modify_node_event update node sources (0) [2005-02-08 06:19:58] DBUG stats/process_source_event delete source node /ourst...
2005 Aug 16
1
ices2, metadata, bumps and crashes
On 8/16/05, Paul Martin <pm@nowster.zetnet.co.uk> wrote: > > Caught it yesterday, as I was already running level 4: This line: [2005-08-15 04:10:58] EROR stream/ices_instance_stream Send error: No error (Success) is the one that catches my attention. Unfortunately, ices's error logging is somewhat sub-standard. Can you cross reference this against your icecast error.log to see
2005 Feb 09
1
Icecast 2.2 with Opticodec - dropping stream
...8] DBUG source/get_next_buffer last 1107839987, timeout 10, now 1107839998 [2005-02-08 06:19:58] WARN source/get_next_buffer Disconnecting source due to socket timeout [2005-02-08 06:19:58] INFO source/source_shutdown Source "/ourstream.aac" exiting [2005-02-08 06:19:58] DBUG source/source_clear_source clearing source "/ourstream.aac" [2005-02-08 06:19:58] DBUG source/source_free_source freeing source "/ourstream.aac" [2005-02-08 06:19:58] DBUG stats/modify_node_event update node sources (0) [2005-02-08 06:19:58] DBUG stats/process_source_event delete source node /ourst...
2010 Dec 07
3
Mountpoint "disappearing" ?
..._bytes_read (69615) DBUG stats/modify_node_event update node total_bytes_sent (0) DBUG source/get_next_buffer last 1291723291 timeout 10 now 1291723302 WARN source/get_next_buffer Disconnecting source due to socket timeout INFO source/source_shutdown Source "/live.ogg" exiting DBUG source/source_clear_source clearing source "/live.ogg" DBUG format-ogg/format_ogg_free_headers releasing header pages DBUG format-ogg/free_ogg_codecs freeing codecs DBUG format-vorbis/vorbis_codec_free freeing vorbis codec DBUG format-theora/theora_codec_free freeing theora codec DBUG source/source_free_source fr...
2013 Feb 20
0
Relaying with Icecast - stand-by or active all the time?
...NFO slave/open_relay_connection > > connecting to http://mp3stream7.apasf.apa.at:8000 > > [2013-02-20 17:56:38] WARN slave/open_relay_connection > > Failed to connect to http://mp3stream7.apasf.apa.at:8000 > > [2013-02-20 17:56:38] DBUG source/source_clear_source > > clearing source "/oe3.mp3" > > > > > > > > When I'm doing a plain, simple > > > > > > wget http://mp3stream7.apasf.apa.at > > > > &g...
2005 Jun 25
2
icecast error with metadata
...06-26 00:39:39] DBUG source/get_next_buffer last 1119746368, timeout 10, now 1119746379 [2005-06-26 00:39:39] WARN source/get_next_buffer Disconnecting source due to socket timeout [2005-06-26 00:39:39] INFO source/source_shutdown Source "/mc" exiting [2005-06-26 00:39:39] DBUG source/source_clear_source clearing source "/mc" [2005-06-26 00:39:39] DBUG source/source_free_source freeing source "/mc" [2005-06-26 00:39:39] DBUG ices.log DEBUG: Delaying metadata update... Error during send: Libshout reported send error, disconnecting: Socket error
2019 Aug 01
0
mount points down in relay after a network problem
...ource/source_main listener count on /test1.mp3 now 797 ... (the source-timeout is applied and down mount points are cleared. It starts to give a 404 error) [2019-07-30 02:20:39] INFO source/source_shutdown Source from 192.168.1.4 at "/test1.mp3" exiting [2019-07-30 02:20:39] INFO source/source_clear_source 796 active listeners on /test1.mp3 released [2019-07-30 02:20:39] INFO fserve/fserve_client_create checking for file /test1.mp3 (/usr/share/icecast/web/test1.mp3) [2019-07-30 02:20:39] WARN fserve/fserve_client_create req for file "/usr/share/icecast/web/test1.mp3" No such file or dire...
2019 Aug 01
0
mount points down in relay after a network problem
...ource/source_main listener count on /test1.mp3 now 797 ... (the source-timeout is applied and down mount points are cleared. It starts to give a 404 error) [2019-07-30 02:20:39] INFO source/source_shutdown Source from 192.168.1.4 at "/test1.mp3" exiting [2019-07-30 02:20:39] INFO source/source_clear_source 796 active listeners on /test1.mp3 released [2019-07-30 02:20:39] INFO fserve/fserve_client_create checking for file /test1.mp3 (/usr/share/icecast/web/test1.mp3) [2019-07-30 02:20:39] WARN fserve/fserve_client_create req for file "/usr/share/icecast/web/test1.mp3" No such file or dire...
2019 Aug 01
0
mount points down in relay after a network problem
...ource/source_main listener count on /test1.mp3 now 797 ... (the source-timeout is applied and down mount points are cleared. It starts to give a 404 error) [2019-07-30 02:20:39] INFO source/source_shutdown Source from 192.168.1.4 at "/test1.mp3" exiting [2019-07-30 02:20:39] INFO source/source_clear_source 796 active listeners on /test1.mp3 released [2019-07-30 02:20:39] INFO fserve/fserve_client_create checking for file /test1.mp3 (/usr/share/icecast/web/test1.mp3) [2019-07-30 02:20:39] WARN fserve/fserve_client_create req for file "/usr/share/icecast/web/test1.mp3" No such file or dire...