[Live-devel] The way to muxing H264 and AAC RTP into a MPEG Transport stream

2014-08-30 Thread James Huang
Hi, After weeks of time spent, now my module finally can muxing H264 and AAC RTP streams into a MPEG-TS. Here write down the "big picture" for someone new at this onto the track quickly. Objective: Create a relay program which works as a RTSP client, consumes the video and audio RTP sessions, m

[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