Bug #5049
No sound on some channels
0%
Description
When viewing through VLC, there is a sound, but on Kodi or SPMC does not ( Audio track not found )
1 0x0065 / 101 H264
2 0x006e / 110 AAC-LATM
Files
History
Updated by kodiaq kodiaq over 6 years ago
I can confirm same observation, perhaps this is directly related to #5027.
Updated by Jaroslav Kysela over 6 years ago
--trace parser : https://tvheadend.org/projects/tvheadend/wiki/Traces , use latest
Updated by Dennis K about 6 years ago
- File tvheadend.log tvheadend.log added
Hi,
I have the problem with missing audio on just one channel (WDR HD Köln, 330Mhz). But I don't know how and where to start with debugging this. I am using the cable service of Vodafone Germany, DVB-C. I am running the latest git code of TVHeadend with a Sundtek MediaTV Pro III on a Raspberry Pi 3B+. Any further information I can provide? I will attach the tvheadend.log (with trace). Thanks in advance.
Updated by Jaroslav Kysela about 6 years ago
Attach 30 seconds of the mpeg-ts stream for the service (play link in the service grid, use pass streaming profile).
Updated by Jaroslav Kysela about 6 years ago
Please, upload file without any modifications and transcoding. Use 'wget' or 'curl' on the service play url.
Updated by Dennis K about 6 years ago
I hope, this one is better. Downloaded it with curl.
Updated by Dennis K about 6 years ago
Dennis K wrote:
I hope, this one is better. Downloaded it with curl.
Hi again,
have you been able to look into this video? Is this one usable now?
Thanks in advance and best
Updated by Jaroslav Kysela about 6 years ago
Dennis K: It seems like a different issue, there are AC3 audio streams in your TS file only. Perhaps, kodi is configured to pass-through AC3 which does not work in your setup.
Updated by Dennis K over 5 years ago
Jaroslav Kysela wrote:
Dennis K: It seems like a different issue, there are AC3 audio streams in your TS file only. Perhaps, kodi is configured to pass-through AC3 which does not work in your setup.
Sorry for not keeping up. You were right, my issue was different. In my case this had to do with the max PID and allow all PIDs settings which lead to different results: KODI using the htsp protocol worked whereas my TV using SatIP didn't work. After playing with that settings, sound is working now on both. Thank you very much again and sorry for "hijacking" this issue.