Pipeline stuck at MP4 Demuxer
I'm trying to add fMP4 support to https://github.com/kim-company/membrane_hls_plugin. I've managed to send MP4 segments from that plugin and have this pipeline in my app: https://gist.github.com/samrat/055fcba6adf231dfa93930a1141c7d2a
I can see that the mp4 segments are indeed coming through. If I write them to a file sink before demuxing, the files are written.
But when connected to the ISOM demuxer, the pipeline doesn't seem to process any buffers.
I added some logs to verify that the pipeline recieves the
Am I missing something in the pipeline? And is there anything else I can check to figure out why this isn't working?
I can see that the mp4 segments are indeed coming through. If I write them to a file sink before demuxing, the files are written.
But when connected to the ISOM demuxer, the pipeline doesn't seem to process any buffers.
I added some logs to verify that the pipeline recieves the
new_tracks notification from the demuxer.Am I missing something in the pipeline? And is there anything else I can check to figure out why this isn't working?
