> Date: Mon, 30 Jan 2012 23:01:31 -0800
> Subject: [android-developers] Re: Encoder???
> From: [email protected]
> To: [email protected]
>
>
>
> On Jan 31, 7:31 am, Muhammad UMER <[email protected]> wrote:
> > What can i do, to start mdat from offset 0x20?
> >
>
> your server side doesn't write your data correctly - you can use
> wireshark to see whats on the wire
>
Thanks, i got my error and also i resolve it. now mdat at offset 0x20.
>
> > > you have to copy first 28 bytes from normal_file to the first 28 bytes
> > > of server_file
> >
> > Please can you pacify(highlight) these 28 bytes, that i have to copy?
> >
> >
>
> what to highlight? You have to copy bytes 0, 1, 2, .. 26, 27 of the
> normal_file to the beginning of the server_file, thats all
>
Because i haven't write a video file before, that's why i say you to highlight
these bytes. i mean to say how to get these bytes from normal file. may i have
to hard code these bytes.
like
e.g
String s = " ftyp3gp4";
byte data[] = s.getBytes();
and write this byte array to the file.
>
> > I don't know from where the moov atom start?
> >
>
> yes, but you have to find it in the file, just google about pattern
> search or something
>
> pskink
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en