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

2007-06-21 Thread Ross Finlayson
>Ok, after some hours of tinkering this (non-working) bit of code I think you're misunderstanding what I have in mind. You should not have to change *any* existing LIVE555 code (except to change "test.ts" to "stdin" in "testMPEG2TransportStreamer.cpp"). Instead, just run your MPEG-2 TS grabbi

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

2007-06-21 Thread Russell Brennan
Ok, after some hours of tinkering this (non-working) bit of code is what I have come up with: * int pipeFile[2]; // Pipe file descriptors FILE* fdFile; if (pipe(pipeFile) == -1) // create the pipe { perror ("pipe"); exit(1); } if ((fdFile = fdopen(pipeFile

[Live-devel] Status of multiple payload types in liveMedia

2007-06-21 Thread Dan Weber
Hey Ross, I asked you some time ago when you were implementing multiple payload type support into liveMedia. What's the current status? Dan ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] H264 RTP Streaming: A Tutorial

2007-06-21 Thread Mojtaba Hosseini
Hello, For the past week or so I've been working on getting H264 RTP streaming working with live555Media libraries. From what I can see in the mailing list archives, many others have done the same and will probably want to do so in the future. So once I got the *basic* thing working, I wrote u

Re: [Live-devel] wis-streamer with external sound card?

2007-06-21 Thread Ross Finlayson
>I just discovered wis-streamer and am wondering if there is an option to >use an external Sound Card? By default, the code uses the PCM audio input associated with the Linux WIS GO7007 driver. However, you could change this in the file "WISINput.cpp". -- Ross Finlayson Live Networks, Inc. ht

[Live-devel] The IPv6 question again

2007-06-21 Thread Gerrit Renker
Browsing through the archives showed that the question has been raised in the past several times: a chance for RTSP over TCP/IPv6 in live555 ? I wonder if someone is already working on it or if patches exist / are acceptable. We need RTSPv6 support for a research project and may

[Live-devel] wis-streamer with external sound card?

2007-06-21 Thread Trim, Matthew L
Hi, I just discovered wis-streamer and am wondering if there is an option to use an external Sound Card? I want to feed a digital AES signal in and obviously the hardware capture devices only have RCA analogue inputs. Cheers, Matt ___ live-devel mai