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

Re: [Live-devel] fGranularityInMS? Suggestions?

2014-09-30 Thread Ross Finlayson
> Can you explain what fGranularityInMS does? In "AudioInputDevice" subclasses that are implemented using polling, it specifies how often the device should be polled. (It's used in "WindowsAudioInputDevice", but not in "WAVAudioFileSource") Ross Finlayson Live Networks, Inc. http://www.live555

Re: [Live-devel] Stream multiple files

2014-09-30 Thread Hedi Naily
Thanks for your reply, Will files be played as if they are one file? I mean without interruptions at the end of each one? And for mp3 files, where should I make the changes you suggested (which class) __ Hedi NAILY Software developper Tel. : +21622866616 Le Vendredi 26 septembre 2

[Live-devel] Using QuickTimeFileSink in lib live555

2014-09-30 Thread Cường Lê
Hi all! 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. When I receive respond DESCRIBE which don't have infor framerate, width, height(no infor sps and pps), I configed in openRT

Re: [Live-devel] Receive H264 packets from GStreamer

2014-09-30 Thread Ross Finlayson
> I want to receive H264 video frame over RTP from a GStreamer server. I > use H264VideoRTPSource which works fine, I receive all RTP packets. > > But rtph264pay GStreamer's component which generate H264 payload send only > One NAL Unit per RTP packet. Is there a way to rebuild the whole vi

[Live-devel] Receive H264 packets from GStreamer

2014-09-30 Thread Bonnet, Jean-Luc
Hi Ross, I want to receive H264 video frame over RTP from a GStreamer server. I use H264VideoRTPSource which works fine, I receive all RTP packets. But rtph264pay GStreamer's component which generate H264 payload send only One NAL Unit per RTP packet. Is there a way to rebuild the whole vid