> pTS->addNewAudioSource(MPEG4GenericRTPSource, 4);
Yes, that's what you should be doing. Unfortunately I don't know why it's not
working for you...
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@li
On Aug 22, 2014, at 6:34 AM, Barry Folse wrote:
> The purpose of my app is to generate 2 video streams from video generated by
> the same app. The video is from 2 different eyepoints using OpenGL to create
> the views. The views are generated and updated concurrently.
>
> The problem is tha
Hi,
I add some files for qmake build of live555.
It is not perfect for all platform. but it is helpful for win32, linux
qmake user.
( especially win32 msvc user )
Regards,
live.add-qmake.patch
Description: Binary data
___
live-devel mailing list
liv
Hi,
I'm working on wrapping two RTP stream source (H264 and AAC-HBR ) into a
MPEG Transport stream and then forward it to another 3rd party server. The
source and the target are both 3rd party so I don't have control of their
expectation of input and output format.
The video is working after stud