URL
https://opencores.org/ocsvn/mpeg2fpga/mpeg2fpga/trunk
Subversion Repositories mpeg2fpga
[/] [mpeg2fpga/] [trunk/] [doc/] [HOWTO-vdr-streamdev] - Rev 2
Compare with Previous | Blame | View Log
vdr [1] is a digital video recorder program, optionally extended with plugins.The streamdev [2] plugin allows vdr to stream video over the LAN.This document describes briefly how to configure vdr with streamdev tostream live TV to the ML505.Assume the ML505 has been assigned ip address 192.168.153.9,and the vdr system uses ip address 192.168.153.3.Start up the Xilinx ML505 with the mpeg2fpga bitstream.On the vdr system, set up the arp entry for the ML505:pandora ~ # arp -s 192.168.153.9 01:02:03:04:05:06Using the remote control, enable the vdr-to-vdr server in streamdev,using the default port 2004.Next, telnet to the streamdev port:koen@macpro ~ $ telnet 192.168.153.3 2004Trying 192.168.153.3...Connected to 192.168.153.3.Escape character is '^]'.220 Welcome to Video Disk Recorder (VTP)CAPS PES220 Capability "PES" acceptedPORT 0 192,168,153,9,64,1220 Port command ok, data connection openedTUNE 1220 Channel tunedQUIT221 Video Disk Recorder closing connectionConnection closed by foreign host.koen@macpro ~ $streamdev commands explained:"CAPS PES": ask for a packetized elementary stream to be sent"PORT 0 192,168,153,9,64,1": send the PES stream to IP address 192.168.153.9, port 16385 (=64*256+1)"TUNE 1": Tune to first channel in channel listA PES stream is sent to the ML505, and video is decoded.If need be, modeline parameters can be modified "on the fly" using mpeg2ether."QUIT": Ends video streamingkoenWed Apr 16 18:31:51 CEST 2008[1] http://www.linuxtv.org/vdrwiki/index.php/Main_Page[2] http://streamdev.vdr-developer.org/
