Red5 Documentation

Create WebRTC Example Pages

Create WebRTC Example Pages

Watch a demonstration of the current section
  1. Navigate to your WebRTC artifacts that you generated in the Video called Red5 Pro: Getting Started with WebRTC
  2. Copy the publisher.html, subscriber.html and lib directory
  3. Paste the copied artifacts in the src > main > webapp folder
  4. Open the publisher.html file and inside of publisher.init(…) change the streamName to myStream. Change the app property to example. Save file
  5. Open the subscriber.html file and inside of subscriber.init(…) change the streamName to myStream. Change the app property to example. Save file