You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Both requests generate an empty output file (zero bytes).
ffprobe -show_format test_720p_2000kb_0
test_720p_2000kb_0: Invalid data found when processing input
ffprobe -show_format output_1080p.flv
output_1080p.flv: Invalid data found when processing input
There are no errors in the logs. However there are some "invalid argument" in the muxer section:
appService.cpp:140] [FFMPEG][mpegts]Application provided invalid, non monotonically increasing dts to muxer in stream 0: -3000 >= -3000
ffmpegMux.cpp:99] [Mux-ffmpeg3] {code:-22, detail: Invalid argument, mux do interleave write fail}
davImpl.cpp:96] [Mux-ffmpeg3] {code:-22, detail: Invalid argument, Invalid argument, mux do interleave write fail}
davProc.cpp:166] [Mux-ffmpeg3] {code:-1229211973, detail: Imp - failed on dynamic initialization, Fail with proc's process, quit proc thread. Invalid argument, Invalid argument, mux do interleave write fail}
Hi! First of, thanks for the project!
I'm having some issues testing the IAL app.
Here are the requests I'm sending:
wget 127.0.0.1:8080/api1/ial/create_room --post-data '{"room_id":"test", "input_urls":["/srv/resources/video.mp4", "/srv/resources/video.copy.mp4"], "room_output_base_url": "/srv/resources/", "output_stream_infos": [{"output_setting_id": "720p_2000kb"}]}'
and
wget 127.0.0.1:8080/api1/ial/create_room --post-data '{"room_id":"test", "input_urls":["/srv/resources/video.mp4", "/srv/resources/video.copy.mp4"], "room_output_base_url": "/srv/resources/", "output_stream_infos": [{"output_setting_id": "1080p_4000kb", "output_urls": ["/srv/resources/output_1080p.flv"]} ]}'
Both requests generate an empty output file (zero bytes).
There are no errors in the logs. However there are some "invalid argument" in the muxer section:
Also the last log shows empty stat:
Any idea of what could be the problem?
I'm using the provided config file.
Also here are some info about ffmpeg and the input:
The text was updated successfully, but these errors were encountered: