Displaying 20 results from an estimated 29 matches for "total_bytes_read".
2011 Feb 27
2
icecast2 sends metadata to clients but not actual stream
...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/modify_node_event update node
total_bytes_read (79687225)
[2011-02-28 00:48:42] DBUG s...
2010 Dec 07
3
Mountpoint "disappearing" ?
...ream in
theora/vorbis format with audio & video sync'ed.
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 Dis...
2014 Jun 22
0
second life listener connects but does not get stream
...22:20:11] DBUG stats/modify_node_event update global connections (2)
[2014-06-22 22: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...
2009 Jan 17
1
counting Mb of every mountpoint
...webalizer but later my try I think that it isn0t what I'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 fr...
2011 Feb 28
0
icecast2 sends metadata to clients but not actual stream
...at 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/modify_node_event update node
> total_bytes_read (79687225)
> [20...
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...
2000 May 12
1
Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and other sys tems, too
> -----Urspr?ngliche Nachricht-----
> Von: Andre Lucas [SMTP:andre.lucas at dial.pipex.com]
> Gesendet am: Freitag, 12. Mai 2000 16:37
> An: Bladt Norbert
> Cc: 'Karsten Thygesen'; 'openssh-unix-dev at mindrot.org';
> 'carl at bl.echidna.id.au'
> Betreff: Re: Patch: OpenSSH 2.1.0 under Solaris 8, Solaris 7 and
> other systems, too
>
> Well
2009 Jun 21
0
Sources can't connect to my server
...DBUG stats/stats.c update node listeners (0)
> [2009-06-17 17:50:09] DBUG 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...
2012 May 27
1
Thread Problem.
...mData()
{
// Switch buffer page
char *buf;
if(strm.bufPage == 0)
{
buf = strm_buf;
strm.bufPage = 1;
}
else
{
buf = strm_buf + /*STRM_BUF_PAGESIZE*/4096;
strm.bufPage = 0;
}
long total_bytes_read = 0;
while(total_bytes_read < /*STRM_BUF_PAGESIZE*/4096)
{
int dummy;
long bytes_read = ov_read(
&strm.ovf,
&buf[total_bytes_read],
/*STRM_BUF_PAGESIZE*/4096 - total_bytes_read,
&...
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
...enurl http://192.168.11.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_...
2019 Jul 11
1
Need help with streaming to Icecast
...t; 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:*
> >...
2008 Feb 01
1
can not stream the video using eztream
...calhost:8000/different.ogg
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
...isteners 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
>
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.a...
2015 Apr 28
2
Segmentation fault issue with new install
...ner_peak (0)
[2015-04-28 15:56:39] DBUG stats/process_source_event new node
stream_start (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...
2011 Aug 07
2
Trouble getting in icecast Directory
...public 1
server_description 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
E...
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