-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Amazon IVS as ingest server #33
Comments
Not a noob question at all! Honestly, the implementation with AWS IVS or even Kinesis is a little bit out of my depth simply because I'm not familiar with those tools! Let me do some research on those tools and see if I can point you in the right direction :) How far were you able to get? |
@jeanpaulsio - Thanks for your response. Was wondering, when you're going to get to this "issue" even though its more of an asking a recommendation :) TLDR: Going to drop RTMP from the original design I had in mind and want to move forward with WebRTC so the "streamer" can stream from a browser(desktop or mobile) that can be viewed by ~50 to 100 users simultaneously. If it involves setting up an open-source server on AWS myself to republish WebRTC stream from browser to stream server and rebroadcast from the stream server to the viewers. Phew, when TLDR is so long lol 😁 So, I asked the following question around Reddit, and got some additional info since I started this thread.
Responses:
Decision: At this point, I'm considering moving forward with WebRTC and not considering RTMP anymore, for the reasons you mentioned above(proprietary format developed by Adobe for Flash) and WebRTC being open source. I'm currently in the exploration phase of solving my problem with AWS Kenisis, MediaLive, or Chime SDK. Tried using some of third-party media server solutions like Twilio, AntMedia Stream, etc but, it's expensive $$$. AWS would definitely be cost-effective if I could crack it :) |
Hi there. Thank you so much for the medium article and this repo. Got me a pretty good start with WebRTC stuff.
I'm trying to implement an AWS IVS(Or Kinesis seem to be better??) approach - API_GetStream.html as my ingest server to stream video on my web application(in-works). Wondering where I need to configure Ingest server and Server Key? signaling_server?
The problem I'm trying to solve is basically a streamer "live-stream" from their device browser(without the need of downloading any broadcaster software like OBS. Sorry for the noob stupid question :) Any pointers are welcome.
The text was updated successfully, but these errors were encountered: