Re: [Live-devel] RTSP over HTTP using VLC

2010-12-23 Thread Ross Finlayson
I am using live.2010.12.14.tar.gz release which supports RTSP over HTTP. I am able to make use of RTSP over HTTP using the test application - openRTSP. Please tell me how to do the same using VLC ? VLC is not our application (although it does use our libraries), so your question is better sui

Re: [Live-devel] RTSP Client application RTSP client application to receive both MPEG4 AND H264 frames.

2010-12-23 Thread Ross Finlayson
We are using Live555 based a RTSP client application to receive both MPEG4 AND h264 streams. Whether Live555 library provides H264 frame by frame to the client application or this will provide RTP packet by packet to the client application? Means, whether we need to explicitly develop methods

Re: [Live-devel] Question about trick play, server side

2010-12-23 Thread Ross Finlayson
Because you have modified the supplied source code, you can expect no further help from me. Sorry. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/

Re: [Live-devel] Open RTSP and video file splitting...

2010-12-23 Thread Ross Finlayson
Hi I did a quick change on the QuickTimeFileSink class , for runtime output file name changing. Ideally, you should *not* be changing the supplied library code. Instead, you should subclass "QuickTimeFileSink", and added your new method - for changing the output file name - to your subclass.

Re: [Live-devel] LGPL

2010-12-23 Thread Ross Finlayson
I have no problem at all with statically linking with the LIVE555 library code. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] How to bufferise some packets before playing

2010-12-23 Thread Ross Finlayson
I have developed a RTSP/RTP media player client based on "LIVE555 Streaming Media" library. I would like to know if there is a possibility to store into a buffer some incoming packets? Of course. Just do this in your 'sink' objects - i.e., the objects that read data from the "*RTPSource" obje

[Live-devel] How to bufferise some packets before playing

2010-12-23 Thread Jacques Tebcherani
Hi, I have developed a RTSP/RTP media player client based on "LIVE555 Streaming Media" library. I would like to know if there is a possibility to store into a buffer some incoming packets? I use my player on a wireless network and the latency is almost 3 seconds. So I would like to store

[Live-devel] RTSP over HTTP using VLC

2010-12-23 Thread anees k A
Hi, I am using live.2010.12.14.tar.gz release which supports RTSP over HTTP. I am able to make use of RTSP over HTTP using the test application - openRTSP. Please tell me how to do the same using VLC ? Any pointers are highly appreciated. Regards Anees K A _

[Live-devel] RTSP server to accept RECORD

2010-12-23 Thread Calavera
Hi. I'm working on a setup in which I can stream content from a source client (probably through RTP) to be stored (and possibly served live) by a server. I believe one choice would be to create a RTSP server which support RECORD requests, but I'm struggling to find support for that option in curren