>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
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
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
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
>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
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
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