I’m pissed that iOS doesn’t support Acestream and therefore I want to install acestream on my LINUX server and then serve a couple streams from different content ids.
Currently I managed to make the server run and to start an HTTP streaming which the iPad is capable of playing via VLC, but it only serves ONE single client.
You’re using same CID on second device or different one?
In first case, you need third-party HTTP proxy (HLS proxy, HTTP Ace proxy) for that - Ace Stream do not support playback via internal proxy of same CID on different clients.
In the second case - you may try adding to the end of URL “pid”:
http://serverip:port/ace/getstream?id=CID1&pid=1 // for first device
http://serverip:port/ace/getstream?id=CID2&pid=2 // for second device
One question, when I make requests via threadfin to the acestream server, it always returns a link with “localhost” instead of the public IP of my server.