Re: [Live-devel] Difficulties with a live source

2009-03-03 Thread Ross Finlayson
Hello All, I having some difficulty getting samples from a live source (QTCaptureSession) into MPEG4VideoStreamDiscreteFramer via a DeviceSource.cpp. The live data does not contain any 01B3xxx01B6. (group of vop start code) or 01B0 (visual object sequence start code). T

Re: [Live-devel] audio streaming

2009-03-03 Thread Ross Finlayson
I only see the AAC file server, do we have to write our own code for streaming live AAC? using MPEG4Generic? To stream live AAC (unicast, on-demand) you would need to write your own subclass of "OnDemand ServerMediaSubsession", similar to the existing "ADTSAudioFileServerMediaSubsession" class

[Live-devel] Difficulties with a live source

2009-03-03 Thread Austin Snow (pftv)
Hello All, I having some difficulty getting samples from a live source (QTCaptureSession) into MPEG4VideoStreamDiscreteFramer via a DeviceSource.cpp. The live data does not contain any 01B3xxx01B6. (group of vop start code) or 01B0 (visual object sequence start code).

[Live-devel] h264 unicast

2009-03-03 Thread Robert Klotzner
Hi all! I've added support for unicast streaming. Best regards, Robert P.S.: The only_unicast patch is a diff to my last version. -- -- Bluetechnix Mechatronische Systeme GmbH Robert Klotzner Waidhausenstr. 3/19 1140 Wien AUSTRIA Development Office (Deliver

Re: [Live-devel] audio streaming

2009-03-03 Thread joeflin
hi, Ross, I only see the AAC file server, do we have to write our own code for streaming live AAC? using MPEG4Generic? Could you please add a simple one? Thanks! 在2009-03-02?12:35:49,"Ross?Finlayson"??写道: >>Can?the?existing?code?in?live555?latest?release?(2009-02-13) > >The?latest?release?is?2