Re: [Live-devel] H.264 + AAC + data in TS

2009-04-07 Thread Stas Desyatnlkov
il 07, 2009 10:41 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H.264 + AAC + data in TS >That is exactly the question - how should I modify the >MPEG2TransportStreamMultiplexor code to put the NAL packets >correctly into the resulting TS? I don't

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-07 Thread Ross Finlayson
That is exactly the question - how should I modify the MPEG2TransportStreamMultiplexor code to put the NAL packets correctly into the resulting TS? I don't know, but please let us know when you've figured it out :-) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-07 Thread Stas Desyatnlkov
: Tuesday, April 07, 2009 6:55 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H.264 + AAC + data in TS >I found a document describing how the NAL packets should be packaged >in the transport stream. >The document name is JVT-C087.doc and can be downloaded

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-06 Thread Ross Finlayson
I found a document describing how the NAL packets should be packaged in the transport stream. The document name is JVT-C087.doc and can be downloaded from the net. The question is - does live555 implements the streaming and packetization of the AVC NAL packets according to this document? Our

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-06 Thread Stas Desyatnlkov
devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Stas Desyatnlkov Sent: Monday, April 06, 2009 8:39 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] H.264 + AAC + data in TS Whatever, as long as its standard. So, any links? -Or

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-05 Thread Stas Desyatnlkov
Live-devel] H.264 + AAC + data in TS >Thanx for the quick response. Before I start reading code can >someone point me to an RFC or other documentation describing how the >NAL units should be packed into the TS? FYI, this will be a ISO document, not an IETF RFC (because it's the ISO,

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-05 Thread Ross Finlayson
Thanx for the quick response. Before I start reading code can someone point me to an RFC or other documentation describing how the NAL units should be packed into the TS? FYI, this will be a ISO document, not an IETF RFC (because it's the ISO, not the IETF, that standardizes MPEG). -- Ross F

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-05 Thread Stas Desyatnlkov
l] H.264 + AAC + data in TS 1. Is there a good example for muxing elementary A/V streams and sending it as a single TS? Yes, see the "wis-streamer" source code: <http://www.live555.com/wis-streamer/>, and note how we implement the "-mpegtransport" option. -- Ros

Re: [Live-devel] H.264 + AAC + data in TS

2009-04-02 Thread Ross Finlayson
1. Is there a good example for muxing elementary A/V streams and sending it as a single TS? Yes, see the "wis-streamer" source code: , and note how we implement the "-mpegtransport" option. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/__

[Live-devel] H.264 + AAC + data in TS

2009-04-02 Thread Stas Desyatnlkov
Hi All, I need to create a streamer for my embedded solution running Linux. The streamer receives H.264 video and AAC audio packets from hardware encoders and also a stream of some telemetry data. It should pack all of it into MPEG2 TS and send it over LAN (no QoS needed). Questions: 1) I