Re: [Live-devel] RTP to Transport Stream

2008-03-03 Thread Boris Rekhtman
I tried this and the result file stutters a lot in VLC. I also tried to stream this TS using BasicUDPSink and it also stutters in VLC and if played on Amino set-top box. What can be a reason for this? Boris Rekhtman _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

[Live-devel] help

2008-03-03 Thread safileader
hello i want to do a programme in c++ for capture video from camra pda and send it live to a pc. i use directshow librery i did my graph and i preview the video but the probleme how can i sen it in live to a pc can you help me think you ___ live-devel ma

Re: [Live-devel] A network problem

2008-03-03 Thread xcsmith
> In general, you cannot expect RTSP/RTP to work over a NAT. However, > because your server is really on the Internet, then you might be > able to get RTP-over-TCP streaming to work, even though your client > is not really on the Internet. Is the IP address the only problem with NAT? Couldn't

Re: [Live-devel] How to implement non-blocking fashion in custom doGetNextFrame()

2008-03-03 Thread xcsmith
> The problem is, deliverFrame returns the very first frame OK, then > doGetNextFrame is called again before a new frame is captured, and I > return immediately. Then, I don't know why, liveMedia never calls > doGetNextFrame again. It just stays stuck and apparently does nothing. > > Why? What

Re: [Live-devel] MPEG2 Transport Stream Receiver

2008-03-03 Thread xcsmith
> It wasn?t immediately obvious to me: Is there a receiver > counterpart to the testMPEG2TransportStreamer.exe test program that > I can play with? use openRTSP program. ~xo___ live-devel mailing list live-devel@lists.live555.com http://lists.live5

[Live-devel] MPEG2 Transport Stream Receiver

2008-03-03 Thread Scott Cubbage
Hi, It wasn't immediately obvious to me: Is there a receiver counterpart to the testMPEG2TransportStreamer.exe test program that I can play with? I can catch the stream with VLC, but I'd like to do a couple of quick tests with code that I can quickly modify. Great project by the way - co

Re: [Live-devel] How to implement non-blocking fashion in custom doGetNextFrame()

2008-03-03 Thread Cristiano Belloni
Ross Finlayson wrote: > If your > capture device is a socket, then you can easily do this using > "TaskScheduler::turnOnBackgroundReadHandling()". If, however, your > capture device is not a socket, then you can instead signal the > arrival of new data by writing a new event loop (e.g., by su

Re: [Live-devel] Attach sink to multiple sources

2008-03-03 Thread Etienne Bömcke
Thanks for the advice. I'll take a look at this and I'll get back to you if I achieve interesting results. Etienne On 01 Mar 2008, at 02:36, Ross Finlayson wrote: >> I was >> wondering if it was theoretically possible to design a custom Sink >> class, which instances could be attached to vario

Re: [Live-devel] streaming rtp packets containing analysis information through livemedia

2008-03-03 Thread Ross Finlayson
>Wouldn't it be better to enhance RTCP instead of RTP? RTCP is designed >to report all sorts of stats on RTP traffic. RTCP is appropriate if (and only if) the statistics relate directly to the performance of the RTP stream. >We are currently >investigating enhancements where I work for the impr