Ticket #6 (closed enhancement: fixed)
Wish: A write mode like cdrecord -tao
| Reported by: | scdbackup@… | Owned by: | scdbackup |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | libburn | Version: | BRANCH |
| Keywords: | Cc: |
Description
With cdrecord -tao it is possible to pipe a data stream onto CD.
libburn is not able to perform a similar stunt because it always needs to know the track size in advance. Either by using a file as data source or by announcing a fixed size with burn_fd_source_new().
Due to this drawback, cdrskin is more cumbersome to use than cdrecord. The only workaround is to announce a generously overestimated size which leads to overly long writing times in many cases.
Change History
Note: See
TracTickets for help on using
tickets.
