[Live-devel] generating RTP streams......!

2010-03-14 Thread Harish N
Hello everyone... Whenever I try to connect to media server using rtsp://:554/filename Then the information about the client (like on to which ip the response,i.e RTP streams are to be sent is given), but what if I want to send them to different no matter from where the request comes from.

[Live-devel] How to stream from iphone camera?

2010-03-14 Thread Mohan
Hi, Can anyone provide me with a sample code/link(s) on how to capture/encode and stream video and audio data to a webserver using LIVE555 Streaming Media, Currently I am using UIGetScreenImage() to capture the image, I have gone through ffmpeg also, but i don't know how to encode and stream to a

Re: [Live-devel] MPEG2TransportStreamIndexer produces 0 byte index files

2010-03-14 Thread Ross Finlayson
Thanks for bringing this issue to our attention. It turns out that there was a bug in our Transport Stream parsing code that was causing this problem. (We weren't analyzing certain kinds of Program Association Table properly.) I have now installed a new version (2010.03.15) of the "LIVE555

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Ross Finlayson
Oops - I said the other day that this release would be getting rid of the "RTPOverTCP_OK" hack altogether. I forgot to do this. However, I'm going to remove it from an upcoming release - so you should just ignore it. Ross, I'm confused--when you say you're removing that hack all together, d

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Jeremy Noring
On Sun, Mar 14, 2010 at 6:36 PM, Ross Finlayson wrote: > Does this release also address the RTPOverTCP_OK variable? >> > > Oops - I said the other day that this release would be getting rid of the > "RTPOverTCP_OK" hack altogether. I forgot to do this. However, I'm going > to remove it from an u

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Ross Finlayson
Does this release also address the RTPOverTCP_OK variable? Oops - I said the other day that this release would be getting rid of the "RTPOverTCP_OK" hack altogether. I forgot to do this. However, I'm going to remove it from an upcoming release - so you should just ignore it. -- Ross Finla

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Jeremy Noring
Does this release also address the RTPOverTCP_OK variable? -Jeremy > > ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Ross Finlayson
Can we now remove the "hack" you put in for version "2009.11.27" that removed the GET_PARAMETER option being listed as valid after an OPTIONS command is received? I believe the fix you put in place will now allow clients to call GET_PARAMETER if they wish. Yes, that hack can now be removed.

Re: [Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP commandbug

2010-03-14 Thread Rawling, Stuart
Thanks Ross, Can we now remove the ³hack² you put in for version ³2009.11.27² that removed the GET_PARAMETER option being listed as valid after an OPTIONS command is received? I believe the fix you put in place will now allow clients to call GET_PARAMETER if they wish. (RTSPServer.cpp:452) Rega

[Live-devel] New LIVE555 release - fixes RTP-over-TCP RTSP command bug

2010-03-14 Thread Ross Finlayson
FYI, I have now installed a new version (2010.03.14) of the "LIVE555 Streaming Media" code that fixes a bug that has been annoying lots of people. Our RTSP server implementation will now properly handle (and respond to) RTSP commands for RTP-over-TCP streams (even after the first "PLAY" comman