GNOME Bugzilla – Bug 763286
validate: Automation of http media content testing.
Last modified: 2018-11-03 11:07:35 UTC
When trying to validate media content on targets, due to memory limitations only a few files could be copied to target and tested at a time. So instead of copying the files, thought it would be better to access the same media files by creating a local server for those. Right now there is no option of creating media info for http and automatically running all the media files from the server. Here i have attempted to scan the http server for files and automatically run the validation for all the files present. I was able to successfully test the contents present in http://download.wavetlan.com/SVV/Media/HTTP/http-3gp.htm and http://samples.mplayerhq.hu/MPEG-4/ When the server has sub folders then files in the same will be recursively added.
Created attachment 323352 [details] [review] automated testing of http media files
Created attachment 323591 [details] [review] automated testing of http media files Removed extra option --http-medias-path With this patch, we can test the same with --medias-path option itself, by passing the http path.
Created attachment 324409 [details] [review] automated testing of http media files
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-devtools/issues/20.