On the way. This will add a new widget to core file fields, and a new tab to the Media browser...

Comments

sidharth_k’s picture

subscribing

pragnatek’s picture

subscribing

gcrouse’s picture

Component: Code » Miscellaneous

subscribing

Anonymous’s picture

Sweet! Subscribe

larowlan’s picture

Subscribing
I've got a project where this is needed and are willing to pitch in with development.
Ping me via contact form/irc if you're interested.
LR

mefisto75’s picture

tracking

BeaPower’s picture

sub

larowlan’s picture

StatusFileSize
new14.3 KB
new26.44 KB

I've got the port for this done.
Patch attached, also requires a new sprite which goes in includes/theme/css/img.
In terms of playing, checkout flowplayer issue quere where I've attached a patch to add formatter support.

larowlan’s picture

Status: Active » Needs review

status

BeaPower’s picture

update?

BeaPower’s picture

working anyone?

BeaPower’s picture

I am getting the error: This version is not compatible with Drupal 7.x and should be replaced.

aaron’s picture

Version: 6.x-1.x-dev » 7.x-1.0-beta2
Status: Needs review » Fixed

Committed that. Thanks, @larowlan!

aaron’s picture

Status: Fixed » Needs work

crud. I need coffee. The patch didn't even apply...

BeaPower’s picture

Yep same here...

larowlan’s picture

Aaron
Do you want me to send a tar.gz of the module?
Personally I hate it when people do that (I prefer a patch) so figured I'd ask first.

Lee

aaron’s picture

@larowlan,

I also generally prefer a patch, but am not sure why this one didn't apply. Here is the output that I had, if anyone knows from that. Feel free to post a zip of the module if that's easier than troubleshooting the patch.

Thanks,
Aaron

$ git apply -v media_webcam-d7.patch
media_webcam-d7.patch:89: trailing whitespace.
  background-position: 0 -294px; 
media_webcam-d7.patch:97: trailing whitespace.
  background-position: 0 -196px; 
media_webcam-d7.patch:215: trailing whitespace.
  
media_webcam-d7.patch:239: trailing whitespace.
  
media_webcam-d7.patch:460: trailing whitespace.
  
Checking patch includes/media_webcam.admin.inc...
Checking patch includes/themes/css/img/camera.png...
error: cannot apply binary patch to 'includes/themes/css/img/camera.png' without full index line
error: includes/themes/css/img/camera.png: patch does not apply
Checking patch includes/themes/css/img/play-over.png...
error: cannot apply binary patch to 'includes/themes/css/img/play-over.png' without full index line
error: includes/themes/css/img/play-over.png: patch does not apply
Checking patch includes/themes/css/img/play.png...
error: cannot apply binary patch to 'includes/themes/css/img/play.png' without full index line
error: includes/themes/css/img/play.png: patch does not apply
Checking patch includes/themes/css/img/record-over.png...
error: cannot apply binary patch to 'includes/themes/css/img/record-over.png' without full index line
error: includes/themes/css/img/record-over.png: patch does not apply
Checking patch includes/themes/css/img/record.png...
error: cannot apply binary patch to 'includes/themes/css/img/record.png' without full index line
error: includes/themes/css/img/record.png: patch does not apply
Checking patch includes/themes/css/img/sprite.png...
error: cannot apply binary patch to 'includes/themes/css/img/sprite.png' without full index line
error: includes/themes/css/img/sprite.png: patch does not apply
Checking patch includes/themes/css/img/stop-disabled.png...
error: cannot apply binary patch to 'includes/themes/css/img/stop-disabled.png' without full index line
error: includes/themes/css/img/stop-disabled.png: patch does not apply
Checking patch includes/themes/css/img/stop-over.png...
error: cannot apply binary patch to 'includes/themes/css/img/stop-over.png' without full index line
error: includes/themes/css/img/stop-over.png: patch does not apply
Checking patch includes/themes/css/img/stop.png...
error: cannot apply binary patch to 'includes/themes/css/img/stop.png' without full index line
error: includes/themes/css/img/stop.png: patch does not apply
Checking patch includes/themes/css/media_webcam.css...
Checking patch includes/themes/js/media_webcam.js...
Checking patch includes/themes/media-webcam-widget.tpl.php...
Checking patch includes/themes/media_webcam.theme.inc...
Checking patch media_webcam.info...
Checking patch media_webcam.module...
aaron’s picture

alternatively, I'm happy to add you as a co-maintainer of the module if you'd like :)

aaron’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev

version change

larowlan’s picture

yeah happy to go co-maintainer - I know you've got a lot on both with Drupal and privately.
I tried to upload the module but it failed because of 3mb limit.
I will reroll the patch

larowlan’s picture

StatusFileSize
new24.61 KB

Here's the patch without the image stuff

larowlan’s picture

StatusFileSize
new3.45 KB

Plus also found this in my repo (more changes post the above patch).
So this is in addition to the previous one.

larowlan’s picture

Status: Needs work » Needs review
aaron’s picture

larowlan,

You're a maintainer now. Feel free to commit your work to the 7.x-1.x branch, or I can take a look next week.

Thanks,
aaron

larowlan’s picture

Status: Needs review » Fixed

Have pushed my work.
Will test it with the package once your dev release is rolled.

BeaPower’s picture

dev rolled out?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

BeaPower’s picture

when is the d7 version coming out?