Re: [Live-devel] Writing RTSP server

2014-10-16 Thread Ross Finlayson
> I encoded the data using FFMPEG, and then sent using Live555.The codec used > is H.264, and the hence the sink class. > > The problem is that VLC plays the stream , but the video is not visible i.e > it is coming as black. > Now the question is that , how does the VLC come to know about the s

Re: [Live-devel] Writing RTSP server

2014-10-16 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Thursday, October 09, 2014 8:51 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server Can we compress

Re: [Live-devel] Writing RTSP server

2014-10-09 Thread Ross Finlayson
> Can we compress the data to H.264 using Live555 ? No. The "LIVE555 Streaming Media" software does not include any 'codec' (media encoding or decoding) software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] Writing RTSP server

2014-10-09 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Wednesday, October 08, 2014 1:18 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server Currently uncompre

Re: [Live-devel] Writing RTSP server

2014-10-08 Thread Ross Finlayson
> Currently uncompressed ARGB data is given out from our custom source and > following is the code written increateNewRTPSink of our MedisSubSession > class.(which we wish to compress into H.264 and then stream ) > > OutPacketBuffer::maxSize = 720*576*4; // by default > MultiFramedRTPSink* pSi

Re: [Live-devel] Writing RTSP server

2014-10-08 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Jasleen Kaur [jasl...@beesys.com] Sent: Wednesday, October 01, 2014 2:32 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server From: live-devel [

Re: [Live-devel] Writing RTSP server

2014-10-07 Thread Ross Finlayson
Please don't send the same question to the mailing list more than once! (This is basic 'netiquette', and is clearly explained in the FAQ that everyone is asked to read before posting to the mailing list.) Because of this, all future postings from you will be moderated. Ross Finlayson Live Net

Re: [Live-devel] Writing RTSP server

2014-10-06 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Jasleen Kaur [jasl...@beesys.com] Sent: Monday, October 06, 2014 3:19 PM To: LIVE555 Streaming Media - development & use Cc: Bishwaroop Chakravarty Subject: Re: [Live-devel] Writing RTSP server From: live-devel [

Re: [Live-devel] Writing RTSP server

2014-10-06 Thread Ross Finlayson
> 3) Our data is uncompressed ARGB data, I wish to compress it and then stream > it using RTSP, what changes will I have to make ? That's the first thing you need to decide: What compressed video format (codec) you want to use. That will tell you what "RTPSink" subclass you use (note that it p

Re: [Live-devel] Writing RTSP server

2014-10-06 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Wednesday, October 01, 2014 11:42 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server Our requirement is to using Live555 librarie

Re: [Live-devel] Writing RTSP server

2014-10-01 Thread Ross Finlayson
> Just want to confirm the following: > > 1) We have to create our own source class derived from FramedSource Yes, but only if your encoded video (or audio) stream is not accessible as a file in the file system (e.g., under /dev/). > 2) Another class derived from OnDemandServerMediaSubsession

Re: [Live-devel] Writing RTSP server

2014-10-01 Thread Jasleen Kaur
From: live-devel [live-devel-boun...@ns.live555.com] on behalf of Ross Finlayson [finlay...@live555.com] Sent: Wednesday, October 01, 2014 11:42 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Writing RTSP server Our requirement is to using Live555 librarie

Re: [Live-devel] Writing RTSP server

2014-09-30 Thread Ross Finlayson
> Our requirement is to using Live555 libraries to stream real time data ( data > generated by our software) , using RTSP. > > Is it possible using Live555 libraries Yes, of course. See http://www.live555.com/liveMedia/faq.html#liveInput-unicast Ross Finlayson Live Networks, Inc. htt

[Live-devel] Writing RTSP server

2014-09-30 Thread Jasleen Kaur
We wish to stream our contents using RTSP using Live555. I have downloaded the code and also has been built using Visual Studio 2010. Our requirement is to using Live555 libraries to stream real time data ( data generated by our software) , using RTSP. Is it possible using Live555 libraries or w