Hello all,
I want to write a derived media handler (dmh) to be able
to save streaming content to file in the OnIdle call, and I have a few
questions:
a) A movie played from a streaming server will have a single
track of type 'strm'. This track in turn contains one or more media
streams. How can I have access to those streams in the dmh? The
streaming content I need to record has 1 video and 1 audio track.
b) While the dmh component will be of type 'mhlr', I assume its
subtype will be 'strm' since the dmh will handle tracks of type
'strm'. Is this correct?
c) Any pitfalls I should be aware of? Is what I am attempting to
do feasible?
Any suggestions are more than welcome.
Thank you,
Armando