Skip to content
Snippets Groups Projects
Commit 487cf954 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed live_forward

parent 83c32643
No related branches found
No related tags found
No related merge requests found
Pipeline #183 passed
...@@ -81,6 +81,6 @@ int main(int argc, char *argv[]) ...@@ -81,6 +81,6 @@ int main(int argc, char *argv[])
if (err = av_write_trailer(mux)) if (err = av_write_trailer(mux))
job_failed("Error writing trailer", av_err2str(err)); job_failed("Error writing trailer", av_err2str(err));
avio_closep(&mux->pb); avio_closep(&mux->pb);
ping_job(jobid, "finished", "{%s, \"log\": \"%s\"}", jescape(get_avlogbuf())); ping_job(jobid, "finished", "{\"log\": \"%s\"}", jescape(get_avlogbuf()));
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment