Re: [Live-devel] option to make audio louder

2011-12-01 Thread Tuan DN
Now I know what to do next Thanks you very murch On Fri, Dec 2, 2011 at 12:20 AM, Warren Young wrote: > On 12/1/2011 2:19 AM, Tuan DN wrote: > >> >> Is there any atom of mp4 container which contain sound volume value? >> > > Digital audio doesn't have volume any more than the transcript of a s

Re: [Live-devel] option to make audio louder

2011-12-01 Thread Warren Young
On 12/1/2011 2:19 AM, Tuan DN wrote: Is there any atom of mp4 container which contain sound volume value? Digital audio doesn't have volume any more than the transcript of a speech includes tone of voice. The closest thing I could think of to what you're asking for would be to somehow refe

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread David J Myers
Hi Ross, >> Surely the answer is to test the frame-size from the encoder before >> passing it into Live555 >Unfortunately not, because we don't know the frame size in advance; we can figure it out only by parsing/copying the >data, looking for the next 'start code'. And it's this that's ove

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread Jeff Shanab
I thought the point of the NAL units was to manage size. The key frame is the only worry and it gets broken into slices. On one camera that has higer resolution I get a stream of nals like this [7][8][5][5][5][1][1][1][1] Where the 7 and 8 are the sps and pps and are very small and the 5's re

Re: [Live-devel] Session management

2011-12-01 Thread Ross Finlayson
> I was wondering if there was something built into Live555 that can be used > for session management and initiation. No, because (as far as I know) there's no standardized protocol for doing this. > After the media has been transported, the server sends a signal to the > client to indicate t

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread Ross Finlayson
> Surely the answer is to test the frame-size from the encoder before passing > it into Live555 Unfortunately not, because we don't know the frame size in advance; we can figure it out only by parsing/copying the data, looking for the next 'start code'. And it's this that's overflowing our str

[Live-devel] Session management

2011-12-01 Thread Marlon Reid
Hi everyone, I was wondering if there was something built into Live555 that can be used for session management and initiation. For example, a server application using live555 sends a command to a client application using live555 to signal the client to start listening to the server. After the

Re: [Live-devel] StreamParser internal error (149999+ 4 >

2011-12-01 Thread David J Myers
Hi Ross, Further to your answer on this, we have an image size of 2144x1944 pixels and have already increased the BANK_SIZE beyond 30 to 45. However there is no guarantee that any number is sufficient. Surely the answer is to test the frame-size from the encoder before passing it into Live

Re: [Live-devel] option to make audio louder

2011-12-01 Thread Tuan DN
Thanks Ross Finlayson I'm searching around to find mp4 container atom that defined sound volume value, but I could not find anything. Is there any atom of mp4 container which contain sound volume value? Did you mean "edit .mp4 file" is "edit each audio frame" or "edit mp4 container"? Please sho