Hello. With the release of WordPress 3.1 looming, I was wondering if there is any news from the video server camp? I would really like to set up a self-hosted system using this framework, and from the general tone the project is undergoing some new updates. Is there any news? Would this be the primary source of news if there was any? What’s happening captain?
Recent Updates RSS Toggle Comment Threads | Keyboard Shortcuts
-
switzerbaden
-
euassisti
Hello for all. I have a server managed by the hosting company that has a WordPress MU installation. Is it possible install the WordPress Video Solution Framework in other server managed by me and use in my WordPress MU or it just works in local machine? Someone use it in Windows or just Linux? Thanks in advance.
-
Niall Kennedy
Automattic is currently working on a refresh of the wordpresscom-video-server project that will improve support for low-power, mobile devices requiring specialized encoding profiles. These changes are expected to change database schema, selectors for best match video, thumbnail handlers, and more. These are some core pieces of the framework; it’s best not to break the framework foundation too often and cause implementors to change their builds.
If you use VideoPress or have visited a site with a VideoPress video you may have noticed a new Flash video player based on the Open Source Media Framework developed by Adobe and others and released under a MPL license. The new VideoPress player uses Action Message Format 3 (spec PDF) for client-server communication. AMF 3 produces a compact binary over the wire for fast processing by the Flash client runtime. Player components, including skins, are defined as objects and passed to the player for unpacking. Custom skins for sites implementing the wordpresscom-video-server framework should be a lot simpler with the new player design. You can read more about the VideoPress player and the OSMF framework in my recent VideoPress OSMF player article published in the Adobe Edge newsletter.
If you follow core WordPress development you may have recently noticed a post on WordPress 3.1 scope and some hints at what that community plans to implement in WordPress 3.2. Expect a few changes from the WordPress community around “content types” and a general interest around utilizing custom post types possible in WordPress 3.0 in new ways. WordPress 3.2, expected early 2011, currently includes a media type overhaul that will likely impact wordpresscom-video-server implementations again. Some foundational changes that will ultimately bring more attention to video as a publishing type within the WordPress publishing system.
-Niall Kennedy
VideoPress contractor -
Rebecca Levey
I am wondering what the best service is, or best way in general, to allow user submitted videos on a wordpress.org site. they would need to be moderated first. any suggestions?
-
José Conti
Will WPV work on WordPress 3.0?
Looks like an abandoned project…
-
Steve Global Media
I scrolled down and saw this:
Joshua Parker 9:19 pm on May 10, 2010
No, it needs to be updated for WP 3.0.I would really really like to see this updated and functioning with WP 3.0 – I am ready to roll it out and try this! If a monetary donation would make it happen faster I might be willing to donate.
-
thomas
Yeah, same here – I would use it for at least two websites, and I would be happy to donate some bucks to make it wp3.0 compatible.
Are there any developers actually reading this? It seems like many frustrated users are waiting for an official response here, or at least an statement if this project has a future or not.
-
Matt
The codebase has been advancing quickly, but hasn’t been merged into WPV yet because we’ve been waiting for it to stablize first.
-
thomas
oh, wow, thanks for the update! I hope we see an update soon!
-
pavelevap
I looked into Trac and there are no changes for 12 months. Is there any testing (development) version? It is really helpfull framework, but we need to upgrade to WP 3.0. Thank you for your help…
-
-
darkeorc
Hi Matt,
How long we have to wait for the merge?
Thak you
-
SwitzerBaden
We are about to perform an install of the wpv server, but are holding off, waiting on news of the merge/3.0 upgrade. Is this actually the primary source for this info? It seems a bit abandoned by WordPress standards.
-
-
-
-
-
Sabejín
I want to be able to upload a video
-
sohelnetbd
I forgot to enable AllowOverride option to ALL in apache config file. As a reason .htaccess rewrite rules were not working. Now it’s working fine.
-
sohelnetbd
I edited the the following entries in php.ini
post_max_size = 500M
Now I can upload files and it also transcodes successfully. I can see the transcoded files in /var/www/html/wp-content/blogs.dir/1/files/2010/06 directory
But when I click on play video in “Preview and insert” I get the message
“Sorry, the video is currently unavailable”
What’s preventing to play the video?
Thanks
-
sohelnetbd
I found the following error lines are quoted from /ffmpeg/libavfilter/vsrc_buffer.c file
“Buffering several frames is not supported. Please consume all available frames before adding a new one.”
But transcoding completes succesffully if done from command line by changing the following line in video-verify-ffmpeg.php. There is no buffer related issue.
$video_url = “/root/Quakecon.wmv”;
php video-verify-ffmpeg.php
Why is it getting buffer related problem when transcoding through WPMU site.
Adding the error logs again below
[buffer @ 0x8e8a4b0]Buffering several frames is not supported. Please consume all available frames before adding a new one.
frame= 1 fps= 0 q=4.8 Lsize= 15kB time=1.00 bitrate= 126.4kbits/s its/s
video:15kB audio:0kB global headers:0kB muxing overhead 0.000000%[Sun Jun 20 23:58:58 2010] [error] [client 10.0.0.45] final_touch=http://dsvideo.dhaka.vantage.com/wp-content/plugins/video/video-finaltouch.php?blog=dsvideo.dhaka.vantage.com&post_id=9
[Sun Jun 20 23:58:58 2010] [error] [client 10.0.0.45] PHP Warning: POST Content-Length of 10359818
bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: http://dsvideo.dhaka.vantage.com[Sun Jun 20 23:58:58 2010] [error] [client 10.0.0.45] video ROW DOES NOT EXIST: sql = SELECT * FROM videos WHERE blog_id=0 AND post_id=0, referer: http://dsvideo.dhaka.vantage.com
[Sun Jun 20 23:58:58 2010] [error] [client 10.0.0.45] finaltouch:video(blog:, post:): error_auth_with_fileserver , referer: http://dsvideo.dhaka.vantage.com
[Sun Jun 20 23:59:03 2010] [error] [client 10.0.0.45] video(blog:1, post:9): fmt_std sending to http://dsvideo.dhaka.vantage.com/wp-content/plugins/video/video-finaltouch.php?blog=dsvideo.dhaka.vantage.com&post_id=9 failed: sending_to_fileserver
[Sun Jun 20 23:59:03 2010] [error] [client 10.0.0.45] video(blog:1, post:9): fmt_std error_cannot_sendto_fileserver
Please help.
Thanks
-
sohelnetbd
Also getting the following logs
Press [q] to stop encoding
[buffer @ 0x91e54b0]Buffering several frames is not supported. Please consume all available frames before adding a new one.
frame= 1 fps= 0 q=4.8 Lsize= 15kB time=1.00 bitrate= 126.4kbits/s its/s
video:15kB audio:0kB global headers:0kB muxing overhead 0.000000%
darkeorc 9:00 am on September 16, 2010 Permalink |
Hi Niall,
Any news about it?
Thank you