[Live-devel] RTSP/1.0 404 File Not Found, Or In Incorrect Format

2013-01-02 Thread Tony Griffen
Hi, I have read many thread on the dreaded message "RTSP/1.0 404 File Not Found, Or In Incorrect Format" when trying to stream from Live555MediaServer, yet I was not able to find any solution. Below I attach output from openRTSP client, strace from live555MediaServer, directory structure, and live

Re: [Live-devel] LIVE555 Crash since version 20120913.

2013-01-02 Thread Ross Finlayson
> _Tables* _Tables::getOurTables(UsageEnvironment& env, Boolean > createIfNotPresent) { > --> here!! --> if (env.liveMediaPriv == NULL && createIfNotPresent) { What specifically is wrong here? I.e., why is a crash occurring at that line? > When I insert a code as follows, the problem was solve

Re: [Live-devel] QuickTime does not work with proxyServer program

2013-01-02 Thread Ross Finlayson
>> The other solution, setting reclamationTestSeconds to 0, does not seems to >> work. In fact, it ends very bad as the program terminates unexpectedly (see >> attached log). Any ideas on this one? > > This might be an independent bug. I'm currently investigating this. This did, indeed out to

Re: [Live-devel] SDP attribute extension

2013-01-02 Thread Ross Finlayson
>> What 'application-specific SDP attributes' do you have in mind? > We are targetting professional live audio for studio. For precise sync and > low delay we have to carry information giving the relation between RTP > timestamp and PTP timestamp (NTP timestamp carried in RTCP is not precise > e

Re: [Live-devel] RTSP/1.0 454 Session Not Found

2013-01-02 Thread Ross Finlayson
> Thanks for the reply. You are right: I had done some other modificactions to > the code. But here is the same problem with the plain proxyServer executable > (see attached log). It's not quite the "plain proxyServer", because - once again - you have turned on unnecessary debugging "printf"s,

Re: [Live-devel] SDP attribute extension

2013-01-02 Thread Eric HEURTEL
I have to deal with application-specific SDP attributes (a=my_attribute:value). I have my own subclass of MediaSubsession. I was wondering if parsing of subsession description lines (c=, b=, a=rtpmap... ) could be done in a virtual new method (ie MediaSubsession::parseSDPline()) that could be o

Re: [Live-devel] RTSP/1.0 454 Session Not Found

2013-01-02 Thread Rafael Gil
Hi Eric I'll check this out. Thank you. Regards 2012/12/31 Eric HEURTEL > Hi, > > At some point my RTSP source answers with error code "RTSP/1.0 454 Session > Not Found" to RTSP commands but seems not being handled by RTSP client. > Why? Is this an invalid error code? > > Yes. It is usua

[Live-devel] Is there any provision in Live 555 to get the rtsp stream from RTSP server and save only the NAL unit in a file or an array?

2013-01-02 Thread Tarun Batra
Hello Sir, Is there any provision in Live 555 to get the rtsp stream from RTSP server and save only the NAL unit in a file or an array? Thanks Tarun ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live