[Savonet-users] icecast via jack and soundcard

2010-02-17 Thread peter
, to do live streaming? #!/usr/bin/liquidsoap # Log dir set(log.file.path,/tmp/basic-radio.log) myplaylist = playlist(/home/peter/liquidsoap/playlist.pls) radio = mksafe(myplaylist) output.icecast.vorbis( host = localhost, port = 8000, password = hackme, mount = basic-radio.ogg, radio

[Savonet-users] uncaught exception

2010-03-07 Thread peter
in the meantime, except my password, so I've no idea what the problem is. Does anyone have any ideas? Thanks, Peter -- -- - Peter O'Doherty - http://www.peterodoherty.net - m...@peterodoherty.net rhizoradio live every sunday at 18:00 (CET) http://www.peterodoherty.net/rhizoradio.html

Re: [Savonet-users] Precise playlist generation with Liquidsoap

2018-04-11 Thread Peter
Hi - you can do this quite easily with Liquidsoap. (a) if you want to generate playlists from specific directories, you can do so with a command similar to: ls -d "$PWD"/* > /path_to/directory_containing_playlists/playlist.m3u (or whatever file extension you choose) and make this run

Re: [Savonet-users] enabling SSL on Icecast2

2018-04-11 Thread Peter
I don't, but would love to. It's causing any https page in which there's an embedded player to show as "not secure". - pete ++ -- Check out the vibrant tech community on one of the world's most engaging

[Savonet-users] max_listeners?

2018-04-11 Thread Peter
Is there any way to set max_listeners per mountpoint in Liquidsoap? None of the expressions I’ve tried seem to work. - pete ++ -- Check out the vibrant tech community on one of the world's most engaging

[Savonet-users] 404 Error

2018-04-10 Thread Peter
I wonder if anyone could help with this, please... I’m getting a 404 error when trying to connect to LS default live dj mountpoint: “connect: server answered with 404!” (from butt) Firewall allows port 9000, but the error still occurs when firewall is disabled. This is what I have in the .liq

[Savonet-users] Creating a continuous pip

2008-02-14 Thread Peter Brooks
Hi all, I'm after creating a continuing pip on a source, Ie the whole point of the source is to deliver a sine(duration=.2,1000) every two seconds. I've tried delay, but it varies in the time that the pip is delivered and other functions only play it once. -- Peter Brooks

[Savonet-users] Multiseating X

2008-03-08 Thread Peter Brooks
This might be of interest to other radio users. -- Forwarded message -- From: Peter Brooks [EMAIL PROTECTED] Date: 9 Mar 2008 02:25 Subject: Multiseating X - Followup To: Northants LUG Discussion List [EMAIL PROTECTED] Some time ago I set out on multiseating X for our radio

Re: [Savonet-users] liquidsoap on ubuntu - intrepid. problems with .deb package and crashes

2009-03-11 Thread Peter Kuppelwieser
the onboard ESS ES1938 Sound card) tnx, Peter On Sat, Mar 7, 2009 at 12:06 AM, Peter Kuppelwieser pe...@bozen.org wrote: the liquidsoap process was gone i checked it with ps. restarting it caused a Segmentation fault. And also starting other software (eg. doing a apt-get update) caused

[Savonet-users] Using pulseaudio

2009-03-18 Thread Peter Brooks
Hi all, I'm revamping the KUBE scripts to implement a few new services. Essentially on_blank on our main streaming service I'm going to have liquidsoap execute a second instance of liquidsoap to start the sustain music service. The second instance (sustain) will relay audio via pulseaudio (I hope)

Re: [Savonet-users] Using pulseaudio

2009-03-19 Thread Peter Brooks
I want to be able to apply all the different effects that previously haven't worked with liq such as some transitions which I don't think liq can currently handle. On Thu, Mar 19, 2009 at 3:29 PM, David Baelde david.bae...@gmail.comwrote: Hi Peter, 2009/3/19 Peter Brooks pe...@theneb.co.uk

[Savonet-users] Liquidsoap keeps segfaulting

2009-03-22 Thread Peter Brooks
I'm using a SVN build of liquidsoap, for some reason every few hours the ls instance will seg fault. I'm running it in a screen, how is it best to debug this issue? Ie sample usage of tracing would be awesome. Here is my script: set(log.file,false) set(log.level,5) set(server.telnet,true)

Re: [Savonet-users] Liquidsoap Controller using Django an Python

2009-04-08 Thread Peter Brooks
Hi Chris, I'll be looking closely at this, I'm using django to develop my third year project involving ocaml. Regards On Wed, Apr 8, 2009 at 5:35 AM, Chris Everest chrisever...@gmail.comwrote: First, mega-thanks to the devs on this wonderful streaming utility. I've become fascinated with

[Savonet-users] Compilation liquidsoap from svn libmad undefined reference

2009-05-09 Thread Peter Schälchli
testet this also with the full tar.gz with the same problem. What is wrong? Greetings and have a nice weekend Peter -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning

[Savonet-users] Jackd connect commands from ls

2009-05-25 Thread Peter Brooks
Hi all, Attempting to use Liquidsoap to create a jack source and then connecting, however the commands are attempted to be executed before the source is ready: set(log.file,false) s = input.jack(id=ls) system('/usr/bin/jack_connect system:capture_1 ls:in_0') system('/usr/bin/jack_connect

[Savonet-users] problem with launching

2010-07-11 Thread Peter O'Doherty
Hi, I have just installed savonet from svn and get the following error when I try to run the liquidsoap.sh script below. At line 8, char 19: unbound symbol output.icecast.mp3 Can anyone help? Many thanks, Peter script is: #!/usr/local/bin/liquidsoap # Log dir set(log.file.path,/tmp/basic

Re: [Savonet-users] problem with launching

2010-07-12 Thread Peter O'Doherty
Hi, Thanks for this. When I make the changes I now get this error: init: exception encountered during main phase: Cry.Error(1) exception: Cry.Error(1) Any ideas what the problem might be? Thanks again, Peter On 07/11/2010 09:29 PM, Cees van Egmond wrote: Hi, Since you've used the svn

Re: [Savonet-users] problem with launching

2010-07-12 Thread Peter O'Doherty
, is the syntax also changed i.e. output.icecast(%mp3 ... ? Thanks, Peter On 07/12/2010 08:43 PM, Romain Beauxis wrote: Le lundi 12 juillet 2010 13:34:26, Peter O'Doherty a écrit : Hi, Hey guys ! Le dimanche 11 juillet 2010 14:29:02, Cees van Egmond a écrit : Since you've

Re: [Savonet-users] problem with launching

2010-07-14 Thread Peter O'Doherty
] Waiting for threads to terminate... Does this give you any clues to what the problem might be? Thanks, Peter -- - Peter O'Doherty - http://www.peterodoherty.net - m...@peterodoherty.net rhizoradio live every sunday at 18:00 (CET) on DFM http://dfm.nu http://rhizoradio.net

Re: [Savonet-users] problem with launching

2010-07-17 Thread Peter O'Doherty
and liquidsoap.sh and double checked them but I can't think what else it might be. Any ideas? Regards, Peter -- - Peter O'Doherty - http://www.peterodoherty.net - m...@peterodoherty.net rhizoradio live every sunday at 18:00 (CET) on DFM http://dfm.nu http://rhizoradio.net

Re: [Savonet-users] problem with launching

2010-08-09 Thread Peter O'Doherty
Still haven't managed to locate the problem. No big deal though - can still use liquidsoap without any problems on my laptop. Thanks again, Peter On 07/17/2010 07:06 PM, Romain Beauxis wrote: Le samedi 17 juillet 2010 11:39:19, vous avez écrit : Any ideas? You should look

Re: [Savonet-users] create output files hourly

2010-09-09 Thread Peter Retep
Hi David, this is exactly what I have searched for! Thanks for help! BR Peter -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error (-1073741824)

2010-09-17 Thread Peter Retep
for many days. (it controls switching between broadcast studios and plays out to the transmitter ) BR, Peter Am 17.09.2010 00:22, schrieb Romain Beauxis: Hi ! Le jeudi 16 septembre 2010 17:29:02, Maxime Rainville a écrit : I've got a similar problem. I'm running a Web radio and I'm using

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error (-1073741824)

2010-09-20 Thread Peter Retep
, port=8001, user=user, password=pass, mount=/mount, radio ) Additionally simple out(radio) does not work with alsa.in() anymore, due to clock problems, but output.alsa() works BR, Peter -- Start uncovering the many

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error (-1073741824)

2010-09-21 Thread Peter Retep
Sorry, I have to cancel my last mail. This only happens if no ALSA sound card is available. Since I do not get my local cards recording at ALSA, I have still to wait until end of month. Then I have access to the computers with working soundcards. BR, Peter Am 21.09.2010 16:05, schrieb Peter

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error (-1073741824)

2010-09-24 Thread Peter Retep
jobs seem not to be related, since they are run minutely BR, Peter -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8 for consumers in U.S. and Canada

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2010-09-27 Thread Peter Retep
this and liquidsoap reconnects to pulseaudio input. We are using this for several days without seeing any alsa.unknown_errors anymore. BR, Peter Am 17.09.2010 00:29, schrieb Maxime Rainville: I've got a similar problem. I'm running a Web radio and I'm using liquidsoap to stream our station

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2010-09-28 Thread Peter Retep
, Peter Am 27.09.2010 23:03, schrieb Romain Beauxis: Le lundi 27 septembre 2010 14:35:33, Romain Beauxis a écrit : * Tell us whether your use pure alsa or pulseaudio's alsa emulation. If you are not sure about this, you may check the following files: * ~/.asoundrc * /etc

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2010-09-30 Thread Peter Retep
Hi Romain, I have compiled 1.0.0 beta1, (incl. applied the alsa patch and configured with --enable-debugging option). The assumed overflow might not be the reason: As a result, after 13h 21min liquidsoap shuts down and hangs at terminating. Do you have any other idea? BR, Peter ra...@radio

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2010-10-01 Thread Peter Retep
Hi, thanks for the hints! Last night I have tested your alsa_in.ml patch and additionally made sure to use alsa by using the virtual pcm.liq-test device. After more than 17 hours I stopped the test run, and liquidsoap terminated fine without hang-up. Should there be a Trying to recover..

[Savonet-users] cant compile without AO support

2010-10-21 Thread peter retep
Hi, i just wanted to compile for tomorows workshop and found out that I cant compile 1.0.0 beta1 at Ubuntu 10.04 without enabling AO at PACKAGES file. I enabled AO and now it works... I am looking forward to see you tomorrow at the workshop. BR, Peter

Re: [Savonet-users] cant compile without AO support

2010-10-25 Thread Peter Retep
way to find the right packages to be installed which I don't know.. BR, Peter Am 25.10.2010 16:20, schrieb Samuel Mimram: Hi, On Fri, Oct 22, 2010 at 12:27 AM, peter reteppeter_re...@gmx.de wrote: i just wanted to compile for tomorows workshop and found out that I cant compile 1.0.0 beta1

Re: [Savonet-users] Lame crashes after several hours

2010-11-07 Thread Peter Retep
additional network traffic. BR, Peter Am 07.11.2010 21:44, schrieb Daniel Prado: Hi everyone! First of all, thanks for the AMAZING job you're doing on liquidsoap, I'm really happy with the current version and what it can do, keep up the good work!!! Now with a little problem, I'm using

[Savonet-users] using playlist to switch between local/remote files/streams

2010-12-04 Thread Peter Retep
in advance, BR, Peter -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2010-12-04 Thread Peter Retep
just for clarifying: The patch is yours! http://www.mail-archive.com/savonet-users@lists.sourceforge.net/msg02683.html many thanks for this! BR, Peter Am 05.12.2010 00:34, schrieb Romain Beauxis: Le samedi 4 décembre 2010 07:55:09, Peter Retep a écrit : Hi, Hi Peter! Just to give

Re: [Savonet-users] using playlist to switch between local/remote files/streams

2010-12-10 Thread Peter Retep
at ouput. BR, Peter -- Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best

[Savonet-users] livestream fallback problem

2010-12-30 Thread Peter Walter
with a 401 - mountpoint still in use. it's nothing urgent, as i can perfectly work around the problem. it just made me curious. best regards and my best wishes for a Happy New Year to all of you peter -- Learn how Oracle

Re: [Savonet-users] using playlist to switch between local/remote files/streams

2011-01-11 Thread Peter Retep
reconfiguration of http.input or something similar solution. hoping regards, Peter PS: However I'm surprised to see a constant test {active==1} instead of something like {!active==1} with a reference that can be updated. you are right, may example was not correct, it should only give a idea of what I

[Savonet-users] I cant say:

2011-01-22 Thread Peter Retep
directory that I do not know. Do you have any ideas? Thanks in advance! BR, Peter PS: Is there any plan when to publish next official release? -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally

Re: [Savonet-users] Is there any way to apply cue points?

2011-01-31 Thread Peter Retep
the other audio formats. If there are any more suggestions, open points or ideas, please let me know. BR, Peter On the other hand, if there is any solution, even workaround based on cutting the file during request preparation stage, it definitely should be added to the documentation. Yup, that's

[Savonet-users] active/standby configuration

2011-02-06 Thread Peter Retep
of failure?: If net1 fails net2 gets active and master, if available. If net1 comes up again, net2 stays master and continues playing. If net2 fails net1 wll be come active and master, if available. Do you have any suggestions? BR, Peter

Re: [Savonet-users] Three outputs using two sources?

2011-02-06 Thread peter retep
hi andre, this should work without defining a new source. since months we use a single source to output icecast, alsa and write the broadcast archive to disk in parallel. its working very stable! BR, Peter Am 07.02.2011 01:38, schrieb kro...@aolohr.com: Hi, Given that I have two sources

[Savonet-users] liquidsoap: ubuntu upstart script, log reader script

2011-02-07 Thread Peter Retep
logs mentioned above in a tail-f manner. It helped me when checking logs of multiple processes on remote machine without GUI. Of cause you can use it for additional/other logs, too: Just change the log paths at the script. BR, Peter description liquidsoap start on ( net-device-up

Re: [Savonet-users] liquidsoap: ubuntu upstart script, log reader script

2011-02-08 Thread Peter Retep
in a short time. Maybe upstart offers an alternative mechanism to work with daemon processes, I just don't know. Thanks for answering to active/standby configuration thread, I have learned a lot from it, once again. BR, Peter Am 08.02.2011 08:42, schrieb David Baelde: Thanks Peter for sharing

Re: [Savonet-users] liquidsoap aborts with exception Alsa.Unknown_error(-1073741824)

2011-02-22 Thread Peter Retep
(1073741267) As before its coming up each 13 hours at stereo, 160kbit/s CFR What could I do? BR, Peter Am 05.12.2010 00:40, schrieb Peter Retep: just for clarifying: The patch is yours! http://www.mail-archive.com/savonet-users@lists.sourceforge.net/msg02683.html many thanks for this! BR

Re: [Savonet-users] Buffer overrun: Dropping 0.02s.

2011-02-25 Thread Peter Retep
Hi David, output.dummy works. Many thanks for your help! BR, Peter Am 25.02.2011 10:37, schrieb David Baelde: Hi Peter, This is a similar issue to the one seen in the recent thread Overruns/issues with timed or random playlists and streams. It's not a bug, just a weird behavior. What's

[Savonet-users] LS-475, clean handling of errornous URLs

2011-04-26 Thread Peter Retep
This one is low priorized since we did not need it up to now, but I think its jut a matter of time. BR, Peter Am 07.02.2011 03:32, schrieb peter retep: Hi David, First of all: many many thanks to you! This is exactly what I was searching for. From now it is possible to switch between all

[Savonet-users] LS-475, clean handling of errornous URLs

2011-04-26 Thread Peter Retep
This one is low priorized since we did not need it up to now, but I think its jut a matter of time. BR, Peter Am 07.02.2011 03:32, schrieb peter retep: Hi David, First of all: many many thanks to you! This is exactly what I was searching for. From now it is possible to switch between all

[Savonet-users] off-topic: playlist format supporting absolute time for start and end of audio stream sources

2011-04-28 Thread Peter Retep
end=2011-04-28T20:00:00 / audio src=http://stream/source2; begin=2011-04-28T20:00:00 end=2011-04-28T21:00:00 / /seq /smil Do you have any ideas or comments or can propose other common standard formats? BR, Peter

[Savonet-users] Scheduled switching of audio streams using Liquidsoap and Google calendar

2011-06-05 Thread Peter Retep
station is connected at the same time). Output.harbor is a perfect solution for simply streaming from 1 station (liquidsoap) to another one (liquidsoap) without need to setup an additional icecast or something like this. BR, Peter

Re: [Savonet-users] Scheduled switching of audio streams using Liquidsoap and Google calendar

2011-06-07 Thread Peter Retep
not sure what the best solution would be and if these points could be setup at time of installation, so the user would not need to take care of all of this. BR, Peter Am 07.06.2011 15:55, schrieb Romain Beauxis: Hi Peter! 2011/6/5 Peter Reteppeter_re...@gmx.de: Hi, As mentioned some time ago, I

[Savonet-users] required packages for liquidsoap 1.0.0 beta2

2011-07-05 Thread Peter Retep
Hi, First of all: congratulations thanks for the great work during the last years! I have tried today the 1.0 beta2 version to reuse my scripts when I tried to setup another radio studio. At the studio I could not start scripts using blank detection and text2speech. At home I have no problems

Re: [Savonet-users] Shampoo, a webradio administration platform

2011-07-25 Thread Peter Retep
of changing the API, just do it, but please consider the migration efforts at user side: e.g. we use different liquidsoap scripts for different purposes on several systems and stations. BR, Peter -- Storage Efficiency

Re: [Savonet-users] vorbis.cbr

2011-07-27 Thread Peter Retep
Hi, we are using Vorbis CBR all the time without problems. Due to we are only streaming from ALSA input, could this error be related to any file-based vorbis encoding (like metadata)? BR, Peter Am 21.07.2011 21:12, schrieb Romain Beauxis: 2011/7/21 Facundo Suárezsuarez...@gmail.com: 2011/7/20

Re: [Savonet-users] errors in WAV header

2011-08-05 Thread Peter Retep
Am 05.08.2011 16:24, schrieb Romain Beauxis: 2011/8/5 Peter Reteppeter_re...@gmx.de: Hi Romain, Hi! Thanks for this. I will test this at weekend. One more question for the remaining 1% : qwavheaderdump supports fixing track length by parameter -f: qwavheaderdump -F '$filename

Re: [Savonet-users] errors in WAV header

2011-08-05 Thread Peter Retep
Hi, I have just found some time for retesting... 1) When trying to apply the length parameter (is it called duration?), I failed. Could you please give me a hint how to set this parameter? liquidsoap -h WAV *** One entry in audio file formats (duration): (no doc) *** One entry in file

Re: [Savonet-users] errors in WAV header

2011-08-05 Thread Peter Retep
Thank you! liquidsoap 'output.file( %wav(stereo=true,duration=3600.), ./test_%H:%M.wav, reopen_when={0m0s}, mksafe(noise()) )' test started, it will take some hours, due to small frequencies do not work safely with reopen_when. I let you know about results at the earliest. BR, Peter Am

Re: [Savonet-users] errors in WAV header

2011-08-05 Thread Peter Retep
: 44100 bytes/second: 176400 bytes/sample: 4 bits/sample: 16 data: 'data' data length: 63504 Thanks for fixing this! I have written a issue for documentation : http://dev.sourcefabric.org/browse/LS-552 BR, Peter Am 05.08.2011 17:35, schrieb Peter Retep: Thank you

Re: [Savonet-users] errors in WAV header

2011-08-05 Thread Peter Retep
Hi, next 4 hours were encoded exactly, too! Excellent! BR, Peter Am 05.08.2011 17:35, schrieb Peter Retep: Thank you! liquidsoap 'output.file( %wav(stereo=true,duration=3600.), ./test_%H:%M.wav, reopen_when={0m0s}, mksafe(noise()) )' test started, it will take some hours, due to small

[Savonet-users] broken link in docs

2011-08-07 Thread Peter Retep
Hi, link to encoding format http://savonet.sourceforge.net/doc-1.0.0-beta3/encoding_formats.txt is broken at docs: http://savonet.sourceforge.net/doc-1.0.0-beta3/external_encoders.html Link points to encoding_formats.txt instead of encoding_formats.html BR, Peter http

[Savonet-users] LS hang up at shutdown after ALSA error

2011-08-10 Thread Peter Peterson
or at airtime userlist? BR, Peter -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de -- uberSVN's rich system and user administration capabilities

[Savonet-users] silence detection: strip_blank fails

2011-08-13 Thread Peter Retep
Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux At home (Ubuntu 11.04) the same script works fine. Do you have any ideas? BR, Peter -- FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy

Re: [Savonet-users] silence detection: strip_blank fails

2011-08-14 Thread Peter Retep
Hi David, Thanks for this hint. I will try it as soon as I am back to the machine. BR, Peter Am 15.08.2011 00:18, schrieb David Baelde: Hi Peter, This is not a problem with blank detection, just a weakness of the type inference algorithm. Romain raised it a while ago (and opened a ticket

[Savonet-users] hg build: Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23:

2011-08-20 Thread Peter Retep
Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux Thanks regards, Peter -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out

Re: [Savonet-users] silence detection: strip_blank fails

2011-08-20 Thread Peter Retep
Hi David, I tried out the workaround and it works as expected! Thanks for this! BR, Peter Am 15.08.2011 07:31, schrieb Peter Retep: Hi David, Thanks for this hint. I will try it as soon as I am back to the machine. BR, Peter Am 15.08.2011 00:18, schrieb David Baelde: Hi Peter

Re: [Savonet-users] hg build: Error: Unbound value Graphics.open_graph in File outputs/graphics_out.ml, line 35, characters 4-23:

2011-08-21 Thread Peter Retep
Graphics: no? (Maybe thats the point, David spoke about... ) * Visualization - Graphics : yes Thanks Regards, Peter Am 20.08.2011 18:31, schrieb Romain Beauxis: 2011/8/20 Peter Reteppeter_re...@gmx.de: Hi, Hi Peter! could you please put libcamlimages-ocaml-dev to the list

Re: [Savonet-users] errors in WAV header

2011-08-21 Thread Peter Retep
, radio ) #audio stream output output.harbor( mount=/xxx, protocol=http, port=xxx, format=audio/ogg, %vorbis.cbr(samplerate=44100, channels=2, bitrate=160), radio ) BR, Peter Am 06.08.2011 00:34, schrieb Peter Retep: Hi, next 4 hours were encoded exactly, too

[Savonet-users] flows broken?

2011-08-21 Thread Peter Retep
Hi, I cant use flows page at Firefox nor Chrome. error: update_radios is not defined source: http://savonet.sourceforge.net/flows.html line: 10 BR, Peter -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system

Re: [Savonet-users] errors in WAV header

2011-08-22 Thread Peter Retep
be more easy to the user, but would increase the list of additional dependencies, independent whether one uses file recording or not. WAV: qwavheaderdump -F (quelcom package, tested). MP3: mp3check --fix-headers (not tested). I could live with both solutions. BR, Peter Am 21.08.2011 20:36

Re: [Savonet-users] errors in WAV header

2011-08-22 Thread Peter Retep
Hi Romain, in case you dont know it yet: I have made good experiences with eyeD3 for writing mp3 tags. it supports ID3 up to version v2.4. BR, Peter Am 21.08.2011 20:46, schrieb Romain Beauxis: 2011/8/21 David Baeldedavid.bae...@gmail.com: On Sun, Aug 21, 2011 at 3:14 PM, Peter

[Savonet-users] install error after hg update

2011-08-28 Thread Peter Retep
wbox-live 2.6.32-33-generic #72-Ubuntu SMP Fri Jul 29 21:08:37 UTC 2011 i686 GNU/Linux Any idea? BR, Peter PS: for i in ocaml-cry ocaml-alsa ocaml-pulseaudio ocaml-mad ocaml-taglib ocaml-lame ocaml-ogg ocaml-vorbis ocaml-faad ocaml-flac ocaml-ladspa ocaml-samplerate ocaml-xmlplaylist ocaml

Re: [Savonet-users] install error after hg update

2011-08-28 Thread Peter Retep
Hi David, thanks! installation runs fine now. BR, Peter Am 28.08.2011 14:07, schrieb David Baelde: Hi Peter, Sorry, I introduced this error in a minor change, this should be fixed now. Cheers, -- EMC VNX

Re: [Savonet-users] errors in WAV header

2011-08-28 Thread Peter Retep
fixed 2011/08/28 15:02:01 [fallback_4951:3] Switch to src_4947 with transition. BR, Peter Am 23.08.2011 14:11, schrieb David Baelde: Hi Peter, Romain and I didn't see a better solution than adding on_close, so I implemented it (commit b57a1b3bd7ae). Let me know how this works for you

Re: [Savonet-users] errors in WAV header

2011-08-28 Thread Peter Retep
wallclock_alsa terminated (0 remaining). 2011/08/28 15:12:17 [main:3] Cleaning downloaded files... 2011/08/28 15:12:17 LOG END BR, Peter Am 23.08.2011 14:11, schrieb David Baelde: Hi Peter, Romain and I didn't see a better solution than adding on_close, so I implemented it (commit b57a1b3bd7ae). Let

Re: [Savonet-users] install error after hg update

2011-08-28 Thread Peter Retep
[decoder:3] Method OGG accepted audio/ogg. 2011/08/28 17:43:23 [src_4871:3] Decoding... 2011/08/28 17:43:26 [mksafe:3] Switch to src_4871 with transition. BR, Peter Am 28.08.2011 15:04, schrieb Peter Retep: Hi David, thanks! installation runs fine now. BR, Peter Am 28.08.2011 14:07, schrieb

[Savonet-users] savonet homepage: ocaml modules

2011-08-28 Thread Peter Retep
Hi, at http://savonet.sourceforge.net/modules/ocaml-pulseaudio/index.html i see Pulseaudio http://savonet.sourceforge.net/modules/ocaml-pulseaudio/Pulseaudio.html An error occured. eventually there is something wrong with the module description of the online help? BR, Peter

Re: [Savonet-users] retain max listeners counts

2011-08-28 Thread Peter Retep
Hi, what about getting the Icecast stats directly from the icecast log? BR, Peter Am 28.08.2011 18:46, schrieb Sergei Sokolov: Hi, I run AirTime+Liquidsoap+IceCast2 radio station; AutoDJ task is served by LiquidSoap script: which runs music, jingles, announcements, when nothing

Re: [Savonet-users] metadata update from url

2011-08-30 Thread Peter Retep
Hi Martin, thanks for this coding example. If you allow I would like to reuse this one. Furthermore this usecase and its solution could be a part of the liquidsoap online help. BR, Peter Am 26.08.2011 15:34, schrieb Martin Hamant: Le 26/08/2011 14:41, Martin Hamant a écrit : I was totally

Re: [Savonet-users] Making a player, recommended language

2011-08-31 Thread Peter Retep
Hi, I have made good experiences with this one: http://www.jplayer.org/ (except for iphone users, but my tests are older than a year) Br, Peter Am 31.08.2011 20:44, schrieb Fábio Costa: Thanks Samuel for the link. Will be sure to look around. I will try this after finishing my test

[Savonet-users] hang up on full disk

2011-09-06 Thread Peter Retep
: Dropping 0.01s. ... BR, Peter -- Malware Security Report: Protecting Your Business, Customers, and the Bottom Line. Protect your business and customers by understanding the threat from malware and how it can impact your online

Re: [Savonet-users] hang up on full disk

2011-09-26 Thread Peter Retep
on the archive device, since they are only used for reading from sound card, but not for output, but as told before, this is not high priority. Best regards, Peter PS: I never would require LS to continue writing to disk, if disk is full. Currently we have two outputs: - one to stream the content

[Savonet-users] using pulseaudio mix as input

2011-09-27 Thread Peter Retep
that are in the past (like a show is inserted to be started a half hour before now). This works good for now and has a very small cpu and memory footprint. Now I would like to build a continous stream with help of liquidsoap to make the scheduler useful for other people, too. Best regards, Peter

Re: [Savonet-users] using pulseaudio mix as input

2011-09-27 Thread Peter Retep
should have been started (many users I deal with deliver their productions at the last minute .-) As you can see the scheduler does a lot more than still starting a file at a certain time (e.g. logging, process audits, house keeping, etc.) to keep everything running BR, Peter Am 27.09.2011 20

Re: [Savonet-users] Freezing before 1.0: time to test heavily!

2011-09-28 Thread Peter Retep
Hi David, I will play around with this, but cannot start before next weekend. BR, Peter Am 28.09.2011 16:18, schrieb David Baelde: Dear users, Romain and I have been closing tickets like crazy for the past few days. Most of them were pretty trivial, but some are important are tricky. We

[Savonet-users] installation: required repositories/packages to build from HG (aac, aac+, soundtouch)

2011-09-30 Thread Peter Retep
/soundtouch,..), but I think it could help upcoming users to know what repositories/packages are required to setup from HG. E.g. I like the way like ubuntu wiki does, where you can copy a 'apt-get install' line which contains all the needed reps packages to ease your installation. BR, Peter

[Savonet-users] error on making doc

2011-09-30 Thread Peter Retep
/html/images the installation finishs successfully. BR, Peter -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats

Re: [Savonet-users] installation: required repositories/packages to build from HG (aac, aac+, soundtouch)

2011-09-30 Thread Peter Retep
, Peter Am 01.10.2011 00:42, schrieb Romain Beauxis: Hi Peter! 2011/9/30 Peter Reteppeter_re...@gmx.de: I just tried to install current version from latest HG. There are some install dependencies I cannot resolve. As I have learned for most package I need the libxxx and the libxxx-ocaml

Re: [Savonet-users] using pulseaudio mix as input

2011-10-01 Thread Peter Retep
for supporting this! BR, Peter Am 28.09.2011 01:16, schrieb Romain Beauxis: Hi all ! I like the idea of a file system -- file systems and file hierarchy always seem more intuitive to people.. One idea tho: what about actually running a _virtual_ file system using fuse? You could then map

Re: [Savonet-users] installation: required repositories/packages to build from HG (aac, aac+, soundtouch)

2011-10-01 Thread Peter Retep
and sometimes it works without doing so. Maybe it is enough to put this seldom case to the installation hints. sudo make clean sudo apt-get remove libsoundtouch* sudo apt-get install libsoundtouch* ./configure make sudo make install BR, Peter PS: I am just wondering why I need to call make clean

Re: [Savonet-users] output.file

2011-10-01 Thread Peter Retep
adopt this pattern to your needs. Here you can find the full help with the description of all additional options click at SourceOutput / output.file http://savonet.sourceforge.net/doc-1.0.0-beta3/reference.html BR, Peter Am 01.10.2011 18:10, schrieb Josh: hi all, is there a way to put

[Savonet-users] web doc proposals

2011-10-01 Thread Peter Retep
directly $(id).show(); instead of $(id).siblings().show(); if id, anchor, and link target contain the same value, you could use the link target (href) to address the content div id, which is to be shown/hidden. anyway, the page works good as it is. BR, Peter

Re: [Savonet-users] web doc proposals

2011-10-02 Thread Peter Retep
reference cannot be generated. For more convinience there could be a additional status line for doc generation at end of configure... BR, Peter Am 02.10.2011 16:46, schrieb Romain Beauxis: 2011/10/1 Peter Reteppeter_re...@gmx.de: Hi, Hi Peter! Switching the savonet homepage to web 2.0

Re: [Savonet-users] web doc proposals

2011-10-02 Thread Peter Retep
Hi Romain. it works again! Thanks, Peter Am 02.10.2011 18:50, schrieb Romain Beauxis: 2011/10/2 Peter Reteppeter_re...@gmx.de: Hi Romain, Hi! thanks for this fast implementation! two things I figured out: 1) after installing libxml-dom-perl (see 2) I get the following error

Re: [Savonet-users] Strange behaviours of configure and make scripts

2011-10-03 Thread Peter Retep
Hi This one is a recurrent one.. Other user (Peter) reported that the problem went away by starting from scratch with a proper ./bootstrap It think the deinstall/install of all soundtouch libs could have beed important. Since this behaviour did only occur sometimes in the past, it could

Re: [Savonet-users] Release/beer party on october 4th in Paris

2011-10-04 Thread Peter Retep
Hi, congratulations and have a lot of fun! (but save your power for the journey towards 2.0 :-) I wish I could join you today, Peter Am 07.09.2011 15:33, schrieb Romain Beauxis: Dear all, After about a year and a half of active development, 3 (and a half) beta releases, lots of bug fixes

Re: [Savonet-users] Liquidsoap 1.0.0

2011-10-10 Thread Peter Retep
congratulations from piradio and radiopiloten, too. liquidsoap spent us a lot of beauty sleep, because we always could trust in it's stability and reliability. go on like this! best wishes, Peter Am 09.10.2011 22:21, schrieb David Baelde: Dear all, After several beta versions, a release

Re: [Savonet-users] New domain liquidsoap.fm and new flows services!

2011-11-28 Thread Peter Retep
push the current broadcast to twitter so this could be easily adopted to push to flows protocol additionally). Thanks in advance! Peter Am 28.11.2011 04:39, schrieb Romain Beauxis: Hi all! Please meet the new URL for savonet/liquidsoap's website: http://liquidsoap.fm/ Furthermore

Re: [Savonet-users] Advanced Socket Function

2011-12-02 Thread Peter Retep
, Peter -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes

[Savonet-users] Incorrect stream type! on mono streams w/wo audio_to_stereo

2012-01-02 Thread Peter Retep
the right replacement for restart=true, in output.icecast? Thanks BR, Peter -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access

Re: [Savonet-users] Rotating Archives

2012-01-02 Thread Peter Retep
other file directory and filenaming. please see output.file docu for mor details http://savonet.sourceforge.net/doc-svn/reference.html#output_file BR, Peter Am 02.01.2012 16:17, schrieb frede...@perrod.org: Pascal Vanbel - Radio Universitaire Namuroisep...@run.be a écrit : Hello

  1   2   >