﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
13287	mythtranscode fails in devel/ffmpeg-resync	Bill Meek	JYA	"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"	Bug Report - General	closed	minor	needs_triage	MythTV - Mythtranscode	Master Head	medium	Trac EOL	HLS, Services API		0
