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 [live-dev

Re: [Live-devel] LIVE555TM Media Server takes input from a named pipe

2014-10-06 Thread Ross Finlayson
> I’m trying to get a minimal example for using a named pipe as a source of a > stream for the LIVE555TM Media Server. FYI, you should be using the "testOnDemandRTSPServer" demo application as a base here - *not* the "LIVE555 Media Server". (The "LIVE555 Media Server" is an 'off the shelf' app

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

[Live-devel] LIVE555TM Media Server takes input from a named pipe

2014-10-06 Thread Alan Martinovic
Hi, I'm trying to get a minimal example for using a named pipe as a source of a stream for the LIVE555TM Media Server. As a proof of concept, I would like to get a working example of making a stream from a sample.264 file into a named pipe and use the named pipe with a .264 extension to have Med

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 libraries to st