groupon / Selenium-Grid-Extras

Simplify the management of the Selenium Grid Nodes and stabilize said nodes by cleaning up the test environment after the build has been completed
BSD 3-Clause "New" or "Revised" License
537 stars 210 forks source link

Navigate to http://172.16.0.115:3000 for more details [pool-2-thread-1] ERROR org.ffmpeg - [libx264 @ 0000000015D27DD0] height not divisible by 2 (1024x541) [pool-2-thread-1] WARN com.xuggle.xuggler - Error: could not open codec (../../../../../../../csrc/com/xuggle/xuggler/St reamCoder.cpp:831) #330

Open Maximus1285 opened 7 years ago

Maximus1285 commented 7 years ago

Has anyone come accross this issue? Looks like it fails encoding the video, can anyone help me out here?

Maximus1285 commented 7 years ago

This is the content of my selenium_grid_extras_config.json, as you can see I have modified the height and width for video recording options, but it doesn't seem to be correctly reading this json

} "theConfigMap": { "auto_update_browser_versions": "1", "hub_config_files": [], "auto_start_hub": "0", "iedriver": { "bit": "Win32", "version": "3.3.0" }, "default_role": "node", "unregisterNodeDuringReboot": "true", "chromedriver": { "bit": "32", "version": "2.29" }, "auto_update_drivers": "1", "video_recording_options": { "height": "768", "frameSeconds": "1", "idle_video_timeout": "120", "frames": "5", "title_frame_font_color": "129,182,64,128", "lower_third_background_color": "0,0,0,200", "width": "1024", "lower_third_font_color": "255,255,255,255", "video_output_dir": "video_output", "record_test_videos": "true", "videos_to_keep": "40" }, "auto_start_node": "1", "hub_config": {}, "geckodriver": { "version": "0.15.0" }, "log_maximum_age_ms": 864000000, "reboot_after_sessions": "0", "grid_extras_port": "3000", "webdriver": { "version": "3.3.1" }, "node_config_files": [ "node_5555.json" ] } }

rodicaDan commented 3 years ago

Same problem here ! I start the grid extras like this:

java -Dconfig=selenium_grid_extras_config.json -jar SeleniumGridExtras-2.0.4-SNAPSHOT-jar-with-dependencies.jar In the config file: video height is defo divisible by 2.

Yet I get: [pool-2-thread-1] ERROR org.ffmpeg - [libx264 @ 16CB6EC0] height not divisible by 2 (1024x429) [pool-2-thread-1] WARN com.xuggle.xuggler - Error: could not open codec (../../../../../../../csrc/com/xuggle/xuggler/StreamCoder.cpp:831) [pool-2-thread-1] WARN com.xuggle.xuggler - writeTrailer() with no matching call to writeHeader() (../../../../../../../csrc/com/xuggle/xuggler/Container.cpp:863)