[mythtv-commits] Ticket #13287: mythtranscode fails in devel/ffmpeg-resync
MythTV
noreply at mythtv.org
Tue May 29 18:14:48 UTC 2018
#13287: mythtranscode fails in devel/ffmpeg-resync
----------------------------------------+-------------------------------
Reporter: Bill Meek | Owner: JYA
Type: Bug Report - General | Status: new
Priority: minor | Milestone: needs_triage
Component: MythTV - Mythtranscode | Version: Master Head
Severity: medium | Keywords: HLS, Services API
Ticket locked: 0 |
----------------------------------------+-------------------------------
To Duplicate: Add a live stream from the command line:
{{{
mythbackend --setverbose libav:debug # May not help much...
curl --data RecordedId=<some valid id> --data Width=960
<backend>:6544/Content/AddRecordingLiveStream
}}}
which causes mythtranscode to run like this:
{{{
/usr/local/bin/mythtranscode --hls --hlsstreamid <returned Id> --verbose
general
}}}
To see the DB created (endpoint best viewed from a browser):
{{{
curl <backend>:6544/Content/GetLiveStream?Id=<returned Id>
or
SELECT * FROM livestream WHERE id=<returned Id>\G
}}}
To remove the live stream:
{{{
curl --data Id=<returned Id> <backend>:6544/Content/RemoveLiveStream
}}}
Note that this is currently failing in master. However, in that
case, hundreds of expedted files are created, but they all have a length
of 0. Except for the last that is one huge file.
v30-Pre-644-gce2df4a266
--
Ticket URL: <https://code.mythtv.org/trac/ticket/13287>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list