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

[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