Space Chocolate
Space Chocolate

Reputation: 43

How to use flash player to encode and push a live stream to media server?

I have a media server (Wowza) that I am pushing a live RTMP stream to and playing it (in several protocols HLS/RTMP) back in the browser with Flowplayer.

Currently I am encoding the stream with OBS but I would like to also give my users an option to encode from within the browser with Flash.

Do I need to learn ActionScript and write my own SWF to access the camera/mic and push the stream?

Is there a commercial SWF file with parameters I can pass in (such as the RTMP stream URL etc)?

Upvotes: 0

Views: 505

Answers (1)

Patrickz
Patrickz

Reputation: 760

  1. You can use to send Video from webcam to Wowza. Video will encoded by Flash
  2. use send video to Wowza. Video will encoded by Web Browser

I have used https://github.com/theintencity/flash-videoio. It not bad. Please note - Latest browser not enable flash by default

Upvotes: 1

Related Questions