Archive

Posts Tagged ‘playback’

Simple Video Capture/playback On Ipad (ios)

February 17th, 2012 Comments off

Looking for solid iOS/Video developer to create a simple app that does the folowing:

1. Play simple audio prompt
2. Pause for A_SECONDS, where A_SECONDS is configurable, like 3.5 secs
3. Capture video for X_SECONDS duration,where X_SECONDS is configurable, like 3.5 secs
4. Play back video (allow the user some controls in playback)
5. Pause for B_SECONDS duration,where B_SECONDS is configurable, like 3.5 secs

1 through 5 loop continuously N time, where N can be configured, like 15 ti…

Simple Video Capture/playback App For Sports Motion Feedback

September 18th, 2011 Comments off

This application should capture video from selected video device, write to hard drive, and playback in a loop. This is for video feedback on sports motions. The point of the application is to allow the user to practice a sports motion repetitively, with video feedback after each time they practice the motion.

The application should at least run on Windows, but OS independent solution in either C+, Java, or Adobe Air would be best.

Requirements:

1. Allow user to set video device
2. Allow user to preview video before starting (show what is currently being captured by the camera)
3. Loop capture, playback N times, where N is the number of times the user wants to practice a particular motion
a) ALERT – give alert indicating to the user that they need to do the motion
b) CAPTURE – capture the motion for a duration of X, where X is the milliseconds the capture needs to be recorded
c) PAUSE 1 – pause P1 milliseconds, where P is the value the user sets for pause period between CAPTURE and PLAY
d) PLAY – play back the captured motion in step b)CAPTURE
e) PAUSE 2 – pause P2 milliseconds, where P2 is the value the user sets for pause period between d) PLAY and a) ALERT

a) through e) loops continuously N times.

4. The user should get a beginning and ending scrub bar they can use to set the interval in the capture stream that should be the BEGINNING and ENDING point for the d) PLAY playback interval.

5. The user should be able to set playback speed for d) PLAY, with at least 5 levels of slow motion playback. Slow motion playback speed setting should be available in the UI.

6. In addition, the video app window should be resizable, and also available in full screen mode.

7. There should be a basic settings dialog where the user sets the video device, quality, etc.

8. The user should be able to set the N loop interval count in the UI.

The budget for this is up to $800. Deliverables should be full source code, compile instructions. No third party components should be used unless agreed.

Wireframes will be given to selected programmer.

In your bid, please clearly indicate what technology you will use (C+, Java, etc)

Video Chat / Recording / Playback Solution Based On Red5

May 19th, 2011 Comments off

- Video record allowed of max 5 minutes based on session id received on connect (query in mysql db to retrieve user name based on session id).
- Video playback based on session id sent on connect (query in db to check if the session is valid)
- Video session (chat) based on session id (query on db to check if the session matches the users – each video session has a specific start time and end time, must check if the session is scheduled at the time of the request – also, limit the session to two hours).

More details on request. Be advised that the delivery date of this project shouldn’t be longer than 7 days

Flv Flash Player Playback

September 26th, 2009 Comments off

I need a php script created that will create a flash video player.

Heres how the script works.

1. Someones enters a .flv URL of a video that is hosted on the internet.

2. They enter the length of that video in minutes and seconds.

3. They choose a date and a time for when the video should start playing.

4. They press submit/get code.

Now after the user fills out this form and presses the submit button, the video player code is generated. When the user puts this code into their website, it will show a blank player and will ONLY play the video untill the specified time begins.

For example: If the user told the php script to playback the video at 5:00 pm and its only 4:45 pm then the video will NOT be playing. It will only start playing at 5:00pm

Categories: Flash, PHP Tags: , , , , , ,

Scheduled Video Playback

July 1st, 2009 Comments off

I need some type of flash player created that can be set to play a video on a scheduled time.

I need an admin panel where I can add a video URL and a time to play. Then the system will give me player code for that specific video.

When I copy and paste that player code onto my website, the video wont play untill the time I set has started.

And if the time has past already, the video will start to play from how many minutes have past.

For example: If the video is set to play at 5:00pm and the time is 5:30 when you get to the video player webpage, the video will begin starting at 30 minutes into the video.

However if you begin watching at 5:00 the video will start from the beginning.

Simple Longtail Player Plugin

June 15th, 2009 Comments off

I need a plugin created that uses the LongTail Video player … this should ONLY use the LongTail player, not any other flash video player.

The plugin will toggle the visibility of a div, based on a specific, pre-defined time, or percentage of video playback has completed …

For example, if a video to be played is exactly 10 minutes in length, the LongTail video player should trigger the visibility the div to go from “hidden”, to “visible” at the 9 minute mark of video playback if 9 minutes is the pre-defined time set to toggle the div.

The plugin should work based both on specific times … for example, 9 minutes. Or, based on a percentage of video playback … in this example, 90% ( which is 9/10 ) playback completed.

Once the div has been toggled to “visible”, the div should not become “hidden” if the viewer watching the video uses the playback scrollbar to go back in the position of the video.

So, once the video has hit either X time, or X percentage of playback, a div should toggle from “hidden”, to “visible”, and remain “visible” from that point forward.

This must work based on video playback time and be triggered by the LongTail player … it may not be based on simply setting an external timer to toggle the div visibility.

The reason for this is as follows ….

It someone is watching a 10 minute video, and watches for 5 minutes … then pauses the playback for 20 minutes, and returns to watching after that time, the div should not be visible. The div visibility must be triggered based on actual video playback.

What is required is the plugin or module for the LongTail player, and two functioning example HTML pages that show that the plugin works properly.

The first example should work based on a pre-defined time of playback being completed …

The second example should work based on a pre-defined percentage of playback being completed.

The content of the div can be anything you’d like to show … but, for my purposes, it’d be nice to show a form submit button.

Bear