Search code examples
streamwebcamred5

Webcam streaming to red5 and embed to website


I'm trying to build an application which allows users to livestream stream from theirs webcam.

My main problem is I don't know how connect this webcam script to the red5 streaming server and how to embed it to the website. I will be thankful for any guidance.


Solution

  • You must send stream to some RED5 RTMP chanel and connect the flash script to the chanel via RTMP to get stream. Next, you must have application in red5 side to use rtmp protocol for streaming try use oflaDemo application which is in default build and look how it works in it.

    But streaming is not so hard here is some guides how to do it:

    Simple guide with OlfaDemo

    Guide 2

    I hope this helps.