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. receivers due to VDR's channel selection mechanism.
- Enabled partial content responses for HTTP protocol. - Enabled partial content responses for HTTP protocol.
- Fixed EXT protocol execution (Thanks to Peter Holik). - 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 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 # internetradio.sh is used by the VDR iptv plugin to transcode an internet
# radio stream. # 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 # iptvstream.sh can be used by the VDR iptv plugin to transcode external
# sources # sources

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# iptvstream.sh can be used by the VDR iptv plugin to transcode external # iptvstream.sh can be used by the VDR iptv plugin to transcode external
# sources # 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 # linein.sh is used by the VDR iptv plugin to transcode line-in of
# a soundcard. # a soundcard.

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# #
# vlc2iptv is used by the VDR iptv plugin to transcode external sources # 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 # 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. # stream remuxed with images (e.g. webcam) to provide a video stream.