catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

Missing baseband frames with Octopus CI S2 pro #991

Open Kitoko86 opened 2 years ago

Kitoko86 commented 2 years ago

Hi,

What portion of source code in minisatip do I need to modify to receive full baseband frames with my tuner? For reference, the Digital Devices repository states to set the parameter DTV_STREAM_ID to 0x80000000 to enable the frame mode.

Until now, I test a data feed on Astra 19.2E with the following settings in the url: http://192.168.x.y:port/?src=4&freq=11263&pol=h&msys=DVBS2&sr=33000&pids=all.

catalinii commented 2 years ago

The code is here: https://github.com/catalinii/minisatip/blob/master/src/dvb.c#L1172

It is possible to do this without code manipulation but did not try it yet

Kitoko86 commented 2 years ago

I'm sorry to bother you about this but I'm not a developer so it's not easy for me to patch the application to suit my needs.

My tuner uses the stv0910 frontend. Here is a snippet of the code linked to it.