代码搜索:RTSP
找到约 848 项符合「RTSP」的源代码
代码结果 848
www.eeworm.com/read/167001/9986224
h rtsp.h
/* *
* $Id: rtsp.h 351 2006-06-01 17:58:07Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/163984/10135578
h rtsp.h
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/163984/10135580
c rtsp.c
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/163984/10135583
h rtsp.h
/**********
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation; either versio
www.eeworm.com/read/356152/10235732
h rtsp.h
/*--------------------------------------------------------
COPYRIGHT 2007 (C) DVN (Holdings) Ltd (Hongkong)
AUTHOR: wangry@dvnchina.com
PURPOSE: kasenna simple rtsp lib
CREATED: 2007-12-10
www.eeworm.com/read/276846/10702083
h rtsp.h
/*
* RTSP definitions
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/470503/6912405
h rtsp.h
#ifndef RTSP_H
#define RTSP_H
enum RTSPStatusCode {
#define DEF(n, c, s) c = n,
#include "rtspcodes.h"
#undef DEF
};
enum RTSPProtocol {
RTSP_PROTOCOL_RTP_UDP = 0,
RTSP_PROTOCOL_R
www.eeworm.com/read/244097/12887941
h rtsp.h
/*
* RTSP definitions
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licen
www.eeworm.com/read/244097/12888122
c rtsp.c
/*
* RTSP/SDP client
* Copyright (c) 2002 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Licens
www.eeworm.com/read/328319/13034242