Closed
Bug 984295
Opened 11 years ago
Closed 7 years ago
[Rtsp] Serialize Rtsp controller requests
Categories
(Firefox OS Graveyard :: RTSP, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
WONTFIX
tracking-b2g | backlog |
People
(Reporter: vchang, Assigned: vchang)
Details
(Whiteboard: [p=5])
Attachments
(1 file)
2.86 KB,
patch
|
Details | Diff | Splinter Review |
There is a case that RtspConnectionHandler may receive multiple requests while previous request is in process. For instance, we may receive Play request and waiting for 200 OK from the server. Before 200 Ok is received from the server, we may have a Seek request and send a Pause request following with Play request. The server may response 4xx error in this case.
We observe this when trying to fix bug 951278.
Updated•11 years ago
|
Component: General → RTSP
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → vchang
Assignee | ||
Comment 1•11 years ago
|
||
This patch is necessary if you want to verify bug 951278.
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=3]
Target Milestone: --- → 1.4 S6 (25apr)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [p=3] → [p=5]
Updated•11 years ago
|
blocking-b2g: --- → backlog
Comment 2•11 years ago
|
||
Just for reference.
A similar problem was found and fixed in bug 996688, which caused crash if the following events happen in RtspConnectionHandler:
play() -> disconnect() -> parsePlayResponse()
Comment 3•11 years ago
|
||
Added test case
- https://moztrap.mozilla.org/manage/cases/?&pagenumber=1&pagesize=100&sortfield=created_on&sortdirection=desc&filter-tag=1799&filter-productversion=177
Flags: in-moztrap+
Assignee | ||
Updated•11 years ago
|
Target Milestone: 1.4 S6 (25apr) → 2.0 S3 (6june)
Assignee | ||
Updated•11 years ago
|
Target Milestone: 2.0 S3 (6june) → ---
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 4•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•