I am Trying to do a live streaming using FMLE + Wowza + Kaltura.
I have followed all the steps as given in the link below and also these steps are suggested by “jess” in some other posts in this forum.
https://github.com/kaltura/media-server/blob/3.0.9/Installation.md
After restarting the server, i opened the Wowza engine manager page by visiting http://mykaltura.com:8088/
I was able to see kLive application, and there was one warning about Streaming File Directory
not found.
As per the link it should be @WEB_DIR@/content/recorded
(steps related to ln -s are bit confusing and i was not having recorded
directory in kaltura content
folder), i changes it to Default
, and issue resolved.
After that I Opened KMC and created live entry and then generated xml file with primary and secondary servers.
And then after opened this file from FMLE and selected connect button and it got connected successful.
But i am not able to start the streaming, as i am getting below error:
Problem publishing at Primary Server. Unable to publish 0_3iexc2m4_1, 0_3iexc2m4_2, 0_3iexc2m4_3 streams either due to Network Problem at server, the stream names being used are busy, or you are not authorized to publish to this server. Please check the network connection with server, try publishing with other stream names, or contact your FMS administrator for help.
When i connect from FMLE to Wowza 1935 port then in Wowza engine manager under application monitoring i see connection count as 1, But I am not able to start the stream from FMLE.
in logs kaltura_mediaserver_access.log
i get error as
[xxxx-xx-xx xx:xx:xx][main][com.wowza.wms.logging.WMSLogger:log] WARN - Bind failed, try again ([any]:443): java.net.BindException: Address already in use - (WMSLogger.java:203)
What might be the problem.
Note: My red5 is not running, as I stopped it to avoid port conflict.