Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1114056
  • 博文数量: 121
  • 博客积分: 8910
  • 博客等级: 上将
  • 技术积分: 2915
  • 用 户 组: 普通用户
  • 注册时间: 2005-12-18 09:36
文章分类

全部博文(121)

文章存档

2011年(3)

2010年(100)

2008年(18)

分类:

2010-05-27 11:12:05

连接使用的一些步骤:
 
1.) I guess the PLI is installed and more over You have connected Your dreambox to the network where also the PCH is connected to.
Lets assume the network is 192.168.1.x, where

The dreambox has 192.168.1.201
The PCH has 192.168.1.202

2.) Enable zapstream in Your dreambox (This can be found in the web interface settings in the system settings menu).

3.) Get Your self an USB stick and create a file on it with the following code:
Code:



Dreambox to Popcorn



Dreambox Live

Save the file as dream.htm, unmount the stick and put it into the USB slot of the PCH.

4.) The PCH will recognise the USB device. Go into the main menue of the PCH and select Media Source. The menu should list then the USB stick.

5.) Select the stick and then the file dream.htm. Select the hyperlink and off the dreamstream should start after a couple of secs.

zap流的一些概括:
 
zap流是http流,dreambox提供zap流服务器,访问端口是 31344 ,它可以提供更加稳定的网络多媒体流传送和播放。它的配置文件可以访问修改
 
I just start to play around with the config file.
So right now this is it:

#=====================================================
# zapstream config file
#
# put in /var/etc/zapstream.conf or in /etc/zapstream.conf
# if /var/etc/zapstream.conf doesn't exist /etc/zapstream.conf is used
#
# remove the ; before a line to enable the setting
# The settings shown after the ; are the default values
# Everything after the first space of a setting value is comment
#=====================================================

#log to file (no declaration or empty means no logging)
#example:
logfile = /hdd/log/zapstream.log

#socket to listen for channel changes
;pmtsocket = /tmp/.listen.camd.socket

#readspeed = datarate of transmission
#0 don't log
#1 log a sample when buffer wraps
#2 log every read
logreadspeed=1

#writespeed = writespeed of network
#0 don't log
#1 log a sample when buffer wraps
#2 log every write
logwritespeed=1

#use audio priority, you might disable this if it proves unstable
;useaudiopriority=1

#the order in which the pmt is searched for a prefered language
#example: audiochannelspriority=english#englisch#orj#dos#ORY#org#qaa#Tonoption 2#German#Deutsch
;audiochannelspriority=

#log (only usefull for debugging)
;logaudiopriority=0

#wait usec after zap before streaming starts in (1 sec = 1000000 usec)
#can be lowered if you don't have channels where enigma alters the audiostream 1 sec after the zap
delayafterzap=1000000

#Stream extra pids. Can occur multiple times.
#extrapid = 0x11
#extrapid = 0x12

#=====================================================
#
# Buffersizes, priorities, tcp settings.
#
#=====================================================

#allocated buffer memory
;buffersize=940000

#demuxbuffersize for video pids
videodemuxbuffersize=940000

#processpriority while not streaming
;defaultpriority=1

#processpriority while streaming (negative is high priority, positive is low priority)
;streamingpriority=-5

#tcp so_sndbuf (on dm500 higher values gives more pixelation, other boxes may benefit)
;so_sndbuf = 4096

#tcp so_rcvbuf
;so_rcvbuf = 4096

#disable nagle algoritme
#0 use nagle
#1 don't use nagle
;tcp_nodelay = 1

#tcp_magseg
;tcp_maxseg = 1500

 

 


阅读(2930) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

安何2010-05-29 12:33:10