Re: [Live-devel] MPEG-2 Program Map Table PID

2011-11-29 Thread COEXSI
For DVB, PID up to 0x1F are reserved, see the table #1 in page #18 of the norm : http://www.etsi.org/deliver/etsi_en/300400_300499/300468/01.11.01_60/en_3004 68v011101p.pdf Sebastien. From: live

Re: [Live-devel] h.264 indexer

2010-11-29 Thread COEXSI
at it made. does it seem to be a good start point? On Mon, Nov 22, 2010 at 12:12 AM, Sébastien RAILLARD (COEXSI) wrote: I don’t think it’s the only thing to change. Also, for indexing H264, the equivalent of the I-Frames must be located in the stream, and that is really harder than with MPEG2

Re: [Live-devel] TRICK PLAY H264

2010-11-29 Thread COEXSI
It’s too complex for now to implement a real H264 indexer for TS files. I’ve publish a simple indexer for this kind of files here: http://www.coexsi.fr/publications/live555-universal-indexer/ From: live-devel-boun...@ns.live55

Re: [Live-devel] Questions about live555 media server

2010-11-28 Thread COEXSI
They surely have their own reasons when setting up this mechanism for determining the IP address, but it’s quite unusual. With multiple network cards, you may have some issues. What I suggest: - Open the UDP port 15947 (the one live555 will use, hardcoded) in the firewall of the compu

Re: [Live-devel] h.264 indexer

2010-11-21 Thread COEXSI
I don’t think it’s the only thing to change. Also, for indexing H264, the equivalent of the I-Frames must be located in the stream, and that is really harder than with MPEG2 video. By the way the indexer code isn’t really easy to understand. That why I did a small and external TS indexer based o

Re: [Live-devel] H264 streaming with trick play

2010-11-02 Thread COEXSI
> -Original Message- > From: live-devel-boun...@ns.live555.com [mailto:live-devel- > boun...@ns.live555.com] On Behalf Of Christophe Lemoine > Sent: mardi 2 novembre 2010 10:36 > To: live-de...@ns.live555.com > Subject: [Live-devel] H264 streaming with trick play > > Hi, > > I'm looking

Re: [Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-27 Thread COEXSI
> -Original Message- > From: live-devel-boun...@ns.live555.com [mailto:live-devel- > boun...@ns.live555.com] On Behalf Of Ross Finlayson > Sent: mercredi 27 octobre 2010 14:37 > To: LIVE555 Streaming Media - development & use > Subject: Re: [Live-devel] Indexing of TS files for non MPEG2

Re: [Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-27 Thread COEXSI
> -Original Message- > From: Sébastien RAILLARD (COEXSI) [mailto:s...@coexsi.fr] > Sent: mercredi 27 octobre 2010 09:22 > To: 'LIVE555 Streaming Media - development & use' > Subject: RE: [Live-devel] Indexing of TS files for non MPEG2 video > streams &g

Re: [Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-27 Thread COEXSI
> -Original Message- > From: live-devel-boun...@ns.live555.com [mailto:live-devel- > boun...@ns.live555.com] On Behalf Of Ross Finlayson > Sent: mercredi 27 octobre 2010 02:18 > To: LIVE555 Streaming Media - development & use > Subject: Re: [Live-devel] Indexing of TS files for non MPEG2

[Live-devel] Indexing of TS files for non MPEG2 video streams

2010-10-26 Thread COEXSI
Dear all, This is my first post in this mailing-list, I hope this will be relevant. I'm testing and evaluating the Live555 RTSP server for streaming TS files. Of course, as I would like to use H.264/MPAG4-AVC video stream, I can't index my TS files with the tool "MPEG2TransportStreamIndexer" prov