mmstu.c
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:46k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /*****************************************************************************
  2.  * mms.c: MMS access plug-in
  3.  *****************************************************************************
  4.  * Copyright (C) 2001, 2002 VideoLAN
  5.  * $Id: mmstu.c 9059 2004-10-25 11:23:11Z markfm $
  6.  *
  7.  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  8.  *
  9.  * This program is free software; you can redistribute it and/or modify
  10.  * it under the terms of the GNU General Public License as published by
  11.  * the Free Software Foundation; either version 2 of the License, or
  12.  * (at your option) any later version.
  13.  *
  14.  * This program is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this program; if not, write to the Free Software
  21.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  22.  *****************************************************************************/
  23. /*****************************************************************************
  24.  * Preamble
  25.  *****************************************************************************/
  26. #include <stdlib.h>
  27. #include <vlc/vlc.h>
  28. #include <string.h>
  29. #include <vlc/input.h>
  30. #include <errno.h>
  31. #ifdef HAVE_UNISTD_H
  32. #   include <unistd.h>
  33. #endif
  34. #ifdef HAVE_FCNTL_H
  35. #   include <fcntl.h>
  36. #endif
  37. #ifdef HAVE_SYS_TIME_H
  38. #   include <sys/time.h>
  39. #endif
  40. #ifdef HAVE_SYS_TYPES_H 
  41. #   include <sys/types.h>
  42. #endif
  43. #ifdef HAVE_SYS_STAT_H
  44. #   include <sys/stat.h>
  45. #endif
  46. #ifdef WIN32
  47. #   include <winsock2.h>
  48. #   include <ws2tcpip.h>
  49. #   ifndef IN_MULTICAST
  50. #       define IN_MULTICAST(a) IN_CLASSD(a)
  51. #   endif
  52. #else
  53. #   include <sys/socket.h>
  54. #   include <netinet/in.h>
  55. #   if HAVE_ARPA_INET_H
  56. #      include <arpa/inet.h>
  57. #   elif defined( SYS_BEOS )
  58. #      include <net/netdb.h>
  59. #   endif
  60. #endif
  61. #include "network.h"
  62. #include "asf.h"
  63. #include "buffer.h"
  64. #include "mms.h"
  65. #include "mmstu.h"
  66. #undef MMS_DEBUG
  67. /****************************************************************************
  68.  * NOTES:
  69.  *  MMSProtocole documentation found at http://get.to/sdp
  70.  ****************************************************************************/
  71. /*****************************************************************************
  72.  * Local prototypes
  73.  *****************************************************************************/
  74. int  E_( MMSTUOpen )  ( access_t * );
  75. void E_( MMSTUClose ) ( access_t * );
  76. static int Read( access_t *, uint8_t *, int );
  77. static int Seek( access_t *, int64_t );
  78. static int Control( access_t *, int, va_list );
  79. static int  MMSOpen ( access_t *, vlc_url_t *, int );
  80. static int  MMSStart( access_t *, uint32_t );
  81. static int  MMSStop ( access_t * );
  82. static void MMSClose( access_t * );
  83. static int  mms_CommandRead( access_t *p_access, int i_command1, int i_command2 );
  84. static int  mms_CommandSend( access_t *, int, uint32_t, uint32_t, uint8_t *, int );
  85. static int  mms_HeaderMediaRead( access_t *, int );
  86. static int  mms_ReceivePacket( access_t * );
  87. /*
  88.  * XXX DON'T FREE MY MEMORY !!! XXX
  89.  * non mais :P
  90.  */
  91. /*
  92.  * Ok, ok, j'le ferai plus...
  93.  */
  94. /*
  95.  * Merci :))
  96.  */
  97. /*
  98.  * Vous pourriez signer vos commentaires (m阭e si on voit bien qui peut
  99.  * 閏rire ce genre de trucs :p), et 閏rire en anglais, bordel de
  100.  * merde :p.
  101.  */
  102. /*
  103.  * Alors la ouai