Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Wowza to facebook

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
Hello everyone.

How to stream to facebook from wowza Media Engine?
i try to set StreamTarget, i`m log in to face, set all, but still is error.
 

padovaon

Extended Member
Ext. Member
Joined
Mar 16, 2020
Messages
13
Reaction score
60
Points
24
Location
italy
Hello everyone.

How to stream to facebook from wowza Media Engine?
i try to set StreamTarget, i`m log in to face, set all, but still is error.

facebook now accept only RTMPS streams therefore you must enable ssl in your wowza application and you have to change destination port from 80 to 443 in the stream target configuration.
ssl is not enabled by default, you have to do it
Open the [install-dir]/conf/[applicationName]/PushPublishMap.txt file in a text editor, find the entry for the RTMP stream target in the map file, and add "sendSSL":"true".
bye
 

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
facebook now accept only RTMPS streams therefore you must enable ssl in your wowza application and you have to change destination port from 80 to 443 in the stream target configuration.
ssl is not enabled by default, you have to do it
Open the [install-dir]/conf/[applicationName]/PushPublishMap.txt file in a text editor, find the entry for the RTMP stream target in the map file, and add "sendSSL":"true".
bye

the name of stream, that i want to send to FB is Stream1

in PushPublishmap i have:

Stream1={"entryName":"Stream1 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmps", "host":"rtmps://live-api-s.facebook.com:443/rtmp/", "streamName":"Stream1?MYKEY FROM FACEBOOK_ ", "enabled":"true"}

And Wowza all the time have a Waiting.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

padovaon

Extended Member
Ext. Member
Joined
Mar 16, 2020
Messages
13
Reaction score
60
Points
24
Location
italy
the name of stream, that i want to send to FB is Stream1

in PushPublishmap i have:

Stream1={"entryName":"Stream1 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmps", "host":"rtmps://live-api-s.facebook.com:443/rtmp/", "streamName":"Stream1?MYKEY FROM FACEBOOK_ ", "enabled":"true"}

And Wowza all the time have a Waiting.


try
Stream1={"entryName":"Stream1 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmp", "host":"live-api-s.facebook.com", "streamName":"Stream1?MYKEY FROM FACEBOOK_ ", "enabled":"true"}
 

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
try
Stream1={"entryName":"Stream1 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmp", "host":"live-api-s.facebook.com", "streamName":"Stream1?MYKEY FROM FACEBOOK_ ", "enabled":"true"}


THX!

ALL WORKING!! :)
 

camisaac

Extended Member
Ext. Member
Joined
Mar 19, 2020
Messages
10
Reaction score
2
Points
14
Location
chennai
Hello friends i am also having the issue in stream target in facebook it shows always "Error" "Waiting"

I read the above PushPublishmap exactly.

When I use this :
Stream2={"entryName":"Stream2 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmp", "host":"live-api-s.facebook.com", "streamName":"Stream2?1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou", "enabled":"true"}

It still shows as waiting..... I am confused if i mentioned properly is there a mistake???? why is it "Waiting"

Server URL
rtmps://live-api-s.facebook.com:443/rtmp/

Stream Key:
1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou

Live Tab URL


So I am not understanding what need to be done, would be greatful if you can help.....
 
Last edited:
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
Hello friends i am also having the issue in stream target in facebook it shows always "Error" "Waiting"

I read the above PushPublishmap exactly.

When I use this :
Stream2={"entryName":"Stream2 live stream", "profile":"rtmp", "application":"live", "port":"443", "sendSSL":"true", "destinationName":"rtmp", "host":"live-api-s.facebook.com", "streamName":"Stream2?1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou", "enabled":"true"}

It still shows as waiting..... I am confused if i mentioned properly is there a mistake???? why is it "Waiting"

Server URL
rtmps://live-api-s.facebook.com:443/rtmp/

Stream Key:
1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou

Live Tab URL


So I am not understanding what need to be done, would be greatful if you can help.....


whats the name of your incoming stream to wowza?
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

camisaac

Extended Member
Ext. Member
Joined
Mar 19, 2020
Messages
10
Reaction score
2
Points
14
Location
chennai
what is i logs?
have you check the key?

This is the Key: 1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou

How to check logs?


This one was for youtube same stream is working :
Stream2={"entryName":"majordotyt", "profile":"rtmp", "application":"live2", "destinationName":"youtube", "host":"a.rtmp.youtube.com", "streamName":"k8rk-w51d-gwhf-8pvs"}
 

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
This is the Key: 1418365411698743?s_bl=1&s_sc=1418365441698740&s_sw=0&s_vt=api-s&a=AbzKuW55v_OFiIou

How to check logs?


This one was for youtube same stream is working :
Stream2={"entryName":"majordotyt", "profile":"rtmp", "application":"live2", "destinationName":"youtube", "host":"a.rtmp.youtube.com", "streamName":"k8rk-w51d-gwhf-8pvs"}

in wowza install folder: logs/....._error.log


i check later - i must restart the server, but have too many visitors now
 

camisaac

Extended Member
Ext. Member
Joined
Mar 19, 2020
Messages
10
Reaction score
2
Points
14
Location
chennai
in wowza install folder: logs/....._error.log


i check later - i must restart the server, but have too many visitors now



I still dont understand how this can be solved....



In Wowza Server Engine Logs it shows :

2020-04-13
00:28:32
comment
server
REST API: Failed to read domain(s) from key store.x-duration: 1.69
2020-04-13
00:28:42
comment
server
REST API: Failed to read domain(s) from key store.x-duration: 11.775
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
I still dont understand how this can be solved....



In Wowza Server Engine Logs it shows :

2020-04-13
00:28:32
comment
server
REST API: Failed to read domain(s) from key store.x-duration: 1.69
2020-04-13
00:28:42
comment
server
REST API: Failed to read domain(s) from key store.x-duration: 11.775


You use a SSL on wowza?

I must think.... :)
 

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
how can i go woza go ssl?? it is a ip url http://5.9.6.83:8088/ ?? is it possible i think ssl goes on domain name?

Is it mandatory to use SSL?

no - its not mandatory.

Try update to 4.8.0

then go to Applications/Stream Target and add Stream Target.

There click on FacebookLive.
In Stream Target Name set the name for out stream - any name
in Source Stream Name - name of input stream.

Then click on LogIn - to login to facebook.

On my server its working now - without any modifications in files. *
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

camisaac

Extended Member
Ext. Member
Joined
Mar 19, 2020
Messages
10
Reaction score
2
Points
14
Location
chennai
no - its not mandatory.

Try update to 4.8.0

then go to Applications/Stream Target and add Stream Target.

There click on FacebookLive.
In Stream Target Name set the name for out stream - any name
in Source Stream Name - name of input stream.

Then click on LogIn - to login to facebook.

On my server its working now - without any modifications in files. *

Oh ok is 4.8.0 cracked version working well? Any instructions to download upgrade the current versions and commands?
thanks do much?
 

kambiumdt

Extended Member
Ext. Member
Joined
Mar 25, 2020
Messages
12
Reaction score
15
Points
14
Location
poland
Oh ok is 4.8.0 cracked version working well? Any instructions to download upgrade the current versions and commands?
thanks do much?
4.8 works fine.
make copy of old, install new, copy conf files from old to new - that all :)
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock