Create a free ticket and our support team will provide you necessary assistance.
In this guide, we show you how to configure FFMPEG for streaming with Storm Streaming Cloud.
FFMPEG is a popular command-line application for working with media files and streams. It's available for all popular operating systems. While it lacks a GUI, its capabilities are unparalleled. In this tutorial, we will demonstrate how to properly establish a connection with Storm Cloud and broadcast an MP4 file. FFMPEG can also be used for tasks like restreaming existing streams, accessing IP cameras, etc.
The complete command for broadcasting a static MP4 file is as follows:
ffmpeg -re -i /users/john/Desktop/test.mp4 -c:v libx264 -preset ultrafast -tune zerolatency -c:a aac -f flv rtmp://3b2ec86f:56b47278d863e15@eu-germany01.stormstreaming.com/live/6530cdd463abad1bc9ab78bbfb728aaa52b8e779
To authenticate a stream with Storm Cloud, you'll need to include the username & password in the RTMP link. The stream URL, stream key, username, and password can be found on the stream summary page.
rtmp://[username]:[password]@[server_hostname]/live/[streamKey]
Create a free ticket and our support team will provide you necessary assistance.