Re: [Live-devel] Possible Patches, any interest?

2007-06-08 Thread Ross Finlayson
I am trying to clean up my code in preparation for release. Would there be any interest in having the following items granted back to the library? I'm not so interested (at least not right now) in your subclasses of "RTSPClient". However, I'd be interested in looking at your changes to "RTS

[Live-devel] Possible Patches, any interest?

2007-06-08 Thread xcsmith
Ross and Community: I am trying to clean up my code in preparation for release. Would there be any interest in having the following items granted back to the library? Thanks for your consideration! Xochitl Class NPTClock: A class used by RTSPClient child class which receives the RTP-ti

Re: [Live-devel] doGetNextFrame()

2007-06-08 Thread Ross Finlayson
>How can I get more data from the Source without a call to >afterGetting(this) before (I get "attempting to read more than once" >messages)? I can't call afterGetting before an encoded frame is >ready but there can't be an encoded frame if the decoder doesn't >have enough data (you remember tha

[Live-devel] (no subject)

2007-06-08 Thread rossellafortuna
Hi Ross, I've just read this mail [http://lists.live555.com/pipermail/live-devel/2007-February/006237.html]and I wander in discovering my work of thesis is very similar to the project you were working on. I'm trying to create a streaming system H.264/avc SVC on RTP/UDP, and I already thank you

[Live-devel] doGetNextFrame()

2007-06-08 Thread Julian Lamberty
> Are you sure that your "Transcoder" code is always correctly setting "fFrameSize" before calling "afterGetting(this)"? OK, I found the problem I think, but now I need support: I made a call to afterGetting(this) even if there was no encoded frame available. I changed that now, but there is a

Re: [Live-devel] doGetNextFrame()

2007-06-08 Thread Ross Finlayson
>I've added some stdout messages to MPEG4VideoStreamDiscreteFramer >and I can see that there are many calls to doGetNextFrame() and >afterGettingFrame1() even if my source did not deliver one frame: > >MPEG4VideoStreamDiscreteFramer::doGetNextFrame() passed >MPEG4VideoStreamDiscreteFramer::afterG

[Live-devel] afterGetting(this)

2007-06-08 Thread Julian Lamberty
Hi! I would like to know how I can 1. Request more data from a source (MPEG1or2VideoRTPSource) 2. Tell a sink (MPEG4VideoStreamDiscreteFramer) that data is completely delivered to buffer (this should be afterGetting(this), right?) Right now I have a code structure like: void Transcoder::doGe

[Live-devel] Live555 code

2007-06-08 Thread mayank agarwal
Hi all, I want to run the downloaded live 555 code as RTSP client.Please guide me how i would be able to do this. Regards, Mayank Need a vacation? Get great deals to amazing places on Yahoo! Travel. htt

[Live-devel] doGetNextFrame()

2007-06-08 Thread Julian Lamberty
Hi! I've added some stdout messages to MPEG4VideoStreamDiscreteFramer and I can see that there are many calls to doGetNextFrame() and afterGettingFrame1() even if my source did not deliver one frame: MPEG4VideoStreamDiscreteFramer::doGetNextFrame() passed MPEG4VideoStreamDiscreteFramer::after

[Live-devel] Delay between capture and display

2007-06-08 Thread mayank agarwal
Hi all, I am streaming capturing live video fro webcam and streaming it using live555 code to RTSP server and then displaying the output in m player.But i am getting the delay between the capture and what is being displayed of about 4-5 seconds.I am trying to find out the reason for this delay. An

Re: [Live-devel] Ports for RTSP

2007-06-08 Thread Ross Finlayson
>Thank you for your answer. Can you show me how I can "order" the media >with TCP not UDP using OpenRTSPClient (Sorry that I didnot check the >syntax of OpenRTSPClient, you are here that is why I am lazy :-)) In other words, you'd rather bother the hundreds of other people on this mailing list t

Re: [Live-devel] Ports for RTSP

2007-06-08 Thread Tran Minh Son
Hi Ross Finlayson Thank you for your answer. Can you show me how I can "order" the media with TCP not UDP using OpenRTSPClient (Sorry that I didnot check the syntax of OpenRTSPClient, you are here that is why I am lazy :-)) I wonder how many clients the MediaServer can serve simutanously through

Re: [Live-devel] Ports for RTSP

2007-06-08 Thread Ross Finlayson
>Dear all, >I would like to run RTSP server on a Linux machine with firewall. How >can I open the port for Live555 media server? As I know, it uses a fix >port (554 or 8554) to receive request from client. After that Live >server will open an arbitrary port to send out the media via RTP over >TCP o

[Live-devel] Ports for RTSP

2007-06-08 Thread Tran Minh Son
Dear all, I would like to run RTSP server on a Linux machine with firewall. How can I open the port for Live555 media server? As I know, it uses a fix port (554 or 8554) to receive request from client. After that Live server will open an arbitrary port to send out the media via RTP over TCP or