Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-20 Thread Russell Brennan
Well, I have been experimenting with piping and I can get file descriptors for pipes using the pipe() call, but it seems that I need a FILE sctruct rather than a file descriptor. Any ideas how to convert one to the other? Russell On 6/20/07, Russell Brennan <[EMAIL PROTECTED]> wrote: Yes, I'm

Re: [Live-devel] Adding a codec

2007-06-20 Thread Ross Finlayson
>Suppose a video server has been created that streams a non compliant >H.264 stream ( a so called modified H.264 that's absolutely not >compatible with the H.264 bitstream, no NAL's etc... ) > >I have to create a client application that can connect to such >a server using RTSP, receive the modif

[Live-devel] Adding a codec

2007-06-20 Thread Luc Roels
Hi, Suppose a video server has been created that streams a non compliant H.264 stream ( a so called modified H.264 that's absolutely not compatible with the H.264 bitstream, no NAL's etc... ) I have to create a client application that can connect to such a server using RTSP, receive the mod

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-20 Thread Russell Brennan
Yes, I'm on RedHat 5... Piping it sounds liek a great idea to me, I'm going to try to put something together and I'll post some code snippets for future reference when I get things running smoothly. Thanks, Russell On 6/19/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: >I am trying to take a

Re: [Live-devel] rfc2326

2007-06-20 Thread Austin Foxley
Ross Finlayson wrote: > Do you have a specific question about the "LIVE555 Streaming Media" software?? not really...i was trying to use it, but found out it's concept of session is directly out of spec with the rfc2326 specification in regards to depending on the state of a particular tcp connecti

Re: [Live-devel] rfc2326

2007-06-20 Thread Ross Finlayson
Do you have a specific question about the "LIVE555 Streaming Media" software?? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] rfc2326

2007-06-20 Thread Austin Foxley
There is no notion of an RTSP connection; instead, a server maintains a session labeled by an identifier. An RTSP session is in no way tied to a transport-level connection such as a TCP connection. During an RTSP session, an RTSP client may open and close many reliable transport conn