search for: total_bytes_sent

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

2011 Feb 27
2
icecast2 sends metadata to clients but not actual stream
...Cast. The problem is that the server is not sending the actual data to any clients. To find out more about what is going on, I increased icecast's log level to 4 to see debug data in error.log. And here's what it shows: [2011-02-28 00:48:32] DBUG stats/modify_node_event update node total_bytes_sent (211) [2011-02-28 00:48:37] DBUG stats/modify_node_event update node total_bytes_read (79572713) [2011-02-28 00:48:37] DBUG stats/modify_node_event update node total_bytes_sent (211) [2011-02-28 00:48:38] DBUG slave/_slave_thread checking master stream list [2011-02-28 00:48:42] DBUG stats/...
2011 Feb 28
0
icecast2 sends metadata to clients but not actual stream
...is that the server is not sending the actual data to any > clients. To find out more about what is going on, I increased icecast's > log level to 4 to see debug data in error.log. And here's what it shows: > > [2011-02-28 ?00:48:32] DBUG stats/modify_node_event update node > total_bytes_sent (211) > [2011-02-28 ?00:48:37] DBUG stats/modify_node_event update node > total_bytes_read (79572713) > [2011-02-28 ?00:48:37] DBUG stats/modify_node_event update node > total_bytes_sent (211) > [2011-02-28 ?00:48:38] DBUG slave/_slave_thread checking master stream list > [2011-02...
2014 Jun 22
0
second life listener connects but does not get stream
...20:11] DBUG stats/modify_node_event update global client_connections (1) [2014-06-22 22:20:11] DBUG stats/modify_node_event update global clients (1) [2014-06-22 22:20:11] DBUG stats/process_source_event new node total_bytes_read (0) [2014-06-22 22:20:11] DBUG stats/process_source_event new node total_bytes_sent (0) [2014-06-22 22:20:11] DBUG format-mp3/mp3_set_title shoutcast metadata block setup with StreamTitle='African Jazz Pioneers - Dark City'; [2014-06-22 22:20:11] INFO source/source_main listener count on /stream now 0 [2014-06-22 22:20:11] DBUG stats/process_source_event new node title...
2009 Jan 17
1
counting Mb of every mountpoint
...39;m searching... I want to have some information , but the most useful it's the total data sent by a specific mountpoint to all the client . I have tryed the kh icecast branch , this has more statistics information , like this <total_bytes_read>47586322</total_bytes_read> <total_bytes_sent>50334720</total_bytes_sent> <total_mbytes_sent>48</total_mbytes_sent> But after that the client reconnect to the mountpoint , the statistics beginning fron the 0 . The best way is if this information are absolutely from the "beginning" of the server ( from the lat...
2007 Jun 08
1
history of your mount point sessions
Dear all SmileThank you for your timeWell I like to ask some thing about( total_bytes_read )(total_bytes_sent)Etc.. () Mount point valuesAs we know each Mount Point has a separated status diagram in the admin page !I want to save this numbers in a Mysql database !So I can see some thing like (total_bytes_read /total_bytes_sent?etc) history , because when you disconnect you broadcast the status diagram will...
2010 Dec 07
3
Mountpoint "disappearing" ?
...Now, when I use VLC to send the stream to my icecast2 server, the stream mounts, it is listed in the active mountpoints page, but suddenly disappear, leaving this in error.log in debug mode : DBUG stats/modify_node_event update node total_bytes_read (69615) DBUG stats/modify_node_event update node total_bytes_sent (0) DBUG stats/modify_node_event update node total_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_shutdow...
2009 Jun 21
0
Sources can't connect to my server
...stats/stats.c new node listener_peak (0) > [2009-06-17 17:50:09] DBUG stats/stats.c new node stream_start (Wed, > 17 Jun 2009 17:50:09 Pacific Daylight Time) > [2009-06-17 17:50:09] DBUG stats/stats.c new node total_bytes_read (0) > [2009-06-17 17:50:09] DBUG stats/stats.c new node total_bytes_sent (0) > [2009-06-17 17:50:09] DBUG stats/stats.c new node audio_samplerate > (44100) > [2009-06-17 17:50:09] DBUG stats/stats.c new node audio_channels (2) > [2009-06-17 17:50:09] DBUG stats/stats.c new node audio_bitrate (64001) > [2009-06-17 17:50:09] DBUG stats/stats.c new node...
2009 Jun 18
4
Sources can't connect to my server
I have IceCast 2.3.1 running on Window XP SP3 as a windows service. My computer is behind a d-link router, and the router is configured to pass through to port 8000 on my computer. On the same computer I am running WinAmp with an oddcast dsp and streaming work fine, people beyond my router can listen no problem. I also have a laptop running Windows Vista SP2 with WinAmp and a Spacial dsp,
2019 Jul 11
2
Need help with streaming to Icecast
...61:8000/gcs.ogg max_listeners unlimited public 0 server_description Unspecified description server_name Unspecified name server_type audio/mpeg slow_listeners 0 source_ip 192.168.11.61 stream_start Thu, 11 Jul 2019 15:56:46 +0100 stream_start_iso8601 2019-07-11T15:56:46+0100 total_bytes_read 877800 total_bytes_sent 0 user_agent Lavf/58.20.100 *Code:* int ret; _pOutputFormatContext = ffmpeg.avformat_alloc_context(); fixed (AVFormatContext** ppOutputFormatContext = &_pOutputFormatContext) { ret = ffmpeg.avformat_alloc_output_context2(ppOutput...
2019 Jul 11
1
Need help with streaming to Icecast
...description > > server_name Unspecified name > > server_type audio/mpeg > > slow_listeners 0 > > source_ip 192.168.11.61 > > stream_start Thu, 11 Jul 2019 15:56:46 +0100 > > stream_start_iso8601 2019-07-11T15:56:46+0100 > > total_bytes_read 877800 > > total_bytes_sent 0 > > user_agent Lavf/58.20.100 > > > > Hi, > > how do you actually send the stream to Icecast? I can't find that in > your > code below? Do you use the ffmpeg icecast protocol? > > > > > *Code:* > > int ret; > >...
2008 Feb 01
1
can not stream the video using eztream
...max_listeners unlimited public 1 samplerate 44100 server_description This is a stream description server_name My Stream server_type application/ogg server_url http://localhost slow_listeners 0 source_ip 127.0.0.1 stream_start Thu, 31 Jan 2008 18:07:59 -0500 subtype Vorbis total_bytes_read 708181570 total_bytes_sent 641958338 user_agent libshout/2.2.2
2019 Jul 11
0
Need help with streaming to Icecast
...c 0 > server_description Unspecified description > server_name Unspecified name > server_type audio/mpeg > slow_listeners 0 > source_ip 192.168.11.61 > stream_start Thu, 11 Jul 2019 15:56:46 +0100 > stream_start_iso8601 2019-07-11T15:56:46+0100 > total_bytes_read 877800 > total_bytes_sent 0 > user_agent Lavf/58.20.100 > Hi, how do you actually send the stream to Icecast? I can't find that in your code below? Do you use the ffmpeg icecast protocol? > > *Code:* > int ret; > _pOutputFormatContext = ffmpeg.avformat_alloc_context(); >...
2015 Apr 28
2
Segmentation fault issue with new install
...tart (Tue, 28 Apr 2015 15:56:39 +0200) [2015-04-28 15:56:39] DBUG stats/process_source_event new node stream_start_iso8601 (2015-04-28T15:56:39+0200) [2015-04-28 15:56:39] DBUG stats/process_source_event new node total_bytes_read (0) [2015-04-28 15:56:39] DBUG stats/process_source_event new node total_bytes_sent (0) [2015-04-28 15:56:39] DBUG stats/modify_node_event update "/geen-uitzending.mp3" listeners (0) [2015-04-28 15:56:40] DBUG slave/_slave_thread checking master stream list bad start (segfault): [2015-04-28 15:56:53] INFO main/main Icecast 2.4.1 server started [2015-04-28 15:56:53]...
2011 Aug 07
2
Trouble getting in icecast Directory
...n News/Progressive Talk Radio server_name Air Progressive server_type audio/mpeg server_url http://airprogressive.org slow_listeners 31 source_ip 216.180.238.41 stream_start Sat, 06 Aug 2011 01:52:44 -0400 title HijackingTruthShow1Whole - HijackingTruthShow1Whole total_bytes_read 207915182 total_bytes_sent 839327733 user_agent ices/0.4 libshout/2.2.2 yp_currently_playing HijackingTruthShow1Whole - HijackingTruthShow1Whole Any ideas? THANKS! --Ray -- --------------------------------------- Raymond Lutz AirProgressive.org c/o Citizens Oversight 771 Jamacha Rd #148 El Cajon, CA 92019 USA Voice...
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 |
2009 Nov 18
1
Move listeners problems
Thanks, Karl! I've checked the log files during a move command but I couldn't find anything that looked related to the problems. I've thought of upgrading to 2.3.2 but thought I should ask first if it was something common - saw that someone mailed about the same problems a couple of months ago, if I understood it correctly. /Mathias 2009/11/18 Karl Heyes <karl at xiph.org>:
2019 Dec 22
4
Kicking duplicate connections
Hello fellow mailing list readers, My question relates to multiple / duplicate connections to the ice cast server from the same IP address. I am well aware that this is an issue that lies with the music player (listener agent) used by the listener. When a listener connects to the stream, sometimes it appears as two connections to the stream from the same IP address. This may last only a few
2020 Oct 14
0
meaning of global connections and global client_connections in error log
..._settings fallback_when_full to 1 [2020-10-14 12:11:57] WARN source/source_fallback_file unable to open file "/usr/share/icecast2/web/void" [2020-10-14 12:11:57] DBUG stats/process_source_event new node total_bytes_read (0) [2020-10-14 12:11:57] DBUG stats/process_source_event new node total_bytes_sent (0) [2020-10-14 12:11:57] DBUG stats/modify_node_event update "/archive" listeners (0) [2020-10-14 12:11:57] DBUG stats/modify_node_event update "/archive" listenurl (http://punctum.cz:8000/archive) [2020-10-14 12:11:57] DBUG stats/modify_node_event update "/archive&quot...
2015 Apr 29
0
Segmentation fault issue with new install
...9 +0200) > [2015-04-28 15:56:39] DBUG stats/process_source_event new node > stream_start_iso8601 (2015-04-28T15:56:39+0200) > [2015-04-28 15:56:39] DBUG stats/process_source_event new node > total_bytes_read (0) > [2015-04-28 15:56:39] DBUG stats/process_source_event new node > total_bytes_sent (0) > [2015-04-28 15:56:39] DBUG stats/modify_node_event update > "/geen-uitzending.mp3" listeners (0) > [2015-04-28 15:56:40] DBUG slave/_slave_thread checking master stream > list I currently suspect it's something interacting with the stats thread and the two identic...