Re: [Live-devel] dump h264 video problem

2010-07-30 Thread Sébastien Escudier
On Fri, 2010-07-30 at 10:10 -0700, Ross Finlayson wrote: > remains that the ".mov" (or ".mp4") file format is ill-suited for what > we are trying to do: Record a file that properly represents incoming > audio and video frames that are time-stamped. (There are also other > things that I dislike ab

Re: [Live-devel] dump h264 video problem

2010-07-30 Thread Ross Finlayson
On Thu, Jul 29, 2010 at 1:14 PM, Ross Finlayson <finlay...@live555.com> wrote: I'm not sure. But the basic problem here is that the ".mov" (or ".mp4") file format was very badly designed, and is especially ill-suited for what we are trying to do: Record incoming

Re: [Live-devel] dump h264 video problem

2010-07-30 Thread Jeremy Noring
On Thu, Jul 29, 2010 at 1:14 PM, Ross Finlayson wrote: > I'm not sure. But the basic problem here is that the ".mov" (or ".mp4") > file format was very badly designed, and is especially ill-suited for what > we are trying to do: Record incoming media streams into a file. The > "QuickTimeFileSink

Re: [Live-devel] dump h264 video problem

2010-07-30 Thread Ross Finlayson
First, please trim your responses before posting them! (From now on, your posts will be moderated (just like the n00bs that use @gmail.com addresses).) Basically I've found that all streams that are not working are in some way out of sync. All of them fail at line: if (!ioState->syncOK(pres

Re: [Live-devel] dump h264 video problem

2010-07-30 Thread jacopo
On 07/29/2010 10:14 PM, Ross Finlayson wrote: >> ]I've found an h264 video stream that I'm able to dump and play >> correctly >> rtsp://media.lscube.org/tests/tc.mov >> >> This one suffers the problems I was talking about: >> rtsp://streaming1.osu.edu/media2/ufsap/ufsap.mov >> >> Both have been du

Re: [Live-devel] dump h264 video problem

2010-07-30 Thread jacopo
On 07/29/2010 10:14 PM, Ross Finlayson wrote: >> ]I've found an h264 video stream that I'm able to dump and play >> correctly >> rtsp://media.lscube.org/tests/tc.mov >> >> This one suffers the problems I was talking about: >> rtsp://streaming1.osu.edu/media2/ufsap/ufsap.mov >> >> Both have been du

Re: [Live-devel] dump h264 video problem

2010-07-29 Thread Ross Finlayson
]I've found an h264 video stream that I'm able to dump and play correctly rtsp://media.lscube.org/tests/tc.mov This one suffers the problems I was talking about: rtsp://streaming1.osu.edu/media2/ufsap/ufsap.mov Both have been dumped with ./openRTSP -t -d 20 -q command line (no fps and w/h has t

Re: [Live-devel] dump h264 video problem

2010-07-29 Thread jacopo
Update: I've found an h264 video stream that I'm able to dump and play correctly rtsp://media.lscube.org/tests/tc.mov This one suffers the problems I was talking about: rtsp://streaming1.osu.edu/media2/ufsap/ufsap.mov Both have been dumped with ./openRTSP -t -d 20 -q command line (no fps and w/h

[Live-devel] dump h264 video problem

2010-07-28 Thread jacopo
Hi all, I'm trying to implement a video recording service, and i need to dump h264 or MPEG4 videos (service must be eterogenous) in response to some external events. I planned to do this reimplementing openRTSP exemple, in order to coordinate it not from command line but with external applic