blaise-io / acelink

Play Ace Streams on macOS using Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acelink stream on other device (apple TV) not working

vhclafar opened this issue · comments

Acelink is working fine on my mac and i can watch fine using IINA.

However when i try to play a network stream through VLC on my Apple Tv or iPad it does not start and displays an error, even though it sees streams name.

In VLC i'm entering http://(macbooknetworkip):6888/acelink.m3u8

any idea what am I doing wrong?

My guess is that the codec of the video stream is not supported by Apple TV / iPad.

You can try to visit http://(macbooknetworkip):6878/webui/player/(acestreamhash). If you cannot access this page at all, you have a network or firewall issue. If it doesn't play, likely the codec is not supported, which you can check by enabling developer tools, and opening the Console in developer tools in your browser.

In VLC on your MacBook, you can see which codec is used. VLC can transcode on the fly, but I have never tried: https://docs.videolan.me/vlc-user/3.0/en/advanced/transcode/transcode_and_stream.html

for additional info i just tried a different link for my apple tv so rather that link ending acelink.m3u8 i entered http://(macbooknetworkip):6878/ace/getstream?id=acestreamid_entered_here and now it works on apple tv using vlc

For future reference, how did you run the Ace Stream server? Through Docker CLI, or by starting Ace Link?

Because the Docker CLI instructions in the README don't map port 6888, that's an Ace Link addition because some players require the m3u8 to be served over HTTP.

by running acelink, it automatically starts Docker and then opens IINA, which i then closed (IINA) and entered link on the apple TV.

Ace Link shuts down the stream when you close IINA. You could try stopping or pausing IINA instead, but if #64 (comment) works for you as well that's likely better because there will be one player consuming the stream.

Thanks for reporting and debugging!

my solution works, however it is a bit of a pain to use, as anytime you change a stream you need to change a link on apple tv, so the acelink.m3u8 option is better, but I am not sure why it does not work for me

If you keep IINA app open, by pausing or stopping the stream, then you can always use the same m3u8 link (http://networkip:6888/acelink.m3u8) on your Apple TV.

Closing the video player is detected by Ace Link, which will then stop the Acestream server, that's why you need to keep the player open.

i tried that just now and it does not work, my vlc just says " please wait acelink.m3u8" but nothing happens, if i exit and choose it from history it will not even stay on please wait screen for longer than half a second

Did you launch the stream first in Ace Link? You need to do that to start the engine and populate+access acelink.m3u8.

If you quit Ace Link or the player application, the engine stops and acelink.m3u8 cannot be loaded.

The stream in acelink.m3u8 is the same one as your earlier comment: http://networkip:6878/ace/getstream?id=acestreamid

my process is like this: i click on a acestream link, it automatically asks if i want to launch it using acelink, i click yes. once IINA launches and plays the stream i pause it and enter (http://networkip:6888/acelink.m3u8) in the vlc app on the apple tv

edit: and then nothing happens on the vlc side other than please wait screen