This page was last modified 11:08, 10 September 2007.
KIJ000730 - Video streaming will not start until RecordControl.commit() is called
From Forum Nokia Wiki
| ID | KIJ000730 | Creation date | August 31, 2007 |
| Platform | Series 40 3rd Edition | Devices | |
| Category | Java | Subcategory | Mobile Media API |
Overview
It is not possible to immediately stream video data being recorded with the camera to another output stream.
Description
All Series 40 phones record to 3GP / 3GP2 format, and when recording takes place, the video encoder stores a header at the start of the file. Unfortunately, this file header must be updated as the recording completes. Therefore, if it were possible to immediately stream the recorded video, the (invalid) header would be transmitted and could not be updated later.
Therefore, even if the RecordControl.setOutputStream() method is used, the target output stream will only be filled with data once the RecordControl.commit() method is called and the recording is stopped.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nokia 12 and streaming video | glennik | Nokia M2M | 1 | 2005-04-22 11:54 |
| video streaming over bluetooth | wisnu78 | Bluetooth Technology | 0 | 2007-12-06 07:28 |
| Video Streaming | El_Nino | Symbian Tools & SDKs | 0 | 2003-06-16 06:29 |
| RTP Packet size | bkarthik_be | Graphics & Video & Streaming | 0 | 2006-06-22 06:52 |
| RTSP VIDEO STREAMING | oreochen | Symbian Media (Graphics & Sounds) | 6 | 2007-03-09 01:49 |

