Re: [Live-devel] Questions on MPEG2 Transport Stream

2012-04-21 Thread Ross Finlayson
>> We also have code that will convert (video or audio) Elementary Streams to >> Transport Streams: the "MPEG2TransportStreamFromESSource" class. > > Does it mean that converting ES to PES is not necessary if ES can be > converted to TS directly ? Yes, because the "MPEG2TransportStreamFromESSou

Re: [Live-devel] Questions on MPEG2 Transport Stream

2012-04-20 Thread Felix Radensky
Hi Ross, Thanks a lot for replying. On 04/20/2012 04:22 AM, Ross Finlayson wrote: By looking at live555 code and documentation I can see that converting PES to TS and streaming of TS are supported, and multiplexing video and audio in TS is supported as well. What I'm missing is the code to co

Re: [Live-devel] Questions on MPEG2 Transport Stream

2012-04-19 Thread Ross Finlayson
> By looking at live555 code and documentation I can see that converting PES to > TS and streaming of TS are supported, and multiplexing video and audio in TS > is supported as well. What I'm missing is the code to convert ES to PES and > streaming of metadata as part of TS. Is that supported as w

[Live-devel] Questions on MPEG2 Transport Stream

2012-04-19 Thread Felix Radensky
Hi, I have a requirement to stream H.264 video coming from hardware encoder, audio (unknown format at the moment) and metadata (unknown format) all wrapped as MPEG-2 TS. Video and audio streams should be converted to PES before streaming. By looking at live555 code and documentation I can see th