Replies: 1 comment 2 replies
-
Hi @gmorell, if you'd like to stream in real-time from a source that's faster than real-time, like the file, you should plug realtimer. Since it relies on timestamps, it should be after the decoder ;) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been fighting with this for the past few days and figured I'd ask. I was able to run the simple pipeline example where you can play a track through the speakers without any trouble. I wanted to adapt this to instead produce an hls stream. I've tried a number of differing approaches but I'm stymied by something each time and was wondering if there was something obvious I was missing.
I've been toying with a few of the approaches in membrane_demo and other repos and the closest approach I've had to working without any error so far is:
But it seems that instead of streaming the file it just gets encoded and thrown on the ground?
The other HLS approach, as per the internal documentation should work to produce a solely audio stream.
This produces an error,
that after digging through the original code, implies that the HLS setup seems to think that it needs a video stream in the mix.
Beta Was this translation helpful? Give feedback.
All reactions