Hi,

Suchita Gupta wrote:
> Hi,
>
> First of all, I am new to this list, so I am not sire if this is right place 
> for 
> this question.
> If not, please forgive me and point me to right list.
>
> I am writing a DSMCC decoding implementation to persist it to local 
> filesystem.
> I am unable to understand few thiings related to "srg"
>
> I know, it represents the top level directory. But how do I get the name of 
> this 
> directory?
> I can extract the names of subdirs and files using name components but where 
> is 
> the name of top level directory?
>   

The SRG component defines the carousel's root directory "/" which you
are going to
mount somewhere to an absolute path on your local filesystem.

> Also, as far as I understand it, I can't start writing to the local 
> filesystem 
> until I have acquired the whole carousel.
>   

The referenced ObjectKey's data gets delivered with modules, at the
latest from
this point you can store the FIL objects to disk, as these are then
really available.
The directory structure can be created immediately, of course.

> Can, anyone please provide me some guidance.
>   
Don't hesitate to ask more detailed questions, thats the right place here!

Regards, Marek

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to