bas-t / ffdecsawrapper

FFdecsa empowered softcam for MythTV
GNU General Public License v3.0
17 stars 9 forks source link

Concurrent recordings (multirec) with ffdecsawrapper #17

Closed sjuk closed 10 years ago

sjuk commented 10 years ago

Is there any chance to get concurrent recordings (multirec) with ffdecsawrapper to work?

Without ffdecsawrapper mythtv records multiple streams on the same transponder perfectly. Enabling ffdecsawrapper allows only one recording at the same time. And I have got a dual tuner. As a workaround I've configured ffdecsawrapper only to use one of the two available adapters. So that I can use one for the free to air channels (with multirec on the same transponder), and the other to record encrypted channels (without multirec).

Is there anyone who does multiple recordings with ffdecsawrapper? Is there a configuration option I have to add? Is there a special firmware I need to use?

ffdecsawrapper Log says: \ Concurrent FF recordings are NOT allowed ffdecsawrapper Version: 1.1.8-Stable mythbuntu (Ubuntu 12.04.4 LTS) mystique SaTiX-S2 Dual (nGene PCI-Express Multimedia Controller) kernel 3.2.0-60-generic

/etc/default/ffdecsawrapper USER="ffdecsawrapper" NUMADAPTERS="1" DELAY="3" JOIN="--join 1:2" CAMDIR="/etc/ffdecsawrapper" OPTS="--cam-budget --sid-allpid --sid-filt 20 --buffer 16M"

bas-t commented 10 years ago

Multirec works just fine over here . The 'Concurrent FF recordings are NOT allowed' message means that it is not allowed on FF (full featured) cards. So a card that has a chip that does the work of FFdecsawrapper. Nowadays, all dvb cards are of the "Budget" category, so multirec is always enabled.

In mythtv-setup, I always set 'Max recordings' (in recording options) to the maximum of 5.

I have 8 DVB-C tuners in my backend. The only thing that restricts the max number of concurrent recordings is the cpu power and/or the speed of my harddisk. So not FFdecsawrapper.

bas-t commented 10 years ago

FYI this post: http://ubuntuforums.org/showthread.php?t=1998051 points to another: http://www.vdr-portal.de/board16-video-disk-recorder/board85-hdtv-dvb-s2/113367-aktuelle-treiber-f%C3%BCr-octopus-ddbridge-cines2-ngene-ddbridge-duoflex-s2-duoflex-ct-cinect-sowie-tt-s2-6400-teil-2

You may have a driver issue

sjuk commented 10 years ago

Thank you for clarifying. I thougt the FF in "Concurrent FF recordings are NOT allowed" stands for "Fucking Fast" as in "FFdecsa" (found that in the docs of the sourcecode).

I don't think it is a driver issue, because without ffdecsawrapper the recordings work nearly perfect (one zero-byte-recording a year). But many thanks for trying.

I've changed my ffdecsawrapper config and raised the max recordings in mythtv-setup from two to four. In a first test I could record two shows and look live tv. (Live tv writes on a ssd, and the recordings are written to a normal 7200 rpm 1gb hd.) I'm very excited about the results in the long run...

Perhaps I have to play with the priority options in mythtv to prevent recording conflicts? Perhaps I have to turn off some of the loggings, to prevent slowing down the hd write velocity? Or perhaps there are some options in ffdecsawrapper to tune performance?

I will let you know if it becomes an issue again.

Many thanks for now

/etc/default/ffdecsawrapper USER="ffdecsawrapper" NUMADAPTERS="2" DELAY="3" JOIN="-j 0:2 -j 1:3" CAMDIR="/etc/ffdecsawrapper" OPTS="--cam-budget --sid-allpid --sid-filt 20 --buffer 16M"

rlzar commented 8 years ago

bas-t ... you said you have 8 DVB-C tuners in my backend could you share brand and model or your cards? thanks

bas-t commented 8 years ago

In one of my backends I've got 2x TBS 6285 (quad tuners), in the other 3x DVBSky T982 (dual tuners). Both backends run perfectly well. Op 2 apr. 2016 10:19 schreef "rlzar" notifications@github.com:

bas-t ... you said you have 8 DVB-C tuners in my backend could you share brand and model or your cards? thanks

— You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub https://github.com/bas-t/ffdecsawrapper/issues/17#issuecomment-204671422