2013/11/29 Federico Allegretti <allegf...@gmail.com>

>
> Hello everybody.
>
> Still working on my sinch script between rugen and my schelue DB but have
> some noob question about structure of telnet returned strings.
>
> list u0
> 201 OK
> 4
> 0 "/mnt/Qnap1Multimedia/03_Playout/Artisti Oggi/01 artisti oggi ok
> 17-12-2009.mpg" 0 49329 49330 49330 25.00
> 1 "/mnt/Qnap1Multimedia/03_Playout/archivio video tg/a/acquedotto ok.mpg"
> 0 4194 4195 4195 25.00
> 2 "/mnt/Qnap1Multimedia/03_Playout/archivio video tg/a/agricoltura ok.mpg"
> 0 4803 4804 4804 25.00
> 3 "/mnt/Qnap1Multimedia/03_Playout/archivio video tg/a/albergo
> interni.mpg" 0 7703 7704 7704 25.00
>
> returned the OK acknoledgement, the number of files in the list but the
> following rows are made of ...
>
> clip position in list | clip path | in-point? | out-point? | lenght? |  ?
> | framerate
>

LIST {unit}
   List the clips associated to the unit.
   The response body consists of two sections - the first section is a
single row
   containing the generation number of the playlist associated to the unit (an
   integer starting from 0 which is incremented on each action which changes the
   playlist). The second sections contais a space-delimited row for
each clip in the
   units playlistcontaining the following columns:
   - clip index (starts from 0)
   - file name
   - in point
   - out point
   - real length of the files
   - calculated length of file
   When USET points=use is specified (default), the calculated size is
(out-in)+1.
   When points are ignored, the real length of the file is returned.


Taken from http://www.mltframework.org/bin/view/MLT/MVCP.  I would
recommend you to read the whole page.

Regards,

Juan


>
> is this correct? What are those marked with the question mark?
>
> some info on MVCP and libMVCP docs are not matching return strings ;-)
>
>
> thanks a lot,
>
> Federico
>
> --
> Messagenet VOIP: 5338759
>
> My blogs: http://altri-media.blogspot.com/
>                http://subbaqquerie.blogspot.com/
>
> YouTube Channel: AllegFede
>
> VIMEO HD videos: http://www.vimeo.com/user1912745/videos
>
>
> ------------------------------------------------------------------------------
> Rapidly troubleshoot problems before they affect your business. Most IT
> organizations don't have a clear picture of how application performance
> affects their revenue. With AppDynamics, you get 100% visibility into your
> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics
> Pro!
> http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
> _______________________________________________
> Mlt-devel mailing list
> Mlt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mlt-devel
>
>
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to