Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Станислав Ханжин
Romain, tell me please what configuration would be enough to stream FullHD in realtime? If you know that our server isn't suitable at all, then you should know the answer to my question. С уважением, Станислав Ханжин-Цветков. 22.02.2013 2:08 пользователь "Romain Beauxis" написал: > Hi all, > > 2

Re: [Savonet-users] Time shifting

2013-02-21 Thread Jay Eames
Hi Romain, Thanks for your reply. As I mentioned we are already dumping every hour of our output to disk for our audio logs. These are in the format of .mm.dd/.mm.dd.hh.mp3. My question was on how we achieved part b) of your solution, ensuring continuity of playback. I.e. how do I pro

Re: [Savonet-users] on_connect syntax?

2013-02-21 Thread Tony Miller
> Ha, another potential solution could be to use user and/or password to > match with the user against your database, if you have one.. > That could work, but would that also require modification of my source client? -- Ev

Re: [Savonet-users] LS does not process all tracks of a playlist, only the first

2013-02-21 Thread liquidsoap
On Tue, 19 Feb 2013 23:21:43 -0500, wrote: > On Tue, 19 Feb 2013 22:26:29 -0500, wrote: > >> [On Tue, 19 Feb 2013 15:56:35 -0500, wrote: >> >>> >>> Hi, >>> >>> One of my playlists of 7 tracks loads successfully. However, when LS >>> processes the playlist, only the first track is played, Permis

[Savonet-users] flows server/process down

2013-02-21 Thread Rob Canning
i think i have just killed the flows server/process :/ -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb ___

Re: [Savonet-users] output.icecast dynamic parameters substitution

2013-02-21 Thread Romain Beauxis
Hi Alexander, 2013/2/21 Alexander : > i've tried to ask in #savonet irc question, but there is a lot of idlers.. > and i unfortunately can't keep my irc client working for a long time :(( > So, i will try to collect all my questions in one letter. > > First case i thought aboout - dynamic change o

Re: [Savonet-users] download.php and wget --trust-server-name

2013-02-21 Thread Romain Beauxis
Yeah, we've looked at this at some point in the past. The problem at the time was that there didnt seem to be a way to inform liquidsoap of the filename returned by the server, thus leaving us with no clue as to which file was the one just downloaded... If you'd know how to fix that, I'd be more t

Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Romain Beauxis
Hi all, 2013/2/21 Daniel James : > Hi Станислав, > >> is the latest liquidsoap-1.1 built from master branch code located on >> github? > > I think so, configure.ac still says 1.0.1 for now, but > https://github.com/savonet/liquidsoap/blob/master/CHANGES says: > > 1.1 (unreleased) > > You can also

Re: [Savonet-users] Liquidsoap's crash

2013-02-21 Thread Romain Beauxis
Hi Azat, 2013/2/21 Azat Galiev : > Unfortunately, that error appeared again =( Logs are here: > > 2013/02/21 00:48:48 [request.dynamic_4734:3] Prepared > "/home/liquidsoap/music/Joss Dominguez D-Smith - My Love Is For Real > (Original Mix) (Acuphene Records).mp3" (RID 5). > 2013/02/21 00:50:34 [de

Re: [Savonet-users] on_connect syntax?

2013-02-21 Thread Romain Beauxis
Hi! 2013/2/21 Tony Miller : > Thanks a lot! I think I understand now. > Hmm so it doesn't look like I get much info from the headers: > > 2013/02/20 22:49:00 [lang:3] harbor connect > 2013/02/20 22:49:00 [lang:3] header: Authorization: Basic c291cmNlOmhhY2ttZQ== > 2013/02/20 22:49:00 [lang:3] head

Re: [Savonet-users] Time shifting

2013-02-21 Thread Romain Beauxis
2013/2/20 Jay Eames : > Hi guys, Hi Jay! > I have often wondered if this would be possible. We record our output using > rotter, split every hour as normal. I would like to provide a "+1" service - > i.e. our programming timeshifted by an hour. What would be the best way to > provide liquidsoap w

Re: [Savonet-users] Need Info

2013-02-21 Thread Romain Beauxis
2013/2/20 Lakshmi Narasimha Prasad : > Hi, Hi Prasad, > > > I want to use liquidsoap server for building a website thru > which users can create multiple streams and edit the running streams. So > please help me with the server release and also docs. Our online documentation can

[Savonet-users] download.php and wget --trust-server-name

2013-02-21 Thread Damien Moody
Liquidsoap uses wget to fetch files for http playlist entries, right? I've been switching a playlist from http entries to local filesystem entries, and I learned about wget --trust-server-name to download the playlist files I'd been using over http. So I got to thinking why not use that in a future

[Savonet-users] output.icecast dynamic parameters substitution

2013-02-21 Thread Alexander
Hello, i've tried to ask in #savonet irc question, but there is a lot of idlers.. and i unfortunately can't keep my irc client working for a long time :(( So, i will try to collect all my questions in one letter. First case i thought aboout - dynamic change of output.icecast(name = ?) parameter.

Re: [Savonet-users] Crossfade on track.skip

2013-02-21 Thread Alexander
Sry for spamming email lists.. last question regarding this issue.. After i've left fade.initial and fade.final, i've found that metatags "liq_fade_in" and "liq_fade_out" seem to make no effect on fade.initial and fade.final functions. in docs it is said that duration of fade can be changed in fil

Re: [Savonet-users] Crossfade on track.skip

2013-02-21 Thread Romain Beauxis
2013/2/21 Alexander : > P.S. I've tried following code, it works as for source.skip(), as when track > ends itself: >> >> def transition.mixer(from, to) = >> add(normalize = false, [fade.initial(to), fade.final(from)]); >> end > > > And it seems ok.. can i leave it just this way? Yup! Romain

Re: [Savonet-users] Crossfade on track.skip

2013-02-21 Thread Alexander
P.S. I've tried following code, it works as for source.skip(), as when track ends itself: > def transition.mixer(from, to) = > add(normalize = false, [fade.initial(to), fade.final(from)]); > end And it seems ok.. can i leave it just this way? 2013/2/21 Alexander > Hello Romain, > > Thanks

Re: [Savonet-users] Crossfade on track.skip

2013-02-21 Thread Alexander
Hello Romain, Thanks a lot for help, with normalize=false fade seems really nicer. As for fade.in fade.out - they are necessary to keep normal (non-skip) fades. If i will remove them - there will be no fades, that usually appear when track is not skipped, but really ended. Will it be ok if i lea

Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Daniel James
Hi Станислав, > is the latest liquidsoap-1.1 built from master branch code located on > github? I think so, configure.ac still says 1.0.1 for now, but https://github.com/savonet/liquidsoap/blob/master/CHANGES says: 1.1 (unreleased) You can also review the recent fixes and improvements to video

Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Станислав Ханжин
is the latest liquidsoap-1.1 built from master branch code located on github? 2013/2/21 Alexander Khryukin > > > 2013/2/21 Daniel James > >> Hi Alexander, >> > After end of first video i see in logs of LS >> > >> > 2013/02/21 06:45:02 [pl(dot)m3u:3] Prepared >> > "/data/unknown-big_buck_bunny_

Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Alexander Khryukin
2013/2/21 Daniel James > Hi Alexander, > > After end of first video i see in logs of LS > > > > 2013/02/21 06:45:02 [pl(dot)m3u:3] Prepared > > "/data/unknown-big_buck_bunny_480p_stereo-192kbps.ogg" (RID 1). > > notification: This doesn't look like a Speex file > > That bogus notification is an o

Re: [Savonet-users] play few videos from playlist

2013-02-21 Thread Daniel James
Hi Alexander, > After end of first video i see in logs of LS > > 2013/02/21 06:45:02 [pl(dot)m3u:3] Prepared > "/data/unknown-big_buck_bunny_480p_stereo-192kbps.ogg" (RID 1). > notification: This doesn't look like a Speex file That bogus notification is an old bug: http://bugs.debian.org/cgi-bin

[Savonet-users] play few videos from playlist

2013-02-21 Thread Alexander Khryukin
Hi all. for several days i trying to play videos from playlist. I wrote a simple script source = playlist("/data/pl.m3u") source = video.fade.in(transition="fade",duration=3.,source) output.icecast(%ogg(%theora,%vorbis), host = "localhost", port = 8000, password = "hackme", mount = "li

Re: [Savonet-users] get queue content type

2013-02-21 Thread Daniel James
Hi David, > I would consider an option in airtime to enable video, and add > blank video (or whatever filler you feel like adding) to the stream when > no actual video content is available Airtime has a setting for station logo which could be used as a default filler image. RadioVIS slides could

Re: [Savonet-users] get queue content type

2013-02-21 Thread David Baelde
Станислав Ханжин wrote: > Much more, we need to call output.icecast with %theora,%vorbis when there > is video in stream, and without %theora in case we have only audio. Ok, I'd like to focus on that for now: you're talking about disconnecting when the stream becomes video, reconnecting with %theo

Re: [Savonet-users] get queue content type

2013-02-21 Thread Станислав Ханжин
Thanks a lot, David! You've just opened my eyes! It may be not so clear to understand how, but in fact it is so. We can add a switch to airtime stream settings telling script generator whether we're working with video or not and setting a trivial boolean variable. This var can be used to determine

Re: [Savonet-users] get queue content type

2013-02-21 Thread Станислав Ханжин
Thanks for the quick answer, David. In fact, we're trying to add video support to airtime. The script that's built in within airtime sets queue=audio_to_stereo(..., request.equeue()) and we need to do audio_to_stereo only if there is no video in request.equeue() so we can use one queue and, more g

Re: [Savonet-users] Liquidsoap's crash

2013-02-21 Thread Azat Galiev
Hi! Unfortunately, that error appeared again =( Logs are here: 2013/02/21 00:48:48 [request.dynamic_4734:3] Prepared "/home/liquidsoap/music/Joss Dominguez D-Smith - My Love Is For Real (Original Mix) (Acuphene Records).mp3" (RID 5). 2013/02/21 00:50:34 [decoder:3] Method "MAD" accepted "audio/mp

Re: [Savonet-users] mixing/balancing sources

2013-02-21 Thread Rob Canning
On 02/20/2013 01:14 PM, David Baelde wrote: > Hi Rob, > > This might be a full answer but a starting point is to set > normalize=false in add(). Otherwise the volumes are divided by the > number of children currently playing. > > On Wed, Feb 20, 2013 at 10:45 AM, Rob Canning wrote: >> mix = add([