Unable to publish to an external RTMP server

Vitor Zaninotto

New Member
I'm testing WebRTC as RTMP re-republishing from demo server.
If I setup to use my Flashphoner RTMP server, it works correctly:
upload_2018-4-10_21-27-56.png


I'm able to play using VLC player for example and using the rtmp url and stream:
upload_2018-4-10_21-28-33.png


However, if I use an external RTMP server, example Wowza RTMP Push Stream:

upload_2018-4-10_21-29-35.png


upload_2018-4-10_21-30-21.png


upload_2018-4-10_21-36-7.png


It doesn't work:
VLC is unable to open the MRL 'rtmp://d7a810.entrypoint.cloud.wowza.com/app-f543/8c285fe7'. Check the log for details.
core error: open of `rtmp://d7a810.entrypoint.cloud.wowza.com/app-f543/8c285fe7' failed
core debug: dead input

I'm not sure if Flashphoner is able to publish Wowza rtmp server.

Thanks
 

Attachments

Max

Administrator
Staff member
Hello
I'm not sure if Flashphoner is able to publish Wowza rtmp server.
It should work.
While re-publishing, WCS adds stream name prefix rtmp_
So if you re-publish stream 8c285fe7 to Wowza, WCS will re-publish this RTMP stream as rtmp_8c285fe7
Please check with prefix.
You can remove this prefix in WCS_HOME/conf/flashphoner.properties
 

Vitor Zaninotto

New Member
Thanks, I removed the prefix from config and it works fine.
Delay from RTMP is very high (~20seconds). Not sure where is the bottleneck.
Any tips for reducing the delay while using RTMP republish?

Thanks
 

Max

Administrator
Staff member
Hello
How do you play the result stream?
If you play with HLS, the latency is not unexpected.
 
Top