History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-2523
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: P0 P0
Assignee: Don Hopkins
Reporter: Sarah Allen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Video: recording doesn't work

Created: 18/Aug/06 10:19 AM   Updated: 14/Oct/06 10:42 AM
Component/s: Extensions - Streaming Audio / Video
Affects Version/s: 3.4
Fix Version/s: 3.4

Time Tracking:
Not Specified

Severity: Critical
Fixed in Change#: 1,779
Runtime: N/A
Fix in hand: False


 Description  « Hide
reported via email, I was told it can be repro'd using the checked in test case

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Don Hopkins - 08/Sep/06 09:07 PM
Fixed problem with video recording test not showing camera after stop playing or begin recording:
After recording and playing back a video, subsequent recording doesn't show video on screen, but does record.

Because both the camera recording and the stream playing compete for
the same videoview, you must go cam.setAttribute("show", true) before
starting recording, and after stopping playing, to make the camera
show on the videoview instead of the stream.

Test it with this file:
test/video/test-recording.lzx