Using membrane in place of Medialive for a live-transcoder #878
Replies: 5 comments 5 replies
-
Hi there, that should be possible ;) See
|
Beta Was this translation helpful? Give feedback.
-
Thank you, another question, we are concerned about CUE markers and SCTE-35 messages. Are there libraries that let us manipulate these? |
Beta Was this translation helpful? Give feedback.
-
Nope, they would have to be supported by the HTTP adaptive stream plugin |
Beta Was this translation helpful? Give feedback.
-
I've been trying to work with the https://github.com/kim-company/membrane_hls_plugin for HLS ingest team on their repo, but I can't get the most basic hls input working yet. Super frustrating experience so far. The only example they have is for a different use of hls, mainly as an output. kim-company/membrane_hls_plugin#12 here is my thread over there. |
Beta Was this translation helpful? Give feedback.
-
Still feeling frustrated. I've read the introductory docs, and almost all the examples. I still can't get even the most basic pipeline working. I have a source, I just want to dump the files to see if this is actually working. Ideally I would take the highest variant, then pass that on as an hls out. I feel like I'm just copy and pasting things and seeing what works, which is not how I like to work.
|
Beta Was this translation helpful? Give feedback.
-
Hi, my business use case has us digesting usually an HLS stream as a source, then transcoding (usually the highest variant) into another lower quality hls variant and or an RTP connection to an outside entity. So we may have one HLS input for example and want 2 outputs, HLS and/or RTP. Do you think I could run membrane on an EC2 instance and achieve this goal?
Beta Was this translation helpful? Give feedback.
All reactions