mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Reverted script changes.
This commit is contained in:
parent
a6d4e850fc
commit
ef615c4bc5
1
HISTORY
1
HISTORY
@ -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.
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user