selenoid
selenoid copied to clipboard
[VIDEO_ERROR] [Failed to rename
I run "./cm selenoid start --vnc" command and then "./cm selenoid-ui start". Whenever I run tests I can't find any video. I've tried to google but there was no luck. So... any help would be much appreciated. Logs: docker logs selenoid 2021/02/09 15:17:56 [-] [INIT] [Loading configuration files...] 2021/02/09 15:17:56 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json] 2021/02/09 15:17:56 [-] [INIT] [Video Dir: /opt/selenoid/video] 2021/02/09 15:17:56 [-] [INIT] [Logs Dir: /opt/selenoid/logs] 2021/02/09 15:17:56 [-] [INIT] [Using Docker API version: 1.41] 2021/02/09 15:17:56 [-] [INIT] [Timezone: UTC] 2021/02/09 15:17:56 [-] [INIT] [Listening on :4444] 2021/02/09 15:18:17 [-] [NEW_REQUEST] [unknown] [172.18.0.1] 2021/02/09 15:18:17 [-] [NEW_REQUEST_ACCEPTED] [unknown] [172.18.0.1] 2021/02/09 15:18:17 [3] [LOCATING_SERVICE] [chrome] [] 2021/02/09 15:18:17 [-] [DEFAULT_VERSION] [Using default version: 88.0] 2021/02/09 15:18:17 [3] [USING_DOCKER] [chrome] [88.0] 2021/02/09 15:18:17 [3] [CREATING_CONTAINER] [selenoid/vnc_chrome:88.0] 2021/02/09 15:18:18 [3] [STARTING_CONTAINER] [selenoid/vnc_chrome:88.0] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] 2021/02/09 15:18:21 [3] [CONTAINER_STARTED] [selenoid/vnc_chrome:88.0] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] [2.69s] 2021/02/09 15:18:21 [3] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] 2021/02/09 15:18:22 [3] [STARTING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] [982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af] 2021/02/09 15:18:26 [3] [VIDEO_CONTAINER_STARTED] [selenoid/video-recorder:latest-release] [982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af] [5.11s] 2021/02/09 15:18:26 [3] [SERVICE_STARTED] [selenoid/vnc_chrome:88.0] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] [0.02s] 2021/02/09 15:18:26 [3] [PROXY_TO] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] [http://172.18.0.4:4444/] 2021/02/09 15:18:26 [3] [SESSION_ATTEMPTED] [http://172.18.0.4:4444/] [1] 2021/02/09 15:18:28 [3] [SESSION_CREATED] [6868bda7958d111ac87ecad1ee4b1501] [1] [10.60s] 2021/02/09 15:18:55 [40] [SESSION_DELETED] [6868bda7958d111ac87ecad1ee4b1501] 2021/02/09 15:18:55 [3] [STOPPING_VIDEO_CONTAINER] [982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af] 2021/02/09 15:18:58 [3] [REMOVING_CONTAINER] [982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af] 2021/02/09 15:18:58 [3] [FAILED_TO_REMOVE_CONTAINER] [982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af] [Error response from daemon: removal of container 982d96e0d6d12737972912c5a76cd19599f4fb29acb46d2469a7c2b1fb94b9af is already in progress] 2021/02/09 15:18:58 [3] [REMOVING_CONTAINER] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] 2021/02/09 15:19:01 [3] [CONTAINER_REMOVED] [d12b1ea6e993734b88ad80c0867a1760f3223212625149b015d1198053dbe391] 2021/02/09 15:19:01 [3] [VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoidc46a55dd054049e22fc20d57e6aa9ef0.mp4 to /opt/selenoid/video/6868bda7958d111ac87ecad1ee4b1501.mp4: rename /opt/selenoid/video/selenoidc46a55dd054049e22fc20d57e6aa9ef0.mp4 /opt/selenoid/video/6868bda7958d111ac87ecad1ee4b1501.mp4: no such file or directory]
@Filjo0 for some reason video container does not start. You could try to output the logs of this container while it exists (it's being started with --rm
flag).
docker logs selenoid 2021/02/11 04:12:24 [-] [INIT] [Loading configuration files...] 2021/02/11 04:12:24 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json] 2021/02/11 04:12:24 [-] [INIT] [Video Dir: /opt/selenoid/video] 2021/02/11 04:12:24 [-] [INIT] [Logs Dir: /opt/selenoid/logs] 2021/02/11 04:12:24 [-] [INIT] [Using Docker API version: 1.41] 2021/02/11 04:12:24 [-] [INIT] [Timezone: UTC] 2021/02/11 04:12:24 [-] [INIT] [Listening on :4444] 2021/02/11 04:13:42 [-] [NEW_REQUEST] [unknown] [172.18.0.1] 2021/02/11 04:13:42 [-] [NEW_REQUEST_ACCEPTED] [unknown] [172.18.0.1] 2021/02/11 04:13:42 [0] [LOCATING_SERVICE] [chrome] [] 2021/02/11 04:13:42 [-] [DEFAULT_VERSION] [Using default version: 88.0] 2021/02/11 04:13:42 [0] [USING_DOCKER] [chrome] [88.0] 2021/02/11 04:13:42 [0] [CREATING_CONTAINER] [selenoid/vnc_chrome:88.0] 2021/02/11 04:13:43 [0] [STARTING_CONTAINER] [selenoid/vnc_chrome:88.0] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] 2021/02/11 04:13:45 [0] [CONTAINER_STARTED] [selenoid/vnc_chrome:88.0] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] [2.32s] 2021/02/11 04:13:45 [0] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] 2021/02/11 04:13:47 [0] [STARTING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] [eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea] 2021/02/11 04:13:49 [0] [VIDEO_CONTAINER_STARTED] [selenoid/video-recorder:latest-release] [eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea] [4.26 s] 2021/02/11 04:13:49 [0] [SERVICE_STARTED] [selenoid/vnc_chrome:88.0] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] [0.00s] 2021/02/11 04:13:49 [0] [PROXY_TO] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] [http://172.18.0.4:4444/] 2021/02/11 04:13:49 [0] [SESSION_ATTEMPTED] [http://172.18.0.4:4444/] [1] 2021/02/11 04:13:50 [0] [SESSION_CREATED] [0042059196a1b385227ff23f31954017] [1] [8.72s] 2021/02/11 04:14:21 [30] [SESSION_DELETED] [0042059196a1b385227ff23f31954017] 2021/02/11 04:14:21 [0] [STOPPING_VIDEO_CONTAINER] [eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea] 2021/02/11 04:14:26 [0] [REMOVING_CONTAINER] [eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea] 2021/02/11 04:14:26 [0] [FAILED_TO_REMOVE_CONTAINER] [eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea] [Error response from daemon: removal of con tainer eb32fa4fa655ba9315ed8393c57e7b5dd19fe99cd097d305276ea0444c88abea is already in progress] 2021/02/11 04:14:26 [0] [REMOVING_CONTAINER] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] 2021/02/11 04:14:30 [0] [CONTAINER_REMOVED] [0a8167be02ba779f8ae9aab3704be23277396b699d16685b8fbc1cf96a953c1f] 2021/02/11 04:14:30 [0] [VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoidd0223d1ef23be537a8841d0f73dca68f.mp4 to /opt/selenoid/video/0042059196a1b385227 ff23f31954017.mp4: rename /opt/selenoid/video/selenoidd0223d1ef23be537a8841d0f73dca68f.mp4 /opt/selenoid/video/0042059196a1b385227ff23f31954017.mp4: no such file o r directory] 2021/02/11 04:18:36 [-] [NEW_REQUEST] [unknown] [172.18.0.1] 2021/02/11 04:18:36 [-] [NEW_REQUEST_ACCEPTED] [unknown] [172.18.0.1] 2021/02/11 04:18:36 [72] [LOCATING_SERVICE] [chrome] [] 2021/02/11 04:18:36 [-] [DEFAULT_VERSION] [Using default version: 88.0] 2021/02/11 04:18:36 [72] [USING_DOCKER] [chrome] [88.0] 2021/02/11 04:18:36 [72] [CREATING_CONTAINER] [selenoid/vnc_chrome:88.0] 2021/02/11 04:18:37 [72] [STARTING_CONTAINER] [selenoid/vnc_chrome:88.0] [ece756cecf733201203d1f60f7af1808a382fb7f126452788f9e5f9f66c80537] 2021/02/11 04:18:40 [72] [CONTAINER_STARTED] [selenoid/vnc_chrome:88.0] [ece756cecf733201203d1f60f7af1808a382fb7f126452788f9e5f9f66c80537] [2.22s] 2021/02/11 04:18:40 [72] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] 2021/02/11 04:18:43 [72] [STARTING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] [e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3] 2021/02/11 04:18:51 [72] [VIDEO_CONTAINER_STARTED] [selenoid/video-recorder:latest-release] [e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3] [11. 36s] 2021/02/11 04:18:51 [72] [SERVICE_STARTED] [selenoid/vnc_chrome:88.0] [ece756cecf733201203d1f60f7af1808a382fb7f126452788f9e5f9f66c80537] [0.00s] 2021/02/11 04:18:51 [72] [PROXY_TO] [ece756cecf733201203d1f60f7af1808a382fb7f126452788f9e5f9f66c80537] [http://172.18.0.4:4444/] 2021/02/11 04:18:51 [72] [SESSION_ATTEMPTED] [http://172.18.0.4:4444/] [1] 2021/02/11 04:18:52 [72] [SESSION_CREATED] [68f87b1dca561f9cdf76024e607d604f] [1] [16.58s] 2021/02/11 04:19:33 [114] [SESSION_DELETED] [68f87b1dca561f9cdf76024e607d604f] 2021/02/11 04:19:33 [72] [STOPPING_VIDEO_CONTAINER] [e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3] 2021/02/11 04:19:41 [72] [REMOVING_CONTAINER] [e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3] 2021/02/11 04:19:41 [72] [FAILED_TO_REMOVE_CONTAINER] [e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3] [Error response from daemon: removal of co ntainer e5753fe2d889452757ee0cfb8afc6acef28138b672abb9973a307725b34713e3 is already in progress] 2021/02/11 04:19:41 [72] [REMOVING_CONTAINER] [ece756cecf733201203d1f60f7af1808a382fb7f126452788f9e5f9f66c80537]
Is that what you were looking for?
@Filjo0 no, need logs for container started using selenoid/video-recorder
image.
That is strange.
I use CircleCi ubuntu machine and the first steps is
curl -s https://aerokube.com/cm/bash | bash
&& chmod +x cm
./cm selenoid start -b chrome:90.0
If even I not using videoName capability I have issue
2021/07/28 07:20:54 [285] [USING_DOCKER] [chrome] [90.0] 2021/07/28 07:20:54 [285] [CREATING_CONTAINER] [selenoid/chrome:90.0] 2021/07/28 07:20:54 [284] [STARTING_CONTAINER] [selenoid/chrome:90.0] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] 2021/07/28 07:20:54 [285] [STARTING_CONTAINER] [selenoid/chrome:90.0] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] 2021/07/28 07:20:55 [284] [CONTAINER_STARTED] [selenoid/chrome:90.0] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] [0.98s] 2021/07/28 07:20:55 [285] [CONTAINER_STARTED] [selenoid/chrome:90.0] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] [0.90s] 2021/07/28 07:20:55 [284] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] 2021/07/28 07:20:55 [285] [CREATING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] 2021/07/28 07:20:55 [284] [STARTING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] [b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d] 2021/07/28 07:20:55 [285] [STARTING_VIDEO_CONTAINER] [selenoid/video-recorder:latest-release] [9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5] 2021/07/28 07:20:57 [284] [VIDEO_CONTAINER_STARTED] [selenoid/video-recorder:latest-release] [b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d] [1.68s] 2021/07/28 07:20:57 [284] [SERVICE_STARTED] [selenoid/chrome:90.0] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] [0.00s] 2021/07/28 07:20:57 [284] [PROXY_TO] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] [http://172.18.0.3:4444/] 2021/07/28 07:20:57 [284] [SESSION_ATTEMPTED] [http://172.18.0.3:4444/] [1] 2021/07/28 07:20:57 [285] [VIDEO_CONTAINER_STARTED] [selenoid/video-recorder:latest-release] [9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5] [1.77s] 2021/07/28 07:20:57 [285] [SERVICE_STARTED] [selenoid/chrome:90.0] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] [0.00s] 2021/07/28 07:20:57 [285] [PROXY_TO] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] [http://172.18.0.4:4444/] 2021/07/28 07:20:57 [285] [SESSION_ATTEMPTED] [http://172.18.0.4:4444/] [1] 2021/07/28 07:21:00 [284] [SESSION_CREATED] [c4e5ad8acdb7f80e626700d74f64d280] [1] [5.37s] 2021/07/28 07:21:00 [285] [SESSION_CREATED] [2f8a56553e19732859d5d1837954556f] [1] [5.56s] 2021/07/28 07:21:49 [467] [SESSION_DELETED] [c4e5ad8acdb7f80e626700d74f64d280] 2021/07/28 07:21:49 [284] [STOPPING_VIDEO_CONTAINER] [b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d] 2021/07/28 07:21:51 [472] [SESSION_DELETED] [2f8a56553e19732859d5d1837954556f] 2021/07/28 07:21:51 [285] [STOPPING_VIDEO_CONTAINER] [9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5] 2021/07/28 07:21:52 [284] [REMOVING_CONTAINER] [b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d] 2021/07/28 07:21:52 [284] [FAILED_TO_REMOVE_CONTAINER] [b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d] [Error response from daemon: removal of container b8de72364fd86c8ea93a936c43ed3b3c9d5c78a6c17c7f64737c462105e44b8d is already in progress] 2021/07/28 07:21:52 [284] [REMOVING_CONTAINER] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] 2021/07/28 07:21:52 [284] [CONTAINER_REMOVED] [77cb03f74bb2441ced1b5b4aa400bb25950f0a0804ab1453bbb9f48773f262dc] 2021/07/28 07:21:52 [284] [VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoid975d4f48c89e8e07d94c7ba23534844d.mp4 to /opt/selenoid/video/c4e5ad8acdb7f80e626700d74f64d280.mp4: rename /opt/selenoid/video/selenoid975d4f48c89e8e07d94c7ba23534844d.mp4 /opt/selenoid/video/c4e5ad8acdb7f80e626700d74f64d280.mp4: no such file or directory] 2021/07/28 07:21:53 [285] [REMOVING_CONTAINER] [9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5] 2021/07/28 07:21:53 [285] [FAILED_TO_REMOVE_CONTAINER] [9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5] [Error response from daemon: removal of container 9264504ae09ebf4b672e46dc1bd96773083545a14d7fb4aa1066243c472161f5 is already in progress] 2021/07/28 07:21:53 [285] [REMOVING_CONTAINER] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] 2021/07/28 07:21:53 [285] [CONTAINER_REMOVED] [c4ee7255b272a08374fa99844d9f50254b56e971d98db1ad39ad6753f620b913] 2021/07/28 07:21:53 [285] [VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoid35a254a5e09b8f6817facec1b7e833a0.mp4 to /opt/selenoid/video/2f8a56553e19732859d5d1837954556f.mp4: rename /opt/selenoid/video/selenoid35a254a5e09b8f6817facec1b7e833a0.mp4 /opt/selenoid/video/2f8a56553e19732859d5d1837954556f.mp4: no such file or directory]
As result, I have files in ./aerokube/selenoid folder but with the selenoid prefix. If I use videoName capability the same problem.
On the mac the same steps are working. The machine image used is ubuntu-2004:202101-01
@vania-pooh : Is there any update on this issue ? Facing same issue on windows system. In order to debug / do analysis, what details are required from me ?
@AkkAltimetrik please provide video-recorder
container logs while it's running.
Selenoid_Logs.txt Selenoid_UI_Logs.txt video_recorder_logs.txt
Hi @vania-pooh : Apologies for delayed response.
Please find attached logs for selenoid, selenoid-ui and video-recorder container.
To start selenoid and selenoid-ui container following commands were used. Please let me know if you need any additional details.
docker run -d --name selenoid -p 4444:4444 -v //var/run/docker.sock:/var/run/docker.sock -v /D/QWERTY/ASDF/config/:/etc/selenoid/:ro -v /D/QWERTY/ASDF/selenoid/video/:/opt/selenoid/video/ -e OVERRIDE_VIDEO_OUTPUT_DIR=/D/QWERTY/ASDF/selenoid/video/ aerokube/selenoid:latest-release
docker run --rm -d --name selenoid-ui --link selenoid -p 8090:8080 aerokube/selenoid-ui --selenoid-uri=http://selenoid:4444
Hi @vania-pooh : Any update on this ?
Any updates?
Same error. any update on this?
@vania-pooh
getting this error
[VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoidc2ffe97664901cfeeecc3fe7a9473d68.mp4 to /opt/selenoid/video/testSelenoid.mp4: rename /opt/selenoid/video/selenoidc2ffe97664901cfeeecc3fe7a9473d68.mp4 /opt/selenoid/video/testSelenoid.mp4: no such file or directory]
and these are video-recorder logs while it was running
2023-05-19 18:10:24 ffmpeg version 4.3 Copyright (c) 2000-2020 the FFmpeg developers
2023-05-19 18:10:24 built with gcc 9.3.0 (Alpine 9.3.0)
2023-05-19 18:10:24 configuration: --prefix=/usr --enable-avfilter --enable-gpl --enable-libx264 --enable-libpulse --enable-static --enable-small --disable-ffplay --disable-ffprobe --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-w32threads --disable-alsa --disable-audiotoolbox --disable-cuda --disable-cuvid --disable-d3d11va --disable-dxva2 --disable-nvenc --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-librtmp --disable-devices --enable-indev=xcbgrab --enable-indev=pulse --disable-debug
2023-05-19 18:10:24 libavutil 56. 51.100 / 56. 51.100
2023-05-19 18:10:24 libavcodec 58. 91.100 / 58. 91.100
2023-05-19 18:10:24 libavformat 58. 45.100 / 58. 45.100
2023-05-19 18:10:24 libavdevice 58. 10.100 / 58. 10.100
2023-05-19 18:10:24 libavfilter 7. 85.100 / 7. 85.100
2023-05-19 18:10:24 libswscale 5. 7.100 / 5. 7.100
2023-05-19 18:10:24 libswresample 3. 7.100 / 3. 7.100
2023-05-19 18:10:24 libpostproc 55. 7.100 / 55. 7.100
2023-05-19 18:10:26 Guessed Channel Layout for Input Stream #0.0 : stereo
2023-05-19 18:10:26 Input #0, pulse, from 'default':
2023-05-19 18:10:26 Duration: N/A, start: 1684500026.825388, bitrate: 1536 kb/s
2023-05-19 18:10:26 Stream #0:0: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
2023-05-19 18:10:26 [x11grab @ 0x7f3b22416080] Cannot get the image data event_error: response_type:0 error_code:1 sequence:9 resource_id:1293 minor_code:4 major_code:130.
2023-05-19 18:10:26 [x11grab @ 0x7f3b22416080] Continuing without shared memory.
2023-05-19 18:10:26 [x11grab @ 0x7f3b22416080] Stream #0: not enough frames to estimate rate; consider increasing probesize
2023-05-19 18:10:26 Input #1, x11grab, from 'browser:99':
2023-05-19 18:10:26 Duration: N/A, start: 1684500026.922202, bitrate: 796262 kb/s
2023-05-19 18:10:26 Stream #1:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1920x1080, 796262 kb/s, 12 fps, 1000k tbr, 1000k tbn, 1000k tbc
2023-05-19 18:10:26 Stream mapping:
2023-05-19 18:10:26 Stream #1:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
2023-05-19 18:10:26 Stream #0:0 -> #0:1 (pcm_s16le (native) -> aac (native))
2023-05-19 18:10:26 Press [q] to stop, [?] for help
2023-05-19 18:10:26 [libx264 @ 0x7f3b22842300] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
2023-05-19 18:10:27 [libx264 @ 0x7f3b22842300] profile High, level 4.0, 4:2:0, 8-bit
2023-05-19 18:10:27 [libx264 @ 0x7f3b22842300] 264 - core 157 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=12 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
2023-05-19 18:10:27 Output #0, mp4, to '/data/selenoidc2ffe97664901cfeeecc3fe7a9473d68.mp4':
2023-05-19 18:10:27 Metadata:
2023-05-19 18:10:27 encoder : Lavf58.45.100
2023-05-19 18:10:27 Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p(progressive), 1920x1080, q=-1--1, 12 fps, 12288 tbn, 12 tbc
2023-05-19 18:10:27 Metadata:
2023-05-19 18:10:27 encoder : Lavc58.91.100 libx264
2023-05-19 18:10:27 Side data:
2023-05-19 18:10:24 Waiting for display to open...
2023-05-19 18:10:27 cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
2023-05-19 18:10:27 Stream #0:1: Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s
2023-05-19 18:10:27 Metadata:
2023-05-19 18:10:27 encoder : Lavc58.91.100 aac
[pulse @ 0x7f3b224e93c0] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)
[aac @ 0x7f3b223a4500] Queue input is backward in time04.76 bitrate= 440.4kbits/s speed=0.508x s/s speed=0.232x
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230640, current: 204518; changing to 230641. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230641, current: 205542; changing to 230642. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230642, current: 206566; changing to 230643. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230643, current: 207590; changing to 230644. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230644, current: 208614; changing to 230645. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230645, current: 209638; changing to 230646. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230646, current: 210662; changing to 230647. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230647, current: 211686; changing to 230648. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230648, current: 212710; changing to 230649. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230649, current: 213734; changing to 230650. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230650, current: 214758; changing to 230651. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230651, current: 215782; changing to 230652. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [aac @ 0x7f3b223a4500] Queue input is backward in time
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230652, current: 216806; changing to 230653. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230653, current: 217830; changing to 230654. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230654, current: 186418; changing to 230655. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230655, current: 187442; changing to 230656. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230656, current: 188466; changing to 230657. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230657, current: 189490; changing to 230658. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230658, current: 190514; changing to 230659. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230659, current: 191538; changing to 230660. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230660, current: 192562; changing to 230661. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230661, current: 193586; changing to 230662. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230662, current: 194610; changing to 230663. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230663, current: 195634; changing to 230664. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230664, current: 196658; changing to 230665. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230665, current: 197682; changing to 230666. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230666, current: 198706; changing to 230667. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230667, current: 199730; changing to 230668. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [aac @ 0x7f3b223a4500] Queue input is backward in time
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230668, current: 200754; changing to 230669. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230669, current: 201778; changing to 230670. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230670, current: 195264; changing to 230671. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230671, current: 196288; changing to 230672. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230672, current: 197312; changing to 230673. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230673, current: 198336; changing to 230674. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230674, current: 199360; changing to 230675. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230675, current: 200384; changing to 230676. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230676, current: 201408; changing to 230677. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230677, current: 202432; changing to 230678. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230678, current: 203456; changing to 230679. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230679, current: 204480; changing to 230680. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230680, current: 205504; changing to 230681. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230681, current: 206528; changing to 230682. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230682, current: 207552; changing to 230683. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230683, current: 208576; changing to 230684. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230684, current: 209600; changing to 230685. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:36 [mp4 @ 0x7f3b2284c7c0] Non-monotonous DTS in output stream 0:1; previous: 230685, current: 210624; changing to 230686. This may result in incorrect timestamps in the output file.
2023-05-19 18:10:38 frame= 119 fps= 10 q=-1.0 Lsize= 545kB time=00:00:09.66 bitrate= 462.0kbits/s speed=0.844x
2023-05-19 18:10:38 video:540kB audio:1kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.727166%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] frame I:3 Avg QP:14.65 size: 74709
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] frame P:38 Avg QP:16.38 size: 8093
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] frame B:78 Avg QP:24.55 size: 269
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] consecutive B-frames: 9.2% 10.1% 0.0% 80.7%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] mb I I16..4: 36.2% 57.8% 6.0%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] mb P I16..4: 3.1% 6.2% 1.3% P16..4: 4.3% 0.4% 0.5% 0.0% 0.0% skip:84.2%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] mb B I16..4: 0.0% 0.1% 0.0% B16..8: 1.5% 0.0% 0.0% direct: 0.0% skip:98.3% L0:38.8% L1:60.3% BI: 1.0%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] 8x8 transform intra:58.4% inter:76.2%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] coded y,uvDC,uvAC intra: 19.3% 18.7% 15.9% inter: 0.5% 0.4% 0.1%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] i16 v,h,dc,p: 64% 30% 4% 1%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 42% 6% 46% 1% 1% 1% 1% 1% 2%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 38% 23% 19% 2% 4% 4% 3% 2% 4%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] i8c dc,h,v,p: 83% 11% 5% 1%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] Weighted P-Frames: Y:0.0% UV:0.0%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] ref P L0: 64.0% 1.4% 32.8% 1.8%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] ref B L0: 85.0% 14.2% 0.8%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] ref B L1: 93.9% 6.1%
2023-05-19 18:10:38 [libx264 @ 0x7f3b22842300] kb/s:445.84
2023-05-19 18:10:38 [aac @ 0x7f3b223a4500] Qavg: 65536.000
2023-05-19 18:10:38 Exiting normally, received signal 15.
@RajPradhan75 make sure OVERRIDE_VIDEO_OUTPUT_DIR
is set correctly.
@RajPradhan75 make sure
OVERRIDE_VIDEO_OUTPUT_DIR
is set correctly.
Thank you it's fixed :)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.