-
one of the last commits did mess up rtsp streaming with VLC, http is still ok
9000h updated
9 years ago
-
I have added a DVB-T USB stick to the server so that there are now 3 adapters. SATPI does't recognize the delivery of the DVB-T USB stick and its symbol rate is shown as 0.
Please note that I have not…
-
Hello Marc,
I'm watching now TV on my Mac with EyeTV and SATPI. About every 3 to 10 seconds the stream interrupts for some seconds. It seems that this caused by frequent openings and closings of the …
-
Hi manio.
I know this is completely against your concept for vdr-dvbapi.
The README of vdr-satip says.
> Stream decryption requires a separate CAM plugin that works without
> direct access to any D…
-
dvb.c:854 tp->pol is integer so char from the url is handled wrong
we may can do it like
tp->pol = toupper (arg[i][4] ) == 'V' ? 0 : 1;
so there is something, and I'm not able to tune to a vertica…
9000h updated
9 years ago
-
seems like the vlc did not like rtp, so we may can workaround this like the octonet
if (!strncasecmp(p, "libvlc", 6))
con->trans.flags |= TRANS_NO_RTP_TO;
9000h updated
9 years ago
-
Hi,
In order to add support for DVB API 5.4 (several recent Linux drivers only support up to 5.4) you only need to manually check tuner type if the ioctl for FE_GET_INFO command fails. This is the on…