30cents
2010-02-10 02:00:12 UTC
Hi everyone,
As i need to extract embedded data extension units (DUE) from my
video, i had to use the onStreamSample callback. However i realised
that video sample data retrieved from onstreamsample is compressed.
Previously when using onSample, i managed to playback the video by
converting the uncompressed data to a bitmap.
Now that i have to use onStreamSample callback and the data is
compressed, does anyone have any ideas how this set of data can be
uncompressed before i can convert it to bitmap, or is there any other
way in which i can playback the video data?
Thanks for any help
As i need to extract embedded data extension units (DUE) from my
video, i had to use the onStreamSample callback. However i realised
that video sample data retrieved from onstreamsample is compressed.
Previously when using onSample, i managed to playback the video by
converting the uncompressed data to a bitmap.
Now that i have to use onStreamSample callback and the data is
compressed, does anyone have any ideas how this set of data can be
uncompressed before i can convert it to bitmap, or is there any other
way in which i can playback the video data?
Thanks for any help