Re: [Savonet-users] fallbacks

2009-04-04 Thread David Baelde
Hi Brandon,

What you describe is very feasible, and has been done by many people
using liquidsoap. You listed good reason for not doing it with
icecast, another one is that liquidsoap will give you transitions. For
the technical details of how to write the script, we can help you if
you need. For now, let me just point the cookbook
(http://savonet.sourceforge.net/doc-0.3.8/cookbook.html) where there
are several tips for treating live shows as you described (just search
for live).

Cheers,
-- 
David

--
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] Output AAC

2009-04-04 Thread Gilles PIETRI
Le 03.04.2009 23:19, Romain Beauxis a écrit :
   Hi !
 
 Le Friday 03 April 2009 23:02:30 Romeo, vous avez écrit :
 is it possible to steam AAC to icecast using internal liquidsoap encoder?

 i mentioned that you have output.file.aac operator, but not
 output.icecast.aac
 
 Watch this mailing list, this might come quite soon... :-)
 
 
 Romain
 

Don't cry for me.. Argentiina :)

Thanks for your work Romain, I really look forward to making liquidsoap 
cry, the shouting became really annoying!

Cheers,

Gilou

--
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] some questions about formats

2009-04-04 Thread Romeo
Hi, Savonet Team!

is there any way to stream data from liquidsoap to flashplayer via icecast? 
which codec i must use for this task?

i tried aacplusenc, but this format seems to be not supported by flashplayer.

but on the other hand, adobe promises this format to be supported.

http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player.html
http://www.flashstreamworks.com/archive.php?post_id=1187711333


--
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


[Savonet-users] accelerate() doesn't work with 0.9.0

2009-04-04 Thread Benoît Leudet
Hi all,

When I use accelerate(), liquidsoap crashed with this error:

Thread 4 killed on uncaught exception Assert_failure(source.ml, 208, 10)

I tried with the following .liq and it works with 0.3.8 but not with 0.9.0.

playlist = playlist.safe( /home/benoit/devel/liquidsoap/musique )
playlist = accelerate( 4., playlist )
rescue = playlist.safe( /home/benoit/devel/liquidsoap/rescue )
radio = fallback( [playlist, rescue] )
out( radio )

Tested on debian lenny.

Thank you.


--
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] Output AAC

2009-04-04 Thread Romain Beauxis
Le Saturday 04 April 2009 11:26:04 Gilles PIETRI, vous avez écrit :
 Don't cry for me.. Argentiina :)

 Thanks for your work Romain, I really look forward to making liquidsoap
 cry, the shouting became really annoying!

Here is the (fixed) changelog !

Switched to custom implementation of the shout protocols !
 New with this:
 
* Support for arbitrary headerless formats using content-type and external   
encoding process 

* Wrappers updated for lame and shoutcast, added custom irc, aim and icq 
headers for shoutcast. fixes #192 

* Added wrappers for icecast and shoutcast using aacplusenc. fixes #220 and 
#136 

* Completely rewrote external encoder start/stop mechanisms. Now relies 
strictly on the encoding process' good behaviour. See (updated) documentation 
for more details. 

* Added restart_encoder_delay to regulary restart the encoder. Useful for lame 
and aacplusenc encoders since they tend to fail after some time. Defaults to 
3600 seconds for these encoders. 

 Of course, this might not be bug prone, so feel free to test and report :)

Enjoy !


Romain
-- 
Say I remember,
when we used to sit,
In the gouvernement yard in Trenchtown,
(...)
In this great future,
you can't forget the past,
So dry your tears I say,
No woman no cry...

--
___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users