Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3

2008-01-19 Thread Jouni Karvo
Antti Seppälä kirjoitti:
 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

I see you are already in version 0.0.5

I'd like to try this out - do you know any free channels in the net?  I 
don't have any IPTV subscriptions, but I see there are some sites that 
claim to provide legal free channels.  Unfortunately, the streaming in 
them is hidden behind some javascript mess.

yours,
Jouni

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3

2008-01-19 Thread Segers,Jan J.K.T.
have a look here:
http://www.global-itv.com/

--
Jan



Op deze e-mail zijn de volgende voorwaarden van toepassing:

http://www.fontys.nl/disclaimer

The above disclaimer applies to this e-mail message.

winmail.dat___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3

2007-10-29 Thread Antti Seppälä
Segers,Jan J.K.T. wrote:
 thanks! i just re-read the instructions on your website but i still
 dont get how to use the EXT format... whats the content of the
 iptvstream.sh? something like vlc -vvv
 mms://livemedia.omroep.nl/vprohollanddoc-bb ?
 

Our README says that The external script is responsible for supplying
IPTV plugin with MPEG2 TS data in UDP/RTP format to the listening port.

So the external script must use VLC to:

1) Receive the stream

2) Transcode it to format understood by vdr (for example mpeg2 ts)

3) Feed the data to the port which iptv plugin is listening

To achieve these tasks you could use for example this script:


#!/bin/sh

exec vlc mms://livemedia.omroep.nl/vprohollanddoc-bb --sout
#transcode{vcodec=mp2v,acodec=mpga,vb=2400,ab=320}:standard{access=udp,mux=ts{pid-video=1,pid-audio=2,pid-spu=3},dst=127.0.0.1:4321}
--intf dummy


Store it to iptv plugin configuration directory with name vlcstream.sh
and give it execute permissions.

Here's the corresponding channels.conf entry:
VLC-channel;IPTV:1:IPTV|EXT|vlcstream.sh|1:P:0:1:2:0:0:1:0:0:0

Hope this helps. =)
If you need further assistance, please contact me privately.

-- 
Antti Seppälä

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] [ANNOUNCE] vdr-iptv-0.0.3

2007-10-28 Thread Antti Seppälä
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ä

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [ANNOUNCE] vdr-iptv-0.0.3

2007-10-28 Thread Segers,Jan J.K.T.
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.

thanks!
i just re-read the instructions on your website but i still dont get how to use 
the EXT format... whats the content of the iptvstream.sh? something like vlc 
-vvv mms://livemedia.omroep.nl/vprohollanddoc-bb ?

-- 
Jan Segers



Op deze e-mail zijn de volgende voorwaarden van toepassing:

http://www.fontys.nl/disclaimer

The above disclaimer applies to this e-mail message.

winmail.dat___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr