[tbb-bugs] #29859 [Applications/Tor Browser]: Playing videos on Twitter is not working and freezing the mobile browser
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Apr 10 21:32:14 UTC 2019
#29859: Playing videos on Twitter is not working and freezing the mobile browser
-------------------------------------------------+-------------------------
Reporter: gk | Owner: tbb-
| team
Type: defect | Status:
| needs_review
Priority: High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-mobile, GeorgKoppen201904, | Actual Points:
TorBrowserTeam201904R, tbb-8.5-must |
Parent ID: | Points:
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Comment (by sysrqb):
Okay, on older Android versions (Jellybean and earlier) Fennec uses a
custom async wrapper around Android built-in MediaCodec system for
handling media files/streams. On newer versions, Android provides an async
MediaCodec library, and Fennec uses that directly. Therefore, it seems
like this should work on all supported versions, but the error log above
indicates this isn't the reality:
{{{
E/MediaCodec( 2336): Codec reported an error. (omx error 0x80001001,
internalError -2147483648)
W/System.err( 2336): java.lang.IllegalStateException
W/System.err( 2336): java.lang.IllegalStateException
W/System.err( 2336): at
android.media.MediaCodec.dequeueInputBuffer(Native Method)
W/System.err( 2336): at
org.mozilla.gecko.media.JellyBeanAsyncCodec$BufferPoller.pollInputBuffer(JellyBeanAsyncCodec.java:216)
}}}
I'll dig into this a little more (and GeKo suggested testing a vanilla
Fennec build, so I'll try that, too).
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29859#comment:16>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list