Re: [Live-devel] how to use live555 with JMF

2007-06-05 Thread Ross Finlayson
> >hi, > >I want to use live555MediaServer as a streaming server and JMStudio >(JMF player ) as a client side player to run the media streamed by >live555 server . Can any one tell me how to do that ??? You will have to ask a JMF mailing list. The "live555MediaServer" is a standards-compliant RT

[Live-devel] how to use live555 as a RTP server

2007-06-05 Thread aditya gupta
  hi , Can any one tell me how to use live555MediaServer to transmit the media file through RTP (i.e without using any RTSP messages ) . thanx___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-dev

[Live-devel] how to use live555 with JMF

2007-06-05 Thread aditya gupta
  hi, I want to use live555MediaServer as a streaming server and JMStudio (JMF player ) as a client side player to run the media streamed by live555 server . Can any one tell me how to do that ??? thanx ___ live-devel mailing list live-devel@lists.l

Re: [Live-devel] [live-devel] Too long delay for JPEG live image.

2007-06-05 Thread Raphael KINDT
Hello, I've another question. I observe that there is a difference between my original JPEG header and the header constructs by the client. To detect this difference I've used OpenRTSP. The difference is the quantization table. I've used a qFactor = 128 and I've overload the JPEGVideoSource::quan

Re: [Live-devel] [live-devel] Too long delay for JPEG live image.

2007-06-05 Thread Raphael KINDT
OK... It works fine now. Just by changing caching value to 50 ms. Thanks! :-) -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Ross Finlayson Envoye : mardi 5 juin 2007 10:36 A : LIVE555 Streaming Media - development & use Objet : Re: [Live-devel] [live-de

Re: [Live-devel] [live-devel] Too long delay for JPEG live image.

2007-06-05 Thread Ross Finlayson
>Hello, > >I'm trying to developpe a MJPEG live streamer server. >I work with a camera and our specific driver (that I've wrote too) >for our frame grabber. >To do this I've learned about Elphel example. >I've wrote a JPEGVideoSource derivated class then I've overload the >doGetNextFrame function

[Live-devel] [live-devel] Too long delay for JPEG live image.

2007-06-05 Thread Raphaël Kindt
Hello, I'm trying to developpe a MJPEG live streamer server. I work with a camera and our specific driver (that I've wrote too) for our frame grabber. To do this I've learned about Elphel example. I've wrote a JPEGVideoSource derivated class then I've overload the doGetNextFrame function. Now I