Reverted script changes.

This commit is contained in:
Rolf Ahrenberg 2010-11-29 12:26:01 +02:00
parent a6d4e850fc
commit ef615c4bc5
8 changed files with 7 additions and 8 deletions

View File

@ -153,4 +153,3 @@ VDR Plugin 'iptv' Revision History
receivers due to VDR's channel selection mechanism.
- Enabled partial content responses for HTTP protocol.
- Fixed EXT protocol execution (Thanks to Peter Holik).
- Changed scripts to use bash instead of sh.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# internetradio.sh is used by the VDR iptv plugin to transcode an internet
# radio stream.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# iptvstream.sh can be used by the VDR iptv plugin to transcode external
# sources

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# iptvstream.sh can be used by the VDR iptv plugin to transcode external
# sources

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# linein.sh is used by the VDR iptv plugin to transcode line-in of
# a soundcard.

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
#
# vlc2iptv is used by the VDR iptv plugin to transcode external sources
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# webcam.sh is used by the VDR iptv plugin to transcode an internet radio
# stream remuxed with images (e.g. webcam) to provide a video stream.