Can you provide full screenshot of broadcasting stats upon broadcast creation?
Did you check that your “host:port” (41.136.79.55:7764) is accessible from Internet (firewall do not block it) and, if necessary, port forwarding is active from “41.136.79.55” to your local IP on PC with Ace Stream?
If you’re running VLC on 8080 port (as stream source, for example) - than you cannot use same port in the Ace Stream “PORT” settings. You should use default port value and check/create additional port forward for it.
No problems so far - broadcast has been successfully created, and you can share it via “Content ID” with anyone you want.
Hi Benny,
I got another problem.
My Ace Player can’t play m3u8 file. I want to stream from m3u8 file.
One more thing, do you know any software apart from Aceplayer that i can use to stream on acestream?
You can use any software which produced MPEG-TS or HSL video as output stream, refer to Intro - DAO Ace Stream for more info.
If this “m3u8 file” is valid live-HLS playlist, then you can use URL to it directly as source upon broadcast creation.
Or you can use VLC as proxy - play “m3u8 file” via vlc http(s)://url_to_hls-playlist.m3u8 --sout-keep --sout= #std{access=http,mux=ts,mime=“video/mpeg”,dst=127.0.0.1:8820/stream}
and use “http://127.0.0.1:8820/stream” as source upon Ace Stream broadcast creation.