Re: [Live-devel] Muxing H264 and AAC into a MPEG-TS and stream it over RTP

2015-01-27 Thread Marc Palau
Dear Ross, thank you for the update. As you said, our test does not crash using the new version. Kind regards, Marc Palau Erena i2CAT Audiovisual Unit 2015-01-27 12:07 GMT+01:00 Ross Finlayson : > Marc, > > Thanks for the report. It turns out that your crash was caused by a bug > in the

Re: [Live-devel] Muxing H264 and AAC into a MPEG-TS and stream it over RTP

2015-01-27 Thread Ross Finlayson
Marc, Thanks for the report. It turns out that your crash was caused by a bug in the "MPEG2TransportStreamFromESSource" code. I've just installed a new version (2015.01.27) of the "LIVE555 Streaming Media" code that should fix this. Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] Muxing H264 and AAC into a MPEG-TS and stream it over RTP

2015-01-26 Thread Marc Palau
Dear Ross, we are trying to stream MPEG-TS over RTP using live555 library. The main idea is muxing two streams: an H264 video stream and an AAC audio stream, reading each one from independent files. In order to do this, we have constructed a little test (based on existing live555 tests) which we