How to use video/audio stream filters?
Added by Renato Riolino almost 9 years ago
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
Replies (3)
RE: How to use video/audio stream filters? - Added by Mark Clarkstone almost 9 years ago
Something like this should do it.
RE: How to use video/audio stream filters? - Added by Renato Riolino almost 9 years ago
Hi Mark,
It did not worked. Is it correct "3" for PID? Shouldn't it be stream index?
After creating the audio filter, will it filter the audio stream for all users independent of the stream profile they are using (transcoding, htsp, pass, mkv, etc)?
Thanks!!
RE: How to use video/audio stream filters? - Added by Mark Clarkstone almost 9 years ago
Renato Riolino wrote:
Hi Mark,
It did not worked. Is it correct "3" for PID? Shouldn't it be stream index?
After creating the audio filter, will it filter the audio stream for all users independent of the stream profile they are using (transcoding, htsp, pass, mkv, etc)?
Thanks!!
Yes sorry you're right :p It should apply to all streams regardless of profile I think.