search for: mp3_check

Displaying 12 results from an estimated 12 matches for "mp3_check".

2004 Aug 06
1
mp3check and mp3_check?
Hello Sirs, > > Have you ran them through mp3check and mp3_check? > >Yep. Found a couple with a few bad frames and deleted them. Other than >that, nothing worse than a missing ID3 tag or two. Could you please give me the address of these tool(mp3check, mp3_check). I have many bad coded mp3, When Icecast streaming these bad! mp3s it kicks the connected...
2004 Aug 06
9
Stuttering stream
...ggest you start to look elsewhere for your problem. libshout is quite well tested and every time someone has thought it was skipping, it turned out to be NTP chaning their clock or a slow harddrive or something similar. What kidn of files are you streaming? Have you ran them through mp3check and mp3_check? Is load goign up when it starts skipping? How about disk usage? Can you monitor bandwidth and make sure sporadic spurts aren't the problem? Is it better if you drastically increase your buffer size? jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepa...
2004 Aug 06
3
Ices memory leak?
Is anyone else experiencing what seems to be a memory leak with Ices? I can have icecast up and running with WinAmp streaming to it from my '98 box for days at a time with no problem. As soon as I start Ices I'll launch top to watch and my free mem starts dropping -fast-. Starting from about 160MB free, in 4-5 hours I have 2MB free with Ices crashed and the memory unrecovered which sends
2004 Aug 06
2
Stuttering stream
> A good number have id3v2 tags... say 20-30%. Do you find that it's stuttering on id3v2 files? Since those contain data that is counted by the timing code, but not played the the player, that seems a likely suspect. Ie, you'll get _playable_ data too slow. Try a stream with _no_ id3v2 files and see if the problem persists. > > What version of linux? glibc? > > RH 7.2
2004 Aug 06
0
Stuttering stream
...here for your problem. libshout > is quite well tested and every time someone has thought it was skipping, > it turned out to be NTP chaning their clock or a slow harddrive or > something similar. > > What kidn of files are you streaming? Have you ran them through > mp3check and mp3_check? Is load goign up when it starts skipping? How > about disk usage? Can you monitor bandwidth and make sure sporadic > spurts aren't the problem? > > Is it better if you drastically increase your buffer size? > > jack. > > --- >8 ---- > List archives: http://www...
2004 Aug 06
0
Stuttering stream
...ying "Here's this problem I'm having, how do I fix it?" I don't care if the problem lies with icecast, liveice, libshout, or whatever. I just want to stream my MP3s. > What kidn of files are you streaming? MP3s and nothing but. > Have you ran them through mp3check and mp3_check? Yep. Found a couple with a few bad frames and deleted them. Other than that, nothing worse than a missing ID3 tag or two. > Is load goign up when it starts skipping? Nope. Load remains at 0.0, although if ices starts resyncing, load spikes to 7.5 or higher. The skipping and resyncing are not...
2004 Aug 06
0
Stuttering stream
...here for your problem. libshout > is quite well tested and every time someone has thought it was skipping, > it turned out to be NTP chaning their clock or a slow harddrive or > something similar. > > What kidn of files are you streaming? Have you ran them through > mp3check and mp3_check? Is load goign up when it starts skipping? How > about disk usage? Can you monitor bandwidth and make sure sporadic > spurts aren't the problem? > > Is it better if you drastically increase your buffer size? > > jack. > > --- >8 ---- > List archives: http://www...
2004 Aug 06
0
Stuttering stream
...Do you find that it's stuttering on id3v2 files? Since those contain > data that is counted by the timing code, but not played the the player, > that seems a likely suspect. Ie, you'll get _playable_ data too slow. I replaced my normal playlist with a much smaller one of files that mp3_check didn't find id3v2 tags. I made it about 30 seconds in before it started skipping. > These all sound fine. I don't think there's any icecast code in .11 > that would affect something like this, although if my id3v2 guess > doesn't pan out, I suggest upgrading to .11 as th...
2004 Aug 06
1
syntax for playlist
few questions: What would be the correct syntax for mp3 names with spaces ex: /mp3Files/Album Name/Name of the song.mp3 Is it necessary for files or mp3's to be in a directory that can be read by everyone? <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
0
iceS 0.2.2 bug?
...t stream in playlist order i found it would crash while streaming a particular file, so i removed that file, started the stream again, and it crashed later in the playlist. so i removed *that* file and started again, and this time it crashed much earlier in the playlist. my .mp3s check out ok using mp3_check, so i dont think there's any file corruption, and i have to conclude maybe there's a bug in icesS-0.2.2. running the corefile thru gdb, i see that we've died here: (gdb) where #0 0x10018814 in shout_send_data (self=0x100c12c8, buff=0x7fffe0e8 "\212รจ", len=1) at shout.c...
2004 Aug 06
2
Problem with streaming some mp3s (but not all)
...re: http://www.svaudio.org/test1.mp3 (works) http://www.svaudio.org/test2.mp3 (doesn't work-40kbps) http://www.svaudio.org/test3.mp3 (doesn't work-80kbps) My DNS is flaky sometimes, so use 68.53.92.187 if you have problems. All of the problem mp3s work fine when played independently, and mp3_check finds no problems. I realize that I could just reencode these, but I want to know what settings to avoid and would like to avoid having to do that if at all possible (there are 40 of them and they take about half an hour to an hour each.) Thanks a lot! --Pritpaul P.S. I would appreiate if you c...
2004 Aug 06
3
Stuttering stream
Expanding on Jack's note. In a default lame install, the lame library in in /usr/local/lib which is not in the 'trusted' library directories, hence why the linker/loader can't find it. What you need to do to fix it (as root), is open up /etc/ld.so.conf and add /usr/local/lib to the file. This file just contains various paths that will be searched in addition to /usr/lib & /lib