Update of /cvsroot/xine/xine-lib/src/input/libreal
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14473/input/libreal

Modified Files:
        real.c 
Log Message:
Partially implemented RTSP seekability:
  support starting the playback at an optional time by delaying the PLAY
  request upon the first call to rtsp_session_read() and setting the playback
  start time via input_plugin->seek_time().



Index: real.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/libreal/real.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- real.c      29 Nov 2006 19:43:01 -0000      1.24
+++ real.c      18 Dec 2006 21:31:47 -0000      1.25
@@ -715,10 +715,6 @@
   rtsp_schedule_field(rtsp_session, subscribe);
   rtsp_request_setparameter(rtsp_session,NULL);
 
-  /* and finally send a play request */
-  rtsp_schedule_field(rtsp_session, "Range: npt=0-");
-  rtsp_request_play(rtsp_session,NULL);
-
   xine_buffer_free(subscribe);
   xine_buffer_free(buf);
   return h;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to