On Saturday, December 8, 2012 7:24:27 PM UTC+1, Martin Franta wrote:
Can someone show working example how to send video from webcam to rtmp mistserver with flash or html5 ? I can't find any tutorial and don't know where start. Thanks
Hello Martin,
First start the server with the -a option to create an account (for example "MistController -a foo:bar" to create username foo with password bar). You
Go to the "PROTOCOLS" tab and add at least RTMP (the default port is 1935, you may leave interface empty), you can optionally also add HTTP for all the HTTP-based protocols.
Go to the "STREAMS" tab and click "Add new". Enter a streamname (for example "test") and as source enter "push://your-IP-address-here". The IP address listed will be allowed to use FMLE to provide the stream.
Now, start FMLE.
On the right of the application, at "FMS URL" enter "rtmp://your-server-address-here/play" (the /play part is actually ignored and any value should work, as long as there is something after the server address - we test internally with /play so I can confirm that at least works). If you're using a different port than the default of 1935, make sure to append ":portnumber" after the server address.
In the "Stream" field enter the name you gave your stream in the settings page (ie: "test").
Make sure that on the left the video format is set to H264 and the audio format to either AAC or MP3, then click start at the bottom.
Now you are able to access the live stream over all the supported protocols. For a demo, go back to the STREAMS tab on the settings page, and click the "embed" link for your stream.
Good luck!
Regards,
Jaron Viëtor
PS: I'll ask one of our testers to provide a proper tutorial covering FMLE usage on our wiki.