[Live-devel] FYI: New option to "openRTSP" for writing new files periodically

2013-12-14 Thread Ross Finlayson
The latest version of the "LIVE555 Streaming Media" software updates the "openRTSP" application to add a new option -P This option tells "openRTSP" to write new output files every seconds. Each output file's name will include the time range (in seconds) that it represents. For more

Re: [Live-devel] sub-classing ProxyServerMediaSession

2013-12-14 Thread Ross Finlayson
On Dec 10, 2013, at 1:53 PM, Craig Matsuura wrote: > One working on sub classing ProxyServerMediaSession and also sub classing > ProxyRTSPClient. I have overridden the createNewProxyRTSPClient(). The > problem I'm having is the createNewProxyRTSPClient() is called from the > constructor of

Re: [Live-devel] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Ross Finlayson
> Are you interested by this code or not? Yes, sure. I'd be interested to see what you've done here. 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] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Gilles Chanteperdrix
On 12/14/2013 05:40 PM, Ross Finlayson wrote: >> - RTP/RTCP use the "feedface"/first receiver report to fix the >> client ports if NAT is running without "conntrack_rtsp"; > > This seems like a security risk - i.e., it would allow an attacker to > send the server a bogus initial packet, in order t

[Live-devel] [PATCH] Add Theora RTP Sink

2013-12-14 Thread Gilles Chanteperdrix
--- liveMedia/TheoraVideoRTPSink.cpp| 184 +++ liveMedia/include/TheoraVideoRTPSink.hh | 59 ++ 2 files changed, 243 insertions(+) create mode 100644 liveMedia/TheoraVideoRTPSink.cpp create mode 100644 liveMedia/include/TheoraVideoRTPSink.hh diff -

Re: [Live-devel] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Gilles Chanteperdrix
On 12/14/2013 05:40 PM, Ross Finlayson wrote: > Unfortunately we can't do this, because it breaks the subsequent > 'optimization' - at the end of the "handleCmd_TEARDOWN()" function. > I.e., in the normal case, when an *entire* stream is torn down (using > either a single aggregate "TEARDOWN" comma

Re: [Live-devel] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Ross Finlayson
> Well, I know how to "fix" this in live555 code: > diff --git a/liveMedia/RTSPServer.cpp b/liveMedia/RTSPServer.cpp > index 693df25..5cebc04 100644 > --- a/liveMedia/RTSPServer.cpp > +++ b/liveMedia/RTSPServer.cpp > @@ -1796,7 +1796,6 @@ void RTSPServer::RTSPClientSession >|| subsession ==

Re: [Live-devel] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Gilles Chanteperdrix
On 12/14/2013 01:13 PM, Gilles Chanteperdrix wrote: > Let me seize this opportunity to explain a bit on what I am working: > a server based on live555 for RTSP streaming, but on ffmpeg for demuxing, > which > allows to stream about any media file and have uniform functionalities, for > instance s

Re: [Live-devel] [vlc] RTSP client in vlc 2.1

2013-12-14 Thread Gilles Chanteperdrix
On 12/14/2013 11:43 AM, Ross Finlayson wrote: >> Problem 1: sub-titles streaming. >> >> When playing the following URL: >> rtsp://xenomai.org:8554/video-tests/hd-fast.mp4 >> >> The playback works nicely, but when enabling a sub-title track, >> the playback suddenly stops. After inspection of the