search for: frametime

Displaying 3 results from an estimated 3 matches for "frametime".

2003 May 09
1
OH323 Channel Driver buffer sizes
...323 channel driver please shed some light on the code block below from wrapendpoint.cxx. When enabling trace on the channel driver i get this, for me, strange debug info: WrapH323EndPoint::OpenAudioChannel: Direction => PLAYER, Buffer => 320 WrapH323EndPoint::OpenAudioChannel: FrameSize 8, FrameTime 8, TimeUnits 8 WrapH323EndPoint::OpenAudioChannel: Frame 1 WrapH323EndPoint::OpenAudioChannel: LID Codec G.711-uLaw-64k WrapH323EndPoint::OpenAudioChannel: The sound channel is audiosocket:out1(fd=41) WrapH323EndPoint::OpenAudioChannel: The audio device name is audiosocket:out1 PAsteriskSoundChanne...
2005 Sep 11
0
OpenH323-Channel Q.931-Problems with Gatekeeper
...---@IP of Carrier-GK-d66d'. -- Inbound H.323 call 'ip$IP of Carrier-GK:36031/1797', channel 'OH323/-----@IP of Carrier-GK-d66d'. [3]WrapH323EndPoint::OpenAudioChannel: Direction => RECODER, Buffer => 320 [2]WrapH323EndPoint::OpenAudioChannel: Media format: FrameSize 8, FrameTime 8, TimeUnits 8 [2]WrapH323EndPoint::OpenAudioChannel: Codec info: FrameRate 160 [2]WrapH323EndPoint::OpenAudioChannel: Packet size: 160 [2]WrapH323EndPoint::OpenAudioChannel: Frames per packet: 20 [2]WrapH323EndPoint::OpenAudioChannel: LID Codec G.711-ALaw-64k Setting channel 'OH323/-----@IP of...
2003 Jun 12
3
A/V sync in Theora
...ingly to not let audio and video drift too much. What I do not understand is, how I could preserve timestamps when encoding to Theora/Vorbis without dropping frames or resample audio. >From what I know from Mplayer's Ogg demuxer, Theora's granulepos can only represent multiples of the frametime. Vorbis's granulepos is specified in units of audio samples. Is ist valid for Vorbis packets to drift the granulepos to compensate for A/V sync? That would mean that granulepos does not represent the number of actually played samples any more. Seems like an ugly hack. Any other ideas? Dav...