Hello, I've succesfully created a "single" type source which applies cuepoints and only plays between the points. It however repeats itself endlessly, and i want the contents only once. However, as soon as i add the once() container to the single source, the cue_in point is neglected, so playing starts from the beginning of te file until cue_out is reached, than stops. Is this a bug, or could it be solved otherwise?
Regards, Leonard On 10/21/2013 14:35, Samuel Mimram wrote: > Hi, > > It is not possible to have multiple cue points for the same file. > However, you can have many times the same files with different cue > points if you want to play multiple parts: > > annotate:liq_cue_in=10,liq_cue_out=15:file.mp3 > annotate:liq_cue_in=20,liq_cue_out=25:file.mp3 > etc. > > Cheers, > > Samuel. > > On Mon, Oct 21, 2013 at 2:18 PM, Leonard de Ruijter <[email protected]> wrote: >> Hello Romain and others, >> >> I have one remaining question. I assume it's only possible to have one >> cue_in and one cue_out per source? So, it isn't possible to cut multiple >> parts from a track, for example when you want to cut out a piece of >> music from a track? >> >> Regards, >> Leoanrd >> On 10/16/2013 18:00, Romain Beauxis wrote: >>> Hi all, >>> >>> Cuepoints are supported in liquidsoap through the cue_cut operator. It >>> receives metadata with start and stop point and will cut track-based >>> sources based on this data. >>> >>> The full documentation is here: http://liquidsoap.fm/doc-svn/seek.html >>> >>> Romain >>> >>> 2013/10/14 Daniel James <[email protected]>: >>>> Hi Leonard, >>>> >>>>> it would be handy to play only parts of an input file in liquidsoap, >>>>> rather than the whole file. >>>> >>>> We do this in Airtime using cue points. See 'Adding content to a >>>> playlist' here: >>>> >>>> http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/library/ >>>> >>>> The cue points are then passed to Liquidsoap by pypo, the playout >>>> engine, for example here is the log output for one file: >>>> >>>> 2013-10-14 15:23:03,002 DEBUG - [telnetliquidsoap.py : queue_push() : >>>> line 89] - s0.push >>>> annotate:media_id="51",liq_start_next="0",liq_fade_in="0.5",liq_fade_out="0.5",liq_cue_in="0. >>>> 0",liq_cue_out="255.347",schedule_table_id="21",replay_gain="0 >>>> dB":/var/tmp/airtime/pypo/cache/scheduler/51.mp3 >>>> >>>> Cheers! >>>> >>>> Daniel >>>> >>>> ------------------------------------------------------------------------------ >>>> October Webinars: Code for Performance >>>> Free Intel webinars can help you accelerate application performance. >>>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >>>> from >>>> the latest Intel processors and coprocessors. See abstracts and register > >>>> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk >>>> _______________________________________________ >>>> Savonet-users mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/savonet-users >>> >>> ------------------------------------------------------------------------------ >>> October Webinars: Code for Performance >>> Free Intel webinars can help you accelerate application performance. >>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >>> from >>> the latest Intel processors and coprocessors. See abstracts and register > >>> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Savonet-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/savonet-users >>> >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from >> the latest Intel processors and coprocessors. See abstracts and register > >> http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk >> _______________________________________________ >> Savonet-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/savonet-users > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Savonet-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/savonet-users > ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
