In Firefox30, the Linux builds began using gstreamer by default for displaying HTML5 video. We need to make sure gstreamer is just used for codecs, and not any network activity.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Ok, I took a look at this, and it looks like all HTML5 media elements ultimately use ChannelMediaResource, which is owned by the MediaDecoder. nsIChannel is the underlying type of all of these channels, which is proxied. It does not look like gstreamer or any of the other codec support libraries are capable of doing their own streaming.
The only exception I can see is the RtspMediaResource, which should only be used on FirefoxOS.
Trac: Status: assigned to closed Resolution: N/Ato fixed