Improve audio codec handling in remux.js - #85
avandeweghe wants to merge 1 commit into
Conversation
Refactor audio codec handling to conditionally add aac_adtstoasc filter based on codec detection.
|
Without this code change, every combination of flags (Force Backend Proxy, Auto Transcode, Force Remux) results in a non-playing stream, and a server error:
This change is the only way I have found to get M3U streams to work for me. (I dont get any sound with firefox, for some reason, but I can hold my nose and use chrome.) |
|
This also fixed a lot of video issues for me, exactly how @jackduckworth reports. nodecast-tv:
build: https://github.com/avandeweghe/nodecast-tv.git#patch-2
#image: ghcr.io/technomancer702/nodecast-tv:latest |
|
I'll review and merge this as soon as possible. I'm out of the country on business currently with little time for dev. |
… audio codec handling in remux.js
Refactor audio codec handling to conditionally add aac_adtstoasc filter based on codec detection.