Ticket #1375 (closed enhancement: fixed)
Remove RTMP tunneling from 6.0
| Reported by: | jeroen | Owned by: | jeroen |
|---|---|---|---|
| Priority: | Normal | Milestone: | Player 6.0 beta |
| Component: | flash | Keywords: | |
| Cc: | pablo | Forum thread: | http://www.longtailvideo.com/support/forums/jw-player/feature-suggestions/19745/ |
Description
Some publishers are interested in using port 443 instead of 80 for RTMP tunneling. This could be made into a value on the rtmp.tunneling configuration option:
- rtmp.tunneling = 80
- rtmp.tunneling = 443
- rtmp.tunneling = true (defaults to 80)
- rtmp.tunneling = false (no tunneling)
Change History
comment:2 Changed 13 months ago by jeroen
- Priority set to Normal
- Summary changed from Make RTMPT port configurable to Remove RTMPT from 6.0
- Milestone changed from Backlog to Player 6.0
Instead of adding more and more logic into RTMPT fallback, we should:
- Remove it for the 6.0 player
- Ensure an error gets sent out to the API if the connection is not setup after XX seconds.
Note: See
TracTickets for help on using
tickets.
