[Live-devel] typo in testOnDemandRTSPServer.cpp, does not read TS-index file

Nils Grundback ng at kth.se
Mon Apr 23 02:57:46 PDT 2007


Hi

There is a small typo in the file testOnDemandRTSPServer.cpp. It
specifies the index file for the mpeg2TransportStreamTest as test.ts
instead of test.tsx.

here is a small patch (also attached):

--- testProgs/testOnDemandRTSPServer_org.cpp    2007-04-23
11:33:17.000000000 +0200
+++ testProgs/testOnDemandRTSPServer.cpp        2007-04-23
11:33:44.000000000 +0200
@@ -195,7 +195,7 @@
   {
     char const* streamName = "mpeg2TransportStreamTest";
     char const* inputFileName = "test.ts";
-    char const* indexFileName = "test.ts";
+    char const* indexFileName = "test.tsx";
     ServerMediaSession* sms
       = ServerMediaSession::createNew(*env, streamName, streamName,
                                      descriptionString);

/nils
-------------- next part --------------
A non-text attachment was scrubbed...
Name: read_tsx_file.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
Url : http://lists.live555.com/pipermail/live-devel/attachments/20070423/f2314e74/attachment.bin 


More information about the live-devel mailing list