Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Hello VDR community
Iptv plugin developers are pleased to announce a release of vdr-iptv
plugin version 0.0.3. This time the plugin includes a couple of bug
fixes and tweaks (for example no more crashes at shutdown).
This version also features back-ports of necessary iptv integration
patches for vdr version 1.4.7. In other words using iptv plugin with
stable vdr version should now be possible.
Head to the plugin homepage for instructions and downloads:
http://www.saunalahti.fi/~rahrenbe/vdr/iptv/
--
Antti Seppälä

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
sidscanner.c:9:27: error: libsi/section.h: No such file or directory sidscanner.c: In member function 'virtual void cSidScanner::Process(u_short, u_char, const u_char*, int)': sidscanner.c:44: error: 'SI' has not been declared sidscanner.c:44: error: expected `;' before 'pat' sidscanner.c:45: error: 'pat' was not declared in this scope sidscanner.c:47: error: 'SI' has not been declared sidscanner.c:47: error: expected `;' before 'assoc' sidscanner.c:48: error: 'SI' has not been declared sidscanner.c:48: error: expected `;' before 'it' sidscanner.c:48: error: 'pat' was not declared in this scope sidscanner.c:48: error: 'assoc' was not declared in this scope sidscanner.c:48: error: 'it' was not declared in this scope make[1]: *** [sidscanner.o] Error 1 make[1]: Leaving directory `/usr/src/vdr-plugins/iptv/iptv-0.0.3' make: *** [build-stamp] Error 2 |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/_config/bin/instplg.sh http://www.saunalahti.fi/~rahrenbe/vdr/iptv/files/vdr-iptv-0.0.3.tgz stp vdr cd /usr/local/src/VDR/ patch -p1 < /usr/local/src/VDR/PLUGINS/src/iptv/patches/vdr-1.4.7-closefilter.patch patch -p1 < /usr/local/src/VDR/PLUGINS/src/iptv/patches/vdr-1.4.7-pluginparam.patch #reject mal ignoriert siehe http://phpfi.com/272205 # liesse sich wohl damit beheben: Udo Richter's po2i18n package is used to support VDR's old i18n system. make perl /etc/vdr/plugins/admin/cfgplg.pl /etc/vdr/plugins/admin/setadmval.sh PLG_iptv 4 perl /etc/vdr/plugins/admin/cfgplg.pl /_config/bin/vdrmkplg.sh stt vdr |

This post has been edited 1 times, last edit by "infinite" (Oct 29th 2007, 8:21am)
Quoted
Original von infinite
und kriegs leider ned compiled![]()
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
--- sidscanner.c.orig 2007-10-29 21:51:00.000000000 +0000 +++ sidscanner.c 2007-10-29 21:51:17.000000000 +0000 @@ -6,7 +6,7 @@ * $Id: sidscanner.c,v 1.1 2007/10/01 18:14:57 rahrenbe Exp $ */ -#include <libsi/section.h> +#include <vdr/libsi/section.h> #include "common.h" #include "sidscanner.h" |
|
|
Source code |
1 |
exec vlc "${URL}" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=${VBITRATE},ab=${ABITRATE}}:standard{acess=udp,mux=ts{pid-video=${VPID},pid-audio=${APID},pid-spu=${SPID}},dst=127.0.0.1:${PORT}}" --intf dummy
|
|
|
Source code |
1 |
exec vlc "${URL}" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=${VBITRATE},ab=${ABITRATE},width=720,height=576}:standard{acess=udp,mux=ts{pid-video=${VPID},pid-audio=${APID},pid-spu=${SPID}},dst=127.0.0.1:${PORT}}" --intf dummy
|
|
|
Source code |
1 |
/var/lib/vdr/plugins/iptv/ |
This post has been edited 2 times, last edit by "infinite" (Oct 29th 2007, 11:15pm)
).
Quoted
Originally posted by Hulk
Hi,
hat eigentlich schonmal jemand probiert, ob über die VLC-Brücke auch reine Audio-Streams funktionieren ?
Andreas
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[00000274] stream_out_transcode private debug: creating video transcoding from fcc=`WMV3' to fcc=`mp2v' [00000318] main decoder debug: looking for decoder module: 20 candidates [00000318] dmo decoder debug: DMO codec for WMV3 may work with dll=wmv9dmod.dll [00000318] main decoder debug: using decoder module "dmo" [00000319] main encoder debug: looking for encoder module: 4 candidates [00000274] stream_out_transcode private error: cannot find encoder ((null)) [00000318] main decoder debug: removing module "dmo" [00000274] stream_out_transcode private error: cannot create video chain [00000317] main packetizer error: cannot create packetizer output (WMV3) [00000273] main stream output debug: adding a new input [00000274] stream_out_transcode private debug: creating audio transcoding from fcc=`wma2' to fcc=`mpga' [00000335] main decoder debug: looking for decoder module: 20 candidates [00000335] dmo decoder debug: DMO codec for wma2 may work with dll=wma9dmod.dll [00000335] main decoder debug: using decoder module "dmo" [00000336] main encoder debug: looking for encoder module: 4 candidates [00000274] stream_out_transcode private error: cannot find encoder ((null)) [00000335] main decoder debug: removing module "dmo" [00000274] stream_out_transcode private error: cannot create audio chain [00000291] main packetizer error: cannot create packetizer output (wma2) |

This post has been edited 2 times, last edit by "tivi2" (Nov 3rd 2007, 7:55pm)