Re: [Live-devel] wirecast

2008-10-26 Thread Ross Finlayson
What does this have to do with our software? This mailing list is for questions/discussions about the "LIVE555 Streaming Media" software only! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.

[Live-devel] wirecast

2008-10-26 Thread bos marcel
I found a neat program called wirecast - it has basicly everything to transmitt over mobilephones AND over other systems. I am very impressed. Works for both mac and pc! its located at softpeda for download.. /marcel _ Se

Re: [Live-devel] rtsp client and server in the same app

2008-10-26 Thread Mat Laibowitz
The problem is the MPEG hardware. I can only have one open connection to MPEG hardware for both encoding and decoding. I don't need the client to talk to its local server. I need the client to talk to a server on a remote device. So if I have two devices one serves rtsp://ip1:8554/video and connect

Re: [Live-devel] rtsp client and server in the same app

2008-10-26 Thread Ross Finlayson
Yeah, but one is a server and one is a client, so it should work that way I think. Depending on your operating system, this might still not be possible. I suggest not doing what you are trying to do (run the client and the server that it's communicating with in the same application). It's we

Re: [Live-devel] rtsp client and server in the same app

2008-10-26 Thread Mat Laibowitz
Yeah, but one is a server and one is a client, so it should work that way I think. Maybe I am missing something about ports in multicast. Thanks, -mat 2008/10/26 Yedidia Amit <[EMAIL PROTECTED]> > I think its beacuse both are trying to use the same port (8554) > > > Regards, > > Amit Yedidia > >

Re: [Live-devel] rtsp client and server in the same app

2008-10-26 Thread Yedidia Amit
I think its beacuse both are trying to use the same port (8554) Regards, Amit Yedidia Elbit System Ltd. Email: [EMAIL PROTECTED] Tel: 972-4-8318905 -- From: [EMAIL PROTECTED] [mailto:[EMA

Re: [Live-devel] rtsp client and server in the same app

2008-10-26 Thread Mat Laibowitz
A little more info. It is not the SDP request that fails, it is the OPTIONS request that returns NULL. I added a check fro null after the getOptionsRequest as shown below. And it returns NULL when called in the same program as starting a RTSP server. So the actual error message is the same, but it

[Live-devel] rtsp client and server in the same app

2008-10-26 Thread Mat Laibowitz
So I have made it pretty far referencing the complete source code and the test programs. But I am a bit stuck on one issue. I have built a RTSP server with a custom FrameSource that talks to my hardware for encoding. This works great, it uses the background read handling and can be received by open