similar to: Keeping icecast + ices 2.X running on a strict schedule?

Displaying 20 results from an estimated 11000 matches similar to: "Keeping icecast + ices 2.X running on a strict schedule?"

2014 May 25
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Icecast and Ices are running on the same machine and it is a dedicated server. It is a Xeon 1270 V2 CPU with 16 GB ram running Centos 64-bit. Any thoughts on which settings I could try next? I have tried everything that appears to relate to the speed at which the stream occurs to no avail. One point I forgot to mention is that some tracks bring on more deviation than others. Shorter tracks,
2014 May 25
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Regarding accounting for track lengths, could sox (soxi) be getting it wrong? Here's my approach atm: $lengths = array(); foreach($files as $val) { //Note that $files has already been populated by glob() $temp = explode(":", shell_exec('soxi -d "'.$val.'"')); $length = $temp[0] * 60 * 60;//convert the hours to seconds. $length += ($temp[1] *
2014 May 26
2
Keeping icecast + ices 2.X running on a strict schedule?
The server doesn't control the rate, the source does. Provided you aren't getting corrupt stream data (and it doesn't sound like you are), you don't have a server bug in this case. At a basic level, the server level takes the data that comes in from the source, buffers it, and sends it right back out the door at the rate at which it came in. It isn't entirely clear to me
2014 May 25
0
Keeping icecast + ices 2.X running on a strict schedule?
On 05/25/2014 01:13 PM, Jordan Verner wrote: > Icecast and Ices are running on the same machine and it is a dedicated > server. > It is a Xeon 1270 V2 CPU with 16 GB ram running Centos 64-bit. > Any thoughts on which settings I could try next? I have tried > everything that appears to relate to the speed at which the stream > occurs to no avail. > One point I forgot to mention
2014 May 25
0
Keeping icecast + ices 2.X running on a strict schedule?
Hi, On 05/24/2014 11:29 PM, Jordan Verner wrote: > I'm using Icecast, Ices, and the script module configuration to serve > the playlist to the server. Playlists are scheduled once per day with > regularely placed events (like spots) which run at specific times. > Unfortunately it's being served too fast, so it's always getting ahead > of schedule (gaining about 10
2014 May 26
0
Keeping icecast + ices 2.X running on a strict schedule?
Hello, In conclusion I'm pretty sure this issue is the symptom of a bug, either within Ices or Icecast itself. I decided to try running the same setup on Shoutcast today, and it's working perfectly. An hour of streaming at the time of this message, and absolutely no schedule deviation. It appears as though Shoutcast has better rate control than Icecast does at the moment or something.
2014 May 26
0
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Are you saying I should be rounding to the nearest second rather than measuring in milliseconds? My current approach is to calculate the track lengths by dividing the number of samples by the samplerate, resulting in a value measured in seconds with at least 8 decimal places. Nevertheless, for some reason a shoutcast + sc_trans setup handles this flawlessly. With Icecast + Ices, data is
2005 May 12
1
Playing a certain mp3 on a schedule
Hi guys (and girls). Is it possible to play a particular MP3 after every x number of tracks? Kinda like a radio jingle type thing. say, play 123.mp3 no less than every 10 mp3's but no more than every 15 mp3's., giving the effect of playing 123.mp3 every 10 to 15 songs. I'm sure it can be scripted but I have absolutely no idea how, so if someone could start me off it would be
2013 Jul 06
4
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
Same CD. Any Linux distribution without the 5.X series boots on this machine. We can use 4.06 and it boots just fine. It's not the computer's hardware. Like I said, we can take the CD out of the GX620 and place it in the 9010 and it boots. Put 4.06 on the CD, and they both boot. Patrick On Sat, Jul 6, 2013 at 7:18 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Fri, Jul 5,
2013 Jul 03
2
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
We have tried compiling the binaries our self and using the pre-compiled in the syslinux tar ball as well. It just locks up with the text we provided. The problem is booting from CD, booting from USB works. I suspect the problem is in isolinux.bin. The CD only fails on this one machine. It works on everything else we tried. 4.06 worked without any issue on this same machine. Parted Magic has been
2013 Jul 02
2
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
System: Dell OptiPlex GX620 (Both BIOS A10 and A11 affected) Medium: Physical CD-RW Observed: ISOLINUX 5.11 0x51D1AE48 ETCD_ is the only line displayed on-screen. A flashing cursor trails at the end of the line. Escape key does not return boot: prompt. Line1 of syslinux.cfg: DEFAULT vesamenu.c32 Note: Reverting to syslinux-4.06 allows for successful booting on the same system. Patrick On Tue,
2014 Dec 01
3
LibVorbis licensing inquiry
Hello, I am developing a game engine which will support Ogg Vorbis playback. If I were to use LibOgg and LibVorbis, would I then have to release my own product under BSD, thus requiring anyone who created games with it to do the same and reference Xiph.org in their game's credits? While I can definitely include a license file with my library, enforcing my own end-users to do the same would be
2013 Jun 29
7
Plop Boot Manager quit working with 5.10
I have updated syslinux in Parted Magic's test version to the 5.10 release. With 4.06 I booted plop like this: LINUX /boot/plpbt/plpbt.bin Now it says /boot/plpbt/plpbt.bin... ok Booting kernel failed: Invalid argument Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc... all work with 5.10. Revert to 4.06 and plop works again. Is this a problem with syslinux
2013 Jul 04
2
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
I'm not exactly sure what you need. Is this it? ISOLINUX 4.06 0x513e88f5 isolinux: Starting up, DL = 82 isolinux: Loaded spec packet OK, drive = 82 isolinux: Main image LBA = 0000011D isolinux: Main image read, jumping to main code... I created an iso with isolinux-debug.bin as the boot loader and booted it on that machine. If this is not what you are looking for, what are correct steps?
2008 Jan 16
1
menu(s) won't compile because of missing header file
If you cd to the /menu directory and type 'make' it fails with this error: libmenu/help.c:17:57: error: loadfile.h: No such file or directory libmenu/help.c: In function 'showhelp': libmenu/help.c:99: warning: implicit declaration of function 'loadfile' make: *** [libmenu/help.o] Error 1 The problem can be averted by adding the proper header location the file
2013 Jul 02
2
Dell OptiPlex GX620 can longer boot from CD with syslinux-5.X
This same system boots with syslinux-4.06. Let me know if there is any further info you need. We tried syslinux-5.11-pre5 as well. Patrick Verner partedmagic.com
2002 Nov 20
3
Shared profiles under XP?
Hiya. Is it possible to share profiles between different users with Samba 3.0CVS acting as a PDC, and XP Workstations? All users are using the same profile share; the concept is that there's an "Admin" user which can read/write to this, so I can setup things such as Internet Explorer settings / Desktop/Start Menu items / color scheme, etc..., and all other users only have read
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root. What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions? > On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Just bind
2019 Apr 07
2
Question about replacing the web interface with an audio stream
In my case the rest of my server was apache/CPanel, so I don’t have a choice in the matter. Does it matter if the web interface is completely inaccessible, as would be a side effect of the alias approach? > On Apr 7, 2019, at 2:29 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Apache is a terrible choice if youre going to revproxy, specially an http stream, youll have
2006 Jun 07
2
oss problems with ices 2.0.1, while ok with ices 2.0kh60 on same machine
Hi... now, I have a trouble on one source machine. I'm using oss to get the sound. encoding is ok with ices 2.0kh60 but with ices 2.0.1, I'm getting [2006-06-07 23:17:48] INFO ices-core/main IceS 2.0.1 started... [2006-06-07 23:17:48] EROR input-oss/oss_open_module Couldn't set sampling rate [2006-06-07 23:17:48] EROR input/input_loop Couldn't initialise input module