Closed
Bug 1138262
Opened 10 years ago
Closed 9 years ago
[META][RTSP] Refactor RTSP component
Categories
(Firefox OS Graveyard :: RTSP, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jhao, Assigned: jhao)
References
Details
Things to do include:
1. Move main logic from b2g process to content process
2. Reduce the dependencies on Android libraries.
| Assignee | ||
Comment 1•10 years ago
|
||
It seems that there are several possible refactor to do.
Let's make this a meta bug.
Summary: [RTSP] Refactor RTSP component → [META][RTSP] Refactor RTSP component
Comment 2•10 years ago
|
||
Thanks for filing this bug. :)
(In reply to Jonathan Hao [:jhao] from comment #0)
> Things to do include:
> 1. Move main logic from b2g process to content process
> 2. Reduce the dependencies on Android libraries.
By doing 1, we could significantly reduce the danger of crashing the whole device, which is a major problem of current RTSP component.
The final goal of doing 2 is to enable RTSP on Firefox desktop, which could be a huge work that we need strict review on the architecture and security.
Comment 3•10 years ago
|
||
I'd like to point out an important issue.
Before refactoring RTSP component, we have to think of building a solid strategy for testing RTSP functionality. So far we don't have any automation tests for RTSP. It is always tested manually by QA engineers.
Bug 1032111 was aimed to enable automation test on emulator, but it is blocked by some reason (https://bugzilla.mozilla.org/show_bug.cgi?id=1032111#c41).
In order to ensure our refactoring would not bring in regression, we have to deal with testing first.
| Assignee | ||
Comment 4•9 years ago
|
||
Closing this bug since no one works on RTSP anymore.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•