Hi guys.
I need some help to setup an audio stream filter.
I use TVH as a backend for 5 kodi's frontends (running on rpi1, rpi2, cubox, x86 and wetek). I live in Brazil and our broadcast TV is the ISDB-T, but my capture card works as a DVB. The only problem I have is with multichannel audio - it is encoded as AAC but Kodi can't decode it right. Because of that, I want to "remove" the 5.1 audio track from the streams, remaining only the 2.0 stereo one.
Looking at the service details, I have the following:
Index PID Type Language Details
1 0x0111 / 273 H264
2 0x0112 / 274 AAC
3 0x0113 / 275 AAC
4 0x0114 / 276 AAC
5 0x0115 / 277 AAC
I want to remove from the stream the index 2,4 and 5. What should I put on the audio filter? And after creating the audio filter, how to select to use it when streaming to kodi (stream profile is htsp).
Thanks