Bug #5049
openNo sound on some channels
Added by Zero Zero about 8 years ago. Updated about 7 years ago.
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
| tvheadend.log (394 KB) tvheadend.log | Zero Zero, 2018-03-31 14:02 | ||
| tvheadend.log (68.8 MB) tvheadend.log | Dennis K, 2018-10-01 13:23 | ||
| wdrhd (35.4 MB) wdrhd | Dennis K, 2018-10-01 16:14 |
Updated by kodiaq kodiaq about 8 years ago
Actions
#1
I can confirm same observation, perhaps this is directly related to #5027.
Updated by Jaroslav Kysela about 8 years ago
Actions
#2
--trace parser : https://tvheadend.org/projects/tvheadend/wiki/Traces , use latest
Updated by Zero Zero about 8 years ago
Actions
#3
- File tvheadend.log tvheadend.log added
Updated by Dennis K over 7 years ago
Actions
#4
- 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 over 7 years ago
Actions
#5
Attach 30 seconds of the mpeg-ts stream for the service (play link in the service grid, use pass streaming profile).
Updated by Dennis K over 7 years ago
Actions
#6
- File wdrhd.mp4 added
I hope I did it right.
Updated by Jaroslav Kysela over 7 years ago
Actions
#7
- File deleted (
wdrhd.mp4)
Updated by Jaroslav Kysela over 7 years ago
Actions
#8
Please, upload file without any modifications and transcoding. Use 'wget' or 'curl' on the service play url.
Updated by Dennis K over 7 years ago
Actions
#10
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 over 7 years ago
Actions
#11
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 about 7 years ago
Actions
#12
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.