|
|
Line 91: |
Line 91: |
| * KDDI/LG workshops. | | * KDDI/LG workshops. |
|
| |
|
| == Ethan == | | ==== Done ==== |
| ==== RTSP Bugs for v1.3 ==== | | # {{Bug|962309}} - Video RTSP support should be disabled in 1.3 ('''Landed''') (1.3+) |
| '''Seek Function''' | | # {{Bug|951188}} - [RTSP][V1.3] No error notification when the RTSP link fails to load ('''Landed''') (1.3+) |
| # {{Bug|961926}} - [RTSP] Seek function does not work for 3GP Video RTSP streams (New) (1.3?) | | # {{Bug|966623}} - Video RTSP support should be enabled in 1.4 ('''Landed''') (1.4+) |
| # {{Bug|898866}} - RTSP: seek function issues (meta bug) (1.3+) | | # {{Bug|966627}} - Fix typos in ARTSPConnection::receiveRTSPReponse() and ARTSPConnection::postReceiveReponseEvent() ('''Landed''') |
| | # {{Bug|951197}} - [RTSP][V1.3] Video app didn't pop up "Network unavailable" message while disabling the network ('''Resolved Duplicate''') |
|
| |
|
| '''Error Handling'''
| | ==== In Progress & Next ==== |
| # {{Bug|951197}} - [RTSP][V1.3] Video app didn't pop up "Network unavailable" message while disabling the network (New) (could be a duplicate of the next one) | | # {{Bug|945603}} - [RTSP] Support Rtsp Protocol in URL Bar on b2g Browser |
| # {{Bug|951188}} - [RTSP][V1.3] No error notification when the RTSP link fails to load (work in progress) (1.3?)
| | #* Resolving a critical resource leak problem. |
|
| | # {{Bug|949675}} - Support HTTP->Rtsp Channel redirects |
| '''Others'''
| |
| # {{Bug|964209}} - [RTSP] Content process crash after bug 959861 (New) (Benjamin is working on this)
| |
| #* Critical. But the root cause was already identified. Will be fixed ASAP. | |
| # {{Bug|960813}} - [B2G][Browser][RTSP] Unable to add RTSP bookmark to the "Home screen” (New) (1.3+)
| |
| # {{Bug|951278}} - [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second (New) (1.3?) (Benjamin & Vincent are working on this) | |
| # {{Bug|877193}} - Configure memory usage for RTSP streaming (New) (1.3?)
| |
| #* Memory consumption might be a critical problem when released. Currently RtspTrackBuffer allocates 64MB for a video track.
| |
|
| |
|
| ==== RTSP Bugs for v1.4 ==== | | ==== Share What I Know ==== |
| '''URL Bar'''
| | * Browser app was replaced by “system browser” in v1.4. |
| # {{Bug|945603}} - [RTSP][Gaia] Support Rtsp Protocol in URL Bar on b2g Browser (work in progress) (1.4+)
| | ** This is the feature “browser integration into system” of the Haida project. |
| #* Uploaded a WIP patch. But new issues coming:
| | ** Rocket bar + system browser |
| #* Resource management
| |
| #* Error in libgenlock (causes the video stutter seriously)
| |
| E/libgenlock( 2803): perform_lock_unlock_operation: GENLOCK_IOC_LOCK failed (lockType0x1, err=Connection timed out fd=29)
| |
| E/omx_vdec( 2803): Failed to acquire genlock, ret = 1
| |
| # {{Bug|963565}} - [RTSP][V1.4] RTSP audio-only streaming cannot be played by video app (New) (1.4+)
| |
| #* There is an argument of rendering RTSP streaming in the builtin media player instead of Gaia app.
| |
| | |
| '''Redirection'''
| |
| # {{Bug|929897}} - [RTSP] Support Rtsp protocol when receive HTTP 302 Moved Temporarily response with RTSP url (work in progress) (1.3? 1.4?)
| |
| #* The root cause was identified. Still figuring out a solution.
| |
| #* This bug is committed in v1.4. However, a "shorten URL" will also perform an "http->rtsp" redirection and it will cause system crash, which is serious.
| |
| #* {{Bug|949675}} - Implement IPC for RtspChannel to support redirects and be generally correct (New) (Assignee is Steve Workman)
| |
| #* User story: {{Bug|940460}} - [User Story] [RTSP] Cross-protocol redirects from HTTP to RTSP
| |
|
| |
|
| == Henry == | | == Henry == |