Bug #4175
IPTV network script causes ffmpeg HTTP error 403 Forbidden
Status:
New
Priority:
Normal
Assignee:
-
Category:
IPTV
Target version:
-
Start date:
2017-01-12
Due date:
% Done:
0%
Estimated time:
Found in version:
v4.1-2401
Affected Versions:
Description
I wanted to use a script for the IPTV network
URL: pipe:///storage/.kodi/userdata/script.sh
script.sh:
#!/bin/bash
/usr/bin/ffmpeg -re -i http://source -c copy -f mpegts pipe:1
When I call the script I see the ffmpeg output: HTTP error 403 forbidden
When I call /usr/bin/ffmpeg -re -i http://source -c copy -f mpegts pipe:1 directly, there is no error.
I know it is not a TVHeadend bug but I guess help is near.