mirror of
https://github.com/videojs/video.js.git
synced 2025-01-31 11:26:45 +02:00
Fix rtmp rtmpSourceHandler calls to tech
This commit is contained in:
parent
45b3601465
commit
169b4984e5
@ -80,8 +80,8 @@ vjs.Flash.rtmpSourceHandler.canHandleSource = function(source){
|
||||
vjs.Flash.rtmpSourceHandler.handleSource = function(source, tech){
|
||||
var srcParts = vjs.Flash.streamToParts(source.src);
|
||||
|
||||
tech.setRtmpConnection(srcParts.connection);
|
||||
tech.setRtmpStream(srcParts.stream);
|
||||
tech['setRtmpConnection'](srcParts.connection);
|
||||
tech['setRtmpStream'](srcParts.stream);
|
||||
};
|
||||
|
||||
// Register the native source handler
|
||||
|
Loading…
x
Reference in New Issue
Block a user