docker-wowza icon indicating copy to clipboard operation
docker-wowza copied to clipboard

Cannot connect to Wowza Streaming Enginer Service (http://localhost:8087)

Open ghost opened this issue 8 years ago • 8 comments

I've installed the wowza docker images following the instruction. And run it by docker-compose. I can login to port 8088 webpage and enter the account and password, but it shown below message "Wowza Streaming Engine Manager could not connect to the Wowza Steaming Engine service(http://localhost:8087). Verify that the Wowza Streaming Engine service has started and is running."

I use `docker exec' to enter the wowza container and type 'netstat -lnp4' to check the listen port, however I didn't see any program listen and bind 8087 port. Could you please guide me how to solve this issue? Thank you very much.

ghost avatar Dec 07 '16 03:12 ghost

I have the same issue and I had to run service WowzaStreamingEngine start inside the container to fix it.

barbaluc avatar Dec 12 '16 14:12 barbaluc

Hi @jamie777 @barbaluc, Please note that Wowza Media Systems now packages and publishes an official docker image. Instructions for which are well documented in https://www.wowza.com/forums/content.php?867-How-to-set-up-Wowza-Streaming-Engine-using-Docker.

I suggest you to evaluate the wowzamedia/wowza-streaming-engine-linux docker image for your usage.

Please close this report if that fixes the issue for you.

sameersbn avatar Feb 06 '17 15:02 sameersbn

still see this error on https://hub.docker.com/r/wowzamedia/wowza-streaming-engine-linux/4.5.0

I run this command: docker run -it --name wowza --restart always --expose 1935/tcp --expose 8086/tcp --expose 8087/tcp --expose 8088/tcp --publish 1935:1935 --publish 8086:8086 --publish 8087:8087 --publish 8088:8088 --volume /home/vega --entrypoint /sbin/entrypoint.sh --env WSE_MGR_USER=root --env WSE_MGR_PASS=XXXX --env WSE_LIC=ET1E4-Y3wpX-Jr8xh-QW9Ua-W3M7M-W6mBM-8HYmJbcxbP3D wowzamedia/wowza-streaming-engine-linux:4.6.0

quanghuy1288 avatar Jun 06 '17 09:06 quanghuy1288

Has anyone else resolved this issue? I am seeing the same problem

cmosguy avatar Oct 02 '17 17:10 cmosguy

+1

dottgonzo avatar Mar 22 '18 11:03 dottgonzo

+1

victorelec14 avatar Oct 11 '19 18:10 victorelec14

+1

osztrovszky avatar Dec 17 '19 19:12 osztrovszky

2+

mamadebi86 avatar Aug 18 '24 22:08 mamadebi86