Android's stageflight supports MPEG2TS and MPEG2PS extractor. But it is used for local file right now. To support MPEG2TS through RTSP, we need to support sdp parser for video/mp2ts (video 0 RTP/AVP 33) and feed the data to the extractor. Current RTSP implementation in FFOS is reviewing in Bug 831645. We hope to fix it as soon as we can.
Many Thanks, Vincent Chang, Software Engineer of Mozilla Taiwan 2013/8/2 Robert O'Callahan <[email protected]> > [I'm not on dev.b2g...] > > [Browser support for DASH isn't quite dead; IE11 has it apparently. But > that won't help us here.] > > I don't know anything about MPEG2TS or what it would take for HLS to be > implementable in JS via Media Source. Matthew or Chris D/P might know. Note > that even if we supported MPEG2TS in Media Source, Youtube would still have > to hook up JS support for HLS for us. > > I'm pretty sure the long term plan for Youtube is WebM or Fragmented MP4 > over MSE for Chrome/Web. Whether we should wait for that to save us, I > don't know. > > Rob > -- > Jtehsauts tshaei dS,o n" Wohfy Mdaon yhoaus eanuttehrotraiitny eovni > le atrhtohu gthot sf oirng iyvoeu rs ihnesa.r"t sS?o Whhei csha iids teoa > stiheer :p atroa lsyazye,d 'mYaonu,r "sGients uapr,e tfaokreg iyvoeunr, > 'm aotr atnod sgaoy ,h o'mGee.t" uTph eann dt hwea lmka'n? gBoutt uIp > waanndt wyeonut thoo mken.o w * > * > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
