Hi,
I host my own videos in an S3 bucket (so I can block download from external domains; they are videos with content for a paid membership site).
Some users complain that the videos stutter and stop, and load again, when added with the Cornerstone Video Player (this also happen with other video players, is not a cornerstone issue).
I’ve just read that I can use Cloudfront to stream (RTMP) my videos in S3 and thus avoid this issues altogether.
I’ve created my own cloudfront RTMP video distribution, but don’t know how to link to the streming videos with the rtmp:// type, and don’t even know if that’s supported by the player. According to some other docs, JWplayer, for example, needs a configuration xml file in their system to configure that player, but I don’t know in our case how this would be done, or if feasable at all.
Any experience with this, or any other solution to this issue?