trying to setup adbtuner to work with google streamer and Hulu live. In Olivetin I clicked "
Create an ADBTuner Stack in Portainer + CDVR Custom Channels" button and got the following result:
JSON response from http://192.168.10.10:9000/api/stacks/create/standalone/string?endpointId=6:
{
"Id": 13,
"Name": "adbtuner",
"Type": 2,
"EndpointId": 6,
"SwarmId": "",
"EntryPoint": "docker-compose.yml",
"Env": [
{
"name": "TAG",
"value": "latest"
},
{
"name": "DOMAIN",
"value": "localdomain"
},
{
"name": "HOST_PORT",
"value": "5592"
},
{
"name": "HOST_VOLUME",
"value": "adbtuner_config"
}
],
"ResourceControl": {
"Id": 30,
"ResourceId": "6_adbtuner",
"SubResourceIds": [],
"Type": 6,
"UserAccesses": [],
"TeamAccesses": [],
"Public": false,
"AdministratorsOnly": true,
"System": false
},
"Status": 1,
"ProjectPath": "/data/compose/13",
"CreationDate": 1773256412,
"CreatedBy": "admin",
"UpdateDate": 0,
"UpdatedBy": "",
"AdditionalFiles": null,
"AutoUpdate": null,
"Option": null,
"GitConfig": null,
"FromAppTemplate": false,
"Namespace": ""
}
true
JSON response from 192.168.10.10:8089:
{"error":"failed to load m3u: failed to retrieve m3u: GET: http://192.168.10.10:5592/channels.m3u: 502 Bad Gateway"}
Any ideas?