Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Ross Finlayson
> Is there anything that can cause MPEG2TransportStreamFromESSource to disable > the PES headers? No; it automatically adds a PES header at the front of each chunk of data, before writing it to the resulting Transport Stream. The PES headers will be there; you just need to look closer :-) FYI

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 14, 2011 12:35 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource OK. I may be set for versi

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Ross Finlayson
> OK. I may be set for version 4 L WTF is that supposed to mean? If you want people to help you, you're going to have to learn to write coherently. > My current arch has “subscribers” some subscribers restream, some write to > disk, this one is gonna HTTP live stream and the next will be RTMP.

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
m [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Jeff Shanab Sent: Wednesday, December 14, 2011 9:45 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource Nope, set for 5. But looking at Wikipedia it is not a PES it is just t

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
:32 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource OK. I may be set for version 4 :( But if I do pas the data in full frames, will it still work? My current arch has "subscribers" some subscribers restream, some write

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
stream is inside a MPEG4 stream??? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, December 14, 2011 9:08 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Ross Finlayson
> So… back to the issue, can you tell me the steps the data goes thru for this? > > Encoder > dataàH264DescriteFrameràessoure.addDataàMPEG2TransportStreamFromESSource->.ts > file In this case, you don't need any H.264 'framer' class (you need that only if your source is a byte stream, or if y

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource I am not using the "LIVE555 Media Server" because I didn't think it could do Http Live Streaming. It does, as of July this year - though only for pre-recorded (and

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Ross Finlayson
> I am not using the “LIVE555 Media Server” because I didn’t think it could do > Http Live Streaming. It does, as of July this year - though only for pre-recorded (and indexed) H.264 Transport Stream files. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-14 Thread Jeff Shanab
.com] On Behalf Of Ross Finlayson Sent: Tuesday, December 13, 2011 9:08 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] mpeg2transportstreamfromessource I have an existing multi rtsp source application that records video to disk and streams saved video and live v

Re: [Live-devel] mpeg2transportstreamfromessource

2011-12-13 Thread Ross Finlayson
> I have an existing multi rtsp source application that records video to disk > and streams saved video and live video across our own http protocol. I am now > trying to add HTTP Live Streaming for portable devices. I go to the point > where all the connections are happening and index files and

[Live-devel] mpeg2transportstreamfromessource

2011-12-13 Thread Jeff Shanab
I have an existing multi rtsp source application that records video to disk and streams saved video and live video across our own http protocol. I am now trying to add HTTP Live Streaming for portable devices. I go to the point where all the connections are happening and index files and ts files