Create a live stream
Step 1. Initiate the process
1. In the Gcore Customer Portal, navigate to Streaming > Live Streaming.
2. Click Create Live stream.
2. Enter the name of your live stream in the window that appears and click Create.
A new page will appear. Perform the remaining steps there.
Step 2. Set the stream type and additional features
1. Make sure that the Enable live stream toggle is on.
2. (Optional) Review the live stream name and update it if needed.
3. Enable additional features If you activated them previously:
- Record for live stream recording. It will be active when you start streaming. Remember to enable the toggle if you require a record of your stream.
- DVR for an improved user experience. When the DVR feature is enabled, your viewers can pause and rewind the broadcast.
4. Select the relevant stream type: Push, Pull, or WebRTC = > HLS.
-
Choose Push if you don’t use your own media server. Establish the URL of our server and the unique stream key in your encoder (e.g. OBS, Streamlabs, vMix, or LiveU Solo). You can use protocols RTMP, RTMPS, and SRT too. The live stream will operate on our server, will be converted to MPEG-DASH and HLS protocols, and will be distributed to end users via our CDN.
-
Choose Pull if you have a streaming media server. The live stream will operate on your server. Our server will convert it from the RTMP, RTMPS, SRT, or other protocols to MPEG-DASH and HLS protocols. Then, our CDN will distribute the original live stream in the new format to end users.
-
Choose WebRTC = > HLS if you want to convert your live video stream from WebRTC to HLS (HTTP Live Streaming) and DASH (Dynamic Adaptive Streaming over HTTP) formats.
Step 3. Configure your stream for push, pull, or WebRTC to HLS
Push ingest type
1. Select the protocol for your stream: RTMP, RTMPS, or SRT. The main difference between these protocols is their security levels and ability to handle packet loss.
- RTMP is the standard open-source protocol for live broadcasting over the internet. It supports low latency.
- RTMPS is a variation of RTMP that incorporates SSL usage.
- SRT is a protocol designed to transmit data reliably with protection against packet loss.
2. Copy the relevant data to insert into your encoder.
Pull ingest type
In the URL field, insert a link to the stream from your media server. Check the full list of supported protocols in our Input parameters guide.
Tip
You can specify multiple media servers separated by space in the URL field.
In this case, the first media server will be the primary source, and the subsequent ones will serve as backup servers. If the signal from the first source fails, we will automatically continue the stream from the second source. For example: rtmps://main-server/live1 rtmp://backup-server/live1 rtmp://backup-server/live2
.
WebRTC to HLS ingest type
Insert the link from the WHIP URL field to any library or tool that supports WHIP (WebRTC-HTTP Ingestion Protocol). This will convert your stream into HLS format.
Step 4. Start the stream
Start a live stream on your media server or encoder. You will see a streaming preview on the Gcore Live Stream Settings page if everything is configured correctly.
Step 5. Embed the stream to your app
Embed the created live stream into your web app by one of the following methods:
- Copy the iframe code to embed the live stream within the Gcore built-in player.
- Copy the export link in a suitable protocol and paste it into your player. Use the LL-DASH link if your live stream will be viewed from any device except iOS. Use LL HLS for iOS viewing.
That’s it. Your viewers can see the live stream.