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
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
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).
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
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