af83 / webcam-streaming

Stream webcam to rtmp server using flash widget.
GNU Lesser General Public License v2.1
62 stars 35 forks source link

Update to latest encodings #1

Open ashokrkm opened 9 years ago

ashokrkm commented 9 years ago

It will be great if this is updated to latest H264 video encoding.

http://www.adobe.com/devnet/adobe-media-server/articles/encoding-live-video-h264.html

adeesultan commented 7 years ago

I am using this repository and sending the stream to wowza server(rtmp server) but it didn't include source authentication mean username and password, here is the syntax to send stream with authentication(Server URL: rtmp://[username:password]@[wowza-ip-address]/live,Stream Name: myStream) but it's not getting the username,pass. how to include authentication with this plugin because it is so important for me to authenticate the source?