Re: [Live-devel] sync sample issue with flash players

2009-07-29 Thread Matt Schuckmann
I would never make any assumptions about a key frame every 12 frames. I don't know exactly what these atoms are but I regularly use FFMPEG and other encoders to create H.264 streams with very different key frame intervals. Matt S. Ross Finlayson wrote: OK, I've now released a new version (20

Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread Ross Finlayson
OK, I've now released a new version (2009.07.28) of the "LIVE555 Streaming Media" software that includes this change. However, I changed your suggested code so that it adds the "stss" atom only for video streams. (For audio streams, such an atom doesn't appear to make sense (see

Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread gerardo ares
Hi, yes, sorry. I added between stts and stsc atoms: addAtom(stbl); size += addAtom_stsd(); size += addAtom_stts(); size += addAtom_stss(); size += addAtom_stsc(); size += addAtom_stsz(); size += addAtom_stco(); addAtomEnd; Gerardo. On Mon, Jul 27, 2009 at 4:48 PM, Ross Finlayson w

Re: [Live-devel] sync sample issue with flash players

2009-07-27 Thread Ross Finlayson
Gerardo, Thanks for the contribution. I will likely add this to the installed code. However, your suggested patch is incomplete, because you didn't say where to add the code that actually adds this atom. I.e., at some point in the code, there needs to be a statement like size += ad

[Live-devel] sync sample issue with flash players

2009-07-27 Thread gerardo ares
Hi, i am using your openRTSP software to get a stream from an axis m1031 devices. The openRTSP gets the H.264 video and i can create the mp4 file with the -4 option. Everything is working good, but i have an issue when i need to play those videos in the JW flash player or flowplayer. I saw that th