Settings in flashphoner.properties file for test:
Code:
rtmp_transponder_stream_name_prefix =
rtmp_transponder_full_url = true
Using the Two-Way Streaming example, a WebRTC stream has been published on WCS. The screenshot shows a stream named "a2db".
Using the ffmpeg command, we capture the published stream via RTMP and relay it to another RTMP stream on the same WCS. The stream name will be "stream-test"
Code:
ffmpeg -i rtmp://WCS.address:1935/live/a2db -preset ultrafast -acodec aac -vcodec h264 -f flv rtmp:// WCS.address:1935/live/stream-test
Enjoy!
The screenshot shows the playback of the stream "stream-test":
About republishing to Facebook: we reproduced the issue and raised internal ticket WCS-2979. We inform on results of the check.