Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] vdr-1.0.4,AIO 22.06, compiled with LNBSHARE and STREAMING - FIX



Hi list,

fixed the "segmentation fault" in the AIO patch 22.06 if compiled with
LNBSHARE and STREAMING.

You can find a patch-fix on http://pulp.mine.nu/dvbvideolan/download

What to do:
1. Download the vdr-1.0.4-AIO-22.06-fix.diff.gz located in the download
directory.
2. If not already done, patch your vdr-1.0.4 wich the original AIO
version 22.06.
3. And then, patch you patched vdr with the fix.<dd>
4. Recompile vdr.

With best regards,
Markus


dvbapi.c:
cDvbApi::cDvbApi(int n)
{
[...]
  siProcessor = NULL;
  recordBuffer = NULL;
  replayBuffer = NULL;
+#ifdef STREAMING
+  streamingBuffer = NULL;
+#endif /* STREAMING */
  transferBuffer = NULL;
  transferringFromDvbApi = NULL;
  LiveAC3 = NULL;
[...]






Home | Main Index | Thread Index