FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
17 stars 33 forks source link

Fix "Play Recording instead of live" EOF detection #101

Closed mglae closed 6 years ago

mglae commented 6 years ago

When using "Play Recording instead of live" video stream stalls at end of recording.

Setting cVideoBuffer::m_InputAttached via cVideoBuffer::AttachInput() prevents EOF detection in cVideoBuffer::Read().

FernetMenta commented 6 years ago

fixed by: https://github.com/FernetMenta/vdr-plugin-vnsiserver/commit/63d8151cf6c3a68e516a96b915b51168ce2e7677

mglae commented 6 years ago

fine, thank you