Re: [Live-devel] Stream multiple files

2014-10-01 Thread Ross Finlayson
> Will files be played as if they are one file? I mean without interruptions at > the end of each one? Yes. > And for mp3 files, where should I make the changes you suggested (which class) You'll need to define your own subclass of "OnDemandServerMediaSubsession" that creates a "ByteStreamMuu

Re: [Live-devel] Using QuickTimeFileSink in lib live555

2014-10-01 Thread Ross Finlayson
> I'm using openRTSP to receive data from camera over RTSP and write into a > file .mp4. Stream data of camera has frame rate = 30, width = 800, height = > 600, codec H264. Note that - because your stream has a non-default frame-rate, width, and height - you *must* specify these on the command

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] Receive H264 packets from GStreamer

2014-10-01 Thread Bonnet, Jean-Luc
Thanks for the hint Ross, The Marker Bit seems to be set correctly by GStreamer. Regards Jean-Luc Bonnet De : live-devel [mailto:live-devel-boun...@ns.live555.com] De la part de Ross Finlayson Envoyé : mardi 30 septembre 2014 17:09 À : LIVE555 Streaming Med

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