Opened 7 years ago

Closed 3 years ago

#13287 closed Bug Report - General (Trac EOL)

mythtranscode fails in devel/ffmpeg-resync

Reported by: Bill Meek Owned by: JYA
Priority: minor Milestone: needs_triage
Component: MythTV - Mythtranscode Version: Master Head
Severity: medium Keywords: HLS, Services API
Cc: Ticket locked: no

Description

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

Attachments (1)

mythtranscode.20180529180629.10670.log (5.0 KB) - added by Bill Meek 7 years ago.

Download all attachments as: .zip

Change History (2)

Changed 7 years ago by Bill Meek

comment:1 Changed 3 years ago by Stuart Auchterlonie

Resolution: Trac EOL
Status: newclosed

We have moved all bug tracking to github [1]

If you continue to have this issue, please open a new issue at github, referencing this ticket.

[1] - https://github.com/MythTV/mythtv/issues

Note: See TracTickets for help on using tickets.