mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated HISTORY and README.
This commit is contained in:
parent
906438e981
commit
d737278f78
6
HISTORY
6
HISTORY
@ -118,6 +118,11 @@ VDR Plugin 'iptv' Revision History
|
|||||||
- Modified sectionfilters to use socket pair instead of
|
- Modified sectionfilters to use socket pair instead of
|
||||||
filesystem fifos.
|
filesystem fifos.
|
||||||
|
|
||||||
|
2010-03-05: Version 0.3.2
|
||||||
|
|
||||||
|
- Updated patches.
|
||||||
|
- Fixed argument corruption.
|
||||||
|
|
||||||
|
|
||||||
==================================
|
==================================
|
||||||
VDR Plugin 'iptv' Revision History
|
VDR Plugin 'iptv' Revision History
|
||||||
@ -126,5 +131,4 @@ VDR Plugin 'iptv' Revision History
|
|||||||
2010-03-05: Version 0.4.0
|
2010-03-05: Version 0.4.0
|
||||||
|
|
||||||
- Updated for vdr-1.7.13.
|
- Updated for vdr-1.7.13.
|
||||||
Notice: channels.conf format has changed!
|
|
||||||
- Fixed argument corruption.
|
- Fixed argument corruption.
|
||||||
|
3
README
3
README
@ -17,7 +17,7 @@ See the file COPYING for more information.
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
An IPTV patched VDR setup and DVB compatible MPEG1/2 network video streams.
|
DVB compatible MPEG1/2 or H.264 network video streams.
|
||||||
|
|
||||||
Description:
|
Description:
|
||||||
|
|
||||||
@ -44,7 +44,6 @@ cd /put/your/path/here/VDR/PLUGINS/src
|
|||||||
tar -xzf /put/your/path/here/vdr-iptv-X.Y.Z.tgz
|
tar -xzf /put/your/path/here/vdr-iptv-X.Y.Z.tgz
|
||||||
ln -s iptv-X.Y.Z iptv
|
ln -s iptv-X.Y.Z iptv
|
||||||
cd /put/your/path/here/VDR
|
cd /put/your/path/here/VDR
|
||||||
cp sources.conf /path/to/vdrconf/
|
|
||||||
cp -R PLUGINS/src/iptv/iptv /path/to/vdrconf/plugins/
|
cp -R PLUGINS/src/iptv/iptv /path/to/vdrconf/plugins/
|
||||||
make
|
make
|
||||||
make plugins
|
make plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user