Any plan for D7 Port?

Comments

mortician’s picture

Any update on this?

skwashd’s picture

I would like to port it to D7, but I don't have the time to do it unfunded. The port should be straight forward.

kaizerking’s picture

straight forward means?

jazznight17’s picture

i tried media_webcam but the video is very pixelated ; how could we help to update this module ?

k_zoltan’s picture

I think it would be a great start to have at least a 7.x branch in the repository so that people could start adding patches.

skwashd’s picture

@kaizerking There shouldn't be any major changes. It should just be matter of updating the code for the new APIs.

@k_zoltan the initial patch would be against the 6.x-1.x-dev branch. Once there is a good quality patch I will create the branch and commit it. All followup issues would then be filed against the 7.x branch. Creating a 7.x branch suggests that the code will work with that version - which it currently will not.

I am happy to review patches if people submit them.

balintbrews’s picture

Title: Any plan for D7 Port? » Port the module to Drupal 7
Assigned: Unassigned » balintbrews
Category: support » task
Status: Active » Needs review
StatusFileSize
new16.11 KB

Thank you @skwashd for this great module! I took the time and ported it to Drupal 7. I worked in a sandbox (I will delete it later), so you may would like to review the commit log — I tried to keep it clean and logical. I would appreciate if this would be merged eventually, but I'm attaching a patch as well, so that it's easier to review and comment.

The attached patch is made on top of the changes from #1992994: Fix minor coding standard issues, so it only contains the more relevant diff. If the patch in the other issue changes, I will reroll this one to be consistent.

I hope you'll find this work useful.

kreynen’s picture

I created https://drupal.org/project/video_recording based on @balintk's sandbox. The process for configuring this using a Wowza EC2 instance is pretty easy once we sorted though all of the Drupal modules that don't support RTMP. We're still tweaking the video_recorder, but it would be nice to be submitting patches for an actual release vs. a sandbox.

@skwashd if you aren't going to create a D7 branch, would you consider adding @balintk as a maintainer?