-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reader is not clear for making a simple HLS source #12
Comments
Hi @grant-zukowski-xumo In order to turn off that optimization, which is required in your case, you need to pass
Surely, you need to extend your |
thanks for your answer but I tried and got a new error. I came to this library so I could use Membrane with an HLS as an input source - initial question I asked, https://github.com/orgs/membraneframework/discussions/878. I was directed here from the main membrane library. This is the first time I've tried to use Membrane and I just need an hls input to work. Can you please post a working example (for hls input) in your examples directory or help me fix the block you shared. We are not going to be doing much to the signal except for passing it through for now. We mainly need to change an HLS pull into an HLS push.
|
I updated my reader so I think it is happy now. I'm still working on the :sink park, or some way to know this is "working". I may also try an hls output. |
Hello,
Unfortunately, I believe that |
Hi people. We'll publish this library with everything fixed on hex soon. The hls sink side is also now battle tested. Stay tuned 😉✌️ |
@varsill thank you for the updated version. I'll try this with my source and see if I can get it to work with the pinned version. |
@grant-zukowski-xumo thanks for an update, could you show me how did you connect the output of the The thing is that you need to somehow demux the content of input |
There was more output that I didn't realize was produced
I'm using exactly the same code that you posted. Also, I'm not sure if there is something wrong with my reader.
|
I've tried a few times to make a reader for my HLS source. Each time I get an error about my reader. I'm happy to make a pull request for an hls source example, but I'm having a hard time getting the most basic thing to work. I've referenced your tests cases as well, but nothing seems to help.
The text was updated successfully, but these errors were encountered: