Re: [Live-devel] How to wrap a AAC-HBR RTP source into Transport stream correctly

2014-08-24 Thread Ross Finlayson
> 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

Re: [Live-devel] Trouble with multiple streams

2014-08-24 Thread Ross Finlayson
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

[Live-devel] patch for qmake build

2014-08-24 Thread SungJoo Byun
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

[Live-devel] How to wrap a AAC-HBR RTP source into Transport stream correctly

2014-08-24 Thread James Huang
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