[mythtv-users] HTTP Live streaming recorder and Live TV?

Bjoern Voigt bjoernv at arcor.de
Wed Dec 30 19:05:26 UTC 2015


Charles Bovy wrote:
>
>     The MythTV packages are compiled by myself. My MythTV packages are
>     based on these packages:
>
>     http://packman.links2linux.de/package/mythtv-0_27
>
>     but I updated the sources from fixes/0.27.
>
>
> Sorry, but I'm not really convinced if you are using the latest
> git of fixes/0.27. See reason below.
> Did you you pull from git or downloaded tar-file?
You can believe me. ;-)

$ date
Wed Dec 30 19:58:29 CET 2015
$ git status
On branch fixes/0.27
Your branch is up-to-date with 'origin/fixes/0.27'.
nothing to commit, working directory clean

One note: the build date will be reset in RPM spec (from
/home/myusername/rpmbuild/SPECS/mythtv-0_27.spec:

    pushd mythmusic
    #sed -i -e's,/mnt/store/music,%%{_localstatedir}/lib/mythmusic,'
    mythmusic/globalsettings.cpp
    popd

    popd

    %build
    FAKE_BUILDDATE=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes
    '+%%b %%e %%Y')
    FAKE_BUILDTIME=$(LC_ALL=C date -r %{_sourcedir}/%{name}.changes
    '+%%H:%%M:%%S')

    pushd mythtv

    sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/"
    external/FFmpeg/{cmdutils,ffprobe}.c # libs/libmythtv/minilzo.cpp
    sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/"
    external/FFmpeg/{cmdutils,ffprobe}.c # libs/libmythtv/minilzo.cpp

>     > The log you pasted was not containing all information. Can
>     you share the full log from the start of the backend?
>     I created a log with "mythbackend ... -v all" (again without the
>     IncrRef/DecrRef messages because of the Pastebin size limit). It
>     contains mythbackend starting, selecting a DVB-T channel (ARD) and
>     selecting an IPTV channel (DW):
>     http://pastebin.com/7Qmc0tXF
>
>
> I'm missing some important lines in the logs, see a snapshot below
> of my logs:
>
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent mythsingledownload.cpp:93 (Progress)
> MythSingleDownload: Reached specified max file size (10000 bytes)
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent mythsingledownload.cpp:84 (Cancel) MythSingleDownload:
> Aborting download
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent channelutil.cpp:2117 (GetIPTVTuningData) Loaded
> [data]http://iptv/url[fectype][fec0][fec1] for 11271
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent mythsingledownload.cpp:93 (Progress)
> MythSingleDownload: Reached specified max file size (10000 bytes)
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent mythsingledownload.cpp:84 (Cancel) MythSingleDownload:
> Aborting download
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent channelutil.cpp:2117 (GetIPTVTuningData) Loaded
> [data]http://iptv/url[fectype][fec0][fec1] for 11271
> Oct  4 17:28:00 biohazard mythbackend: mythbackend[29832]: I
> TVRecEvent recorders/httptsstreamhandler.cpp:53
> (HTTPTSStreamHandler) HTTPTSSH(http://iptv/url): ctor
>
> So please check if you are running the latest fixes/0.27 (using
> git) and provide the logging of:
> mythbackend --verbose general
> (general should be enough for now).
OK, I try to run mythbackend in foreground now, so that Systemd and
Rsyslog can not filter the log messages:

$ /usr/bin/mythbackend --verbose general

http://paste.opensuse.org/63883177

Greetings,
Björn


More information about the mythtv-users mailing list