Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Preparing to the test

1. For this test we use:

  • the demo server at demo.flashphoner.com;
  • the Two Way Streaming web application to publish streams;
  • the Chrome browser and the REST client to send REST queries.

Preparing to broadcasting to Azure Media Services

2. Create a live stream in the Azure interface (we assume you have created media services and storage already) by clicking "Quick create":

Image Added

3. Copy the primary ingest URL (includes the name of the stream) from the channel settings page:

Image Added

4. In the WCS settings file flashphoner.properties add the following lines:

Code Block
languagejs
themeRDark
rtmp_transponder_stream_name_prefix=
rtmp_transponder_send_metadata=true

Restart WCS.

Running a broadcast from a web camera to the WCS server

5. Open the Two-way Streaming web application. Click the Connect button, then set the stream name under the "Local" window, then click Publish:

Image Added

Stream republishing configuration

6. Open the REST client. Send the /push/startup query to the WCS server specifying the name of the stream in the "streamName" parameter, and the recipient URL in the "rtmpUrl" parameter of the query:

Image Added

Image Added

Checking if Azure Media Services receives the stream

7. On the channel settings page in Azure, click "More" and in the dropdown list select "Preview". The player page is shown (Flash is required):

Image Added