Closed Bug 1126463 Opened 9 years ago Closed 8 years ago

Add RTMP support to the NetConnection/NetStream

Categories

(Firefox Graveyard :: Shumway, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: yury, Assigned: yury)

References

Details

Attachments

(1 file)

The RTMP communication can happen using different transports:

  1) RTMP - raw TCP sockets are used
  2) RTMPT - HTTP requests are used
  3) RTMPS - the same as #1 but over SSL
  4) RTMPE and RTMPTE - the traffic/transport is encrypted (we will not worry about those two for now)

Once the data received from the RTMP server, it needs to be sent to the Media Source Extensions (?) for playback in video tag, e.g. Fragmented MP4 can be used to package RTMP raw video/audio packets.

It will be also useful to separate RTMP stuff into separate project (e.g. https://github.com/yurydelendik/rtmp.js).
Till, could you review security around integration with the extension?
Attachment #8555449 - Flags: review?(till)
No longer blocks: shumway-jw2
Product: Firefox → Firefox Graveyard
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Attachment #8555449 - Flags: review?(till)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: