forked from intel/wds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
129 lines (106 loc) · 3.84 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Background
==========
- Priority scale: High, Medium and Low
- Complexity scale:
C1, C2, C4 and C8.
The complexity scale is exponential, with complexity 1 being the
lowest complexity. Complexity is a function of both task 'complexity'
and task 'scope'.
Tasks
=====
Miracast sink proof of concept
==============================
21.11 -- POC works!!! (*)
Current hacks:
a. IP address guessing/hardcoding for the to-be-connected client (Tomasz works on patch)
b. (bug) state inconsistency for connman, cannot run demo more than once on the same instance
c. connection and connection re-try logic, we do not know when the peer is in 'accepting' state
d. (bug) streaming stops suddenly at some point
Things to fix
a: Desirable
b: Desirable
c: Mandatory
d: Desirable
- Extend P2P library to cover the source use cases so
that it can be used by Miracast source POC
Priority: Low
Complexity: C2
Owner: [email protected]
Owner: [email protected]
Status: (02.12) Open.
- Patch hostnamed/systemd that would tell the device type. Device type
will be set with hostnamectl
Priority: High
Complexity: C2
Owner: [email protected]
Status: (02.12) -- Still open. Patch is to be sent. ConnMan also needs that case handled (goes to Tomasz)
- Create/improve sink application
For Sink, state machine code needs to be improved/verified, and all
other compontents (Gst, p2P, RTSP) to be integrated into a single nice app
Priority: Medium
Complexity: C4
Owner: [email protected]
Status: (12.11) -- DONE
- Create/improve source application
For source, state machine code needs to be improved/verified, and all
other compontents (Gst, p2P, RTSP) to be integrated into a single nice app
Priority: Medium
Complexity: C4
Owner: [email protected]
Status: (02.12) -- Works on pre-established connection
- Start working on 01.org/WYSIWiDi presence
Set up mailing list and repository
NB: Consider GitHub issues vs JIRA
Priority: Medium
Complexity: C1
Owner: [email protected]
Status: (02.12) -- Content in progress
- Create reference configuration and document it on the site
NUC with Yocto 1.7 and VM, possibly
Priority: High
Complexity: C2
Owner: [email protected]
Status: (02.12) -- In progress.
- Create an (own RTSP implementation-based) state machine for establishing and maintaining
WiDi connection in the form of shared library. SM needs to be mainloop and toolkit independent.
Priority: High
Complexity: C2
Owner: [email protected]
Status: (02.12) -- Work in progress. ETA 10.12.
Miracast Sink implementation
============================
- Study and document requirements for HDCP and I2C plugins for the
stack and document them
Priority: Medium
Complexity: C2
Owner: [email protected]
Status: (29.10) -- Open
- Implement WiDi IE Handling for P2P. We need to be able to collect and
encode system caps (codecs, bandwidths etc) into IE
Note: needed only after POC for proper WiDi service integration
Priority: Medium
Complexity: C2
Owner:
Status: Not started
- Create interface code to query Gstreamer for available codecs
and device caps so that they can be communicated in connection established
Priority: Low
Complexity: C2
Owner: [email protected]
Status: (15.10) -- new. Note there are number of system parameters that cannot
be obtained from gstreamer, so we will need to have some way of handing that
- Figure out the certification practicalities for Miracast
Priority: Medium
Complexity: C4
Owner: [email protected]
Status: (15.10) - new
- Create a summary of wpa_supplicant P2P patches
Priority: Low
Complexity: C1
Owner: [email protected]
Status: not started
- Sink-specific: Implement agent interface for ConnMan to handle P2P PIN code request
Priority: Medium
Complexity: C4
Owner:
Status: