代码搜索:DVBstream

找到约 15 项符合「DVBstream」的源代码

代码结果 15
www.eeworm.com/read/170226/7097589

c dvbstream.c

/* dvbstream - RTP-ize a DVB transport stream. (C) Dave Chapman 2001, 2002. The latest version can be found at http://www.linuxstb.org/dvbstream Copyright notice: This program
www.eeworm.com/read/170226/7097596

readme

DVBstream - v0.5 ---------------- INTRODUCTION DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the
www.eeworm.com/read/170226/7097612

changes

V0.4 - 29th October 2001: ------------------------- Improved error checking in dumprtp client Added initial implementation of telnet interface - see README for details. V0.3 - 15th October 2001: --
www.eeworm.com/read/170226/7097607

sh rtptv.sh

#!/bin/sh DUMPRTP=/home/dave/DVB/cvs/dvbstream/dumprtp TS2PS=/home/dave/src/mpegtools/ts2ps BFR=bfr MPLAYER='mplayer -ao sdl -vo sdl -' $DUMPRTP | $TS2PS 0 0 | $BFR -m 1024kB | $MPLAYER
www.eeworm.com/read/170226/7097609

sh rtpradio.sh

#!/bin/sh DUMPRTP=/home/dave/DVB/dvbstream-0.2/dumprtp TS2ES=/home/dave/DVB/DVB/apps/mpegtools/ts2es MPG123='mpg123 -' $DUMPRTP | $TS2ES 2 | $MPG123
www.eeworm.com/read/170226/7097590

readme

These scripts provide example usage of the telnet interface to dvbstream. They tune to different TV and Radio stations on Astra 28E. svdrpsend.pl is copied from Klaus Schmidinger's VDR package.
www.eeworm.com/read/170226/7097587

makefile

# Delete the following line if you are not using a # "NEWSTRUCT" driver. If you are using a "NEWSTRUCT" # driver, it must be later than October 10th 2002 NEWSTRUCT=1 CC=gcc CFLAGS = -g -Wall -O2
www.eeworm.com/read/396408/2421791

c stream_dvb.c

/* dvbstream (C) Dave Chapman 2001, 2002. The latest version can be found at http://www.linuxstb.org/dvbstream Modified for use with MPlayer, for details see the changelog at ht
www.eeworm.com/read/334325/12611827

c dvbin.c

/* dvbstream (C) Dave Chapman 2001, 2002. The latest version can be found at http://www.linuxstb.org/dvbstream Modified for use with MPlayer, for details see the CVS changelog a
www.eeworm.com/read/396408/2421823

h dvbin.h

/* Imported from the dvbstream project * * Modified for use with MPlayer, for details see the changelog at * http://svn.mplayerhq.hu/mplayer/trunk/ * $Id: dvbin.h,v 1.2 2008/03/03 08:11:38 dsqiu E