Re: [mediacapture-main] Referring to html5.1 for describing srcObject in media elements.

I've now updated the PR to the best of my knowledge. Some comments:
* readyState and networkState is pretty well defined in html5.1, so 
I've removed those from the table. However, this will mean a change in
 behavior since during the load/resFetch/resFetch process networkState
 will toggle (idle, noSource, netwLoading, idle) and not constantly 
stay at idle. Also, for networkState the state "HaveMetadate" will be 
gone through. List discussion on this part?
* there is no text about live track lists and so on, I find that 
pretty clear in html51
* also no text about what happens if the MediaStream is inactive when 
assigned as srcObject; I find that too being clear in html51
* I have added text saying that if a MediaStream goes from active to 
inactive the ended event should fire from the MediaElement and so on. 
Questionable if this really adds anything of value though - the app 
interested could just as well listen to MediaStream events.

An open question is if we should ask the html people to add 
clarifications related to buffered, playoutRate etc. to cover "live" 
media (so we could remove those parts).

Assigning to Adam for a second round of reviews.

-- 
GitHub Notif of comment by stefhak
See 
https://github.com/w3c/mediacapture-main/pull/171#issuecomment-114482492

Received on Tuesday, 23 June 2015 12:45:30 UTC