manuelm / pvr.dvbviewer

Kodi's DVBViewer client addon
GNU General Public License v2.0
5 stars 3 forks source link

HD audio stutters every 15 seconds when using the timeshift feature #6

Closed jakubklos77 closed 8 years ago

jakubklos77 commented 9 years ago

Hello I would like to report an issue when using the timeshift option. The audio stutters every once in a while when watching HD channels. Without timeshift or on RTSP it all works fine. Could you please check it out? Can I send some logs or help troubleshoot this issue? Thank you Jakub

manuelm commented 9 years ago

Probably a issue on your side.

The PVR itself does no demuxing at all. The difference between timeshift and Live TV is just all data will be written to disk before reading the file again and passing the data to Kodi. Kodi is responsible for all demuxing.

Additional HD channels (720p and 1080i) are working fine here (and probably on hundreds of other computers).

jakubklos77 commented 9 years ago

Ok, thank you