I have set up my streaming using MediaLive and MediaPackage and the problem is I don't know how to do RTP_PUSH?
How to push stream to AWS Elemental MediaLive Inputs?
2.4k views Asked by Shino Honakazo At
3
There are 3 answers
0
On
I recommend to use OBS https://obsproject.com/.
You can set up any video you want or capture your entire screen.
To set up stream:
- Open Settings;
- Open Stream tab;
- Put your RTP URL;
- Set key and close Settings;
- Push button "Start Streaming"
2
On
AWS has published a few guides that should help you get started on contributing your video content into MediaLive.
Here is a guide if you have an AWS Elemental Live apppliance: https://aws.amazon.com/blogs/media/connecting-aws-elemental-live-on-premises-to-aws-media-services-in-the-cloud/
Here is a guide if you'd like to connect to MediaLive from FFMPEG: https://aws.amazon.com/blogs/media/connecting-ffmpeg-using-rtp-to-aws-media-services-in-the-cloud/
The MediaLive documentation also contains more information about using RTP inputs: https://docs.aws.amazon.com/medialive/latest/ug/rtp-push-input.html
You can use ffmpeg to send stream to AWS MediaLive RTP_Push input. See this sample command:
Details for command params
For more details refer to this document from AWS blog.