[Live-devel] Using openRTSP in a script / batch file

Sanjeeva Reddy Dontireddy sanjeeva.reddy at sreesaila.com
Wed Oct 5 10:58:26 PDT 2011


Thank you Ross,

I could get through and the solution for empty files also worked. Thank you.

 

One more point, during compilation after the below stated problem there was
one more similar error with RTSPCommon.cpp (in LiveMedia only) at line# 178
(given below). I did comment (highlighted) that also to get through. I am
not sure how this will impact openRTSP.exe! Where would I get the proper
header & library files from? I followed all the instructions in order.
Should I copy any from Borland C to livemedia directory and recompile? I
didn't get such errors in any other module!

 

Boolean parseRangeHeader(char const* buf, double& rangeStart, double&
rangeEnd) {

  // First, find "Range:"

  while (1) {

    if (*buf == '\0') return False; // not found

//    if (_strncasecmp(buf, "Range: ", 7) == 0) break;

    ++buf;

 

 

 

Thanking You,

 

Regards'

Sanjeeva Reddy

Sreesaila - Logo 400X320- Final

Sreesaila Networks Pvt. Ltd. | Ph: +91 40 23076655 | Mobile: +91 9000616655
| Website: www.sreesaila.com

 

From: live-devel-bounces at ns.live555.com
[mailto:live-devel-bounces at ns.live555.com] On Behalf Of Ross Finlayson
Sent: Wednesday, October 05, 2011 8:15 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] Using openRTSP in a script / batch file

 

Everything was ok, but for in LiveMedia compiling (highlighted below). Error
messages were "undefined function '_lseek64' in 'SeekFIle64' function"  and
"undefined function '_telli64' in 'Tellifile64' function"

 

You should try to fix this properly.  You're apparently missing the proper
header file(s) (and perhaps libraries) that define these functions.  Without
these functions, you might be able to get away with using "openRTSP"
(because it doesn't seek within files), but other applications might not
work.

 

 

However, both files are of 0 bytes and the info from QOS output is showing
100% packet loss (0 received and all packets loss)

 

See

            http://www.live555.com/liveMedia/faq.html#openRTSP-empty-files

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/ 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111005/a4842b79/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1443 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111005/a4842b79/attachment.jpe>


More information about the live-devel mailing list