Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

clip rtmp option still leads to src prefix requirement. #992

Closed
phloxic opened this issue Feb 3, 2016 · 2 comments
Closed

clip rtmp option still leads to src prefix requirement. #992

phloxic opened this issue Feb 3, 2016 · 2 comments
Assignees
Milestone

Comments

@phloxic
Copy link
Contributor

phloxic commented Feb 3, 2016

flowplayer("#player", {
  // rtmp: "rtmp://s3b78u0kbtx79q.cloudfront.net/cfx/st", // player level works
  clip: {
    rtmp: "rtmp://s3b78u0kbtx79q.cloudfront.net/cfx/st",
    sources: [
      { type: "video/flash", src: "flowplayer-700" } // fails
      // { type: "video/flash", src: "flv:flowplayer-700" } // prefix works
    ]
  }
});

This also affects load(clip). Even more so, as in this case (without prefix), rtmp on the player or global level is also ignored.

@nnarhinen - tell me if you require a sample page.

@nnarhinen nnarhinen added this to the 6.0.6 milestone Aug 27, 2016
@nnarhinen nnarhinen modified the milestones: 6.0.6, 6.1 Oct 10, 2016
@nnarhinen
Copy link
Contributor

A bug demo would be very helpfull

@phloxic
Copy link
Contributor Author

phloxic commented Oct 22, 2016

Either this magically healed itself, or I was confused by Drive sample codes appending .mp4 suffix and might have tested with flowplayer-700.flv.
The latter is not ideal habitual practice because on Adobe FMS (contrary to Wowza):

  • mp4:video and mp4:video.mp4 works
  • video and flv:video works
  • video.flv and flv:video.flv do not work

http://flowplayer.dev/fp6/rtmp.html (FMS)
http://flowplayer.dev/fp6/wowza.html

Closing.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants