I'm just starting to work with Concrete5, and learning as I go. I've never designed a website before, so I'm completely new to this game. I'm having a good time with it, but I'm stumped as to one thing lately: I've been able to upload video to my newly created website, most of which are native 16x9 HD dimensions. However, one of my videos is native 4x3, uploaded to it's own page, and it's being stretched to 16x9 dimensions. Changing the dimensions in the video player block itself does nothing. This is 5.3.1.1. Any help or insight you can give would be greatly appreciated. Thanks! in advance!
Joshua published an alternative player a while ago too..
I think the player in the core should be replaced..
flowplayer doesn't seem to be a good choice since it's published under GPL which makes it impossible to ship with the core, but fine if you install it on your own.
I generally don't like my videos all autoplaying if I have more than one on the page. This attached file modifies your attached view.php so that all players (flv,wmv,mpg,mov, etc.) shouldn't autoplay.
Thanks to both Remo and mario.
I was having the same aspect ratio issues and both of your solutions did exactly what I wanted.
Can't thank you guys enough!
mario
Thanks for your post.
I have changed the script a bit so when you select the video and set the size you can select if you want it to auto start or not.
Any ideas on getting mpeg4 to play or show.
Nothing shows up on the page after I have added the video block with an mpeg4 video and I'm not too sure why. I'm on Version 5.3.2 and using the latest update to the flow video player by edbeeny.
Any way to get a replay button at the end of the video? Also, the circle that's supposed to follow the line/length of the stream is sitting at the beginning, so you can't fast forward/rewind. Any way to fix that?
Me too. I installed the updates listed eariler in this post and while any one instance of the player works perfectly with no autoplay, any second or subsequent players I add to the same page just don't show up at all.
great contributions thanks. I have about 50 videos to put on a client website I'm building with C5 and these updates to the video player are fantastic.
Create a splash image by including an img tag after the anchor href in the view file. This image can be a 'branded' style player just point the img ref to an image of your choice as below:
<a href="<?=$rel_file_path?>" style="display:block;width:<?=$controller->width?>px;height:<?=$controller->height?>px" id="player">
// Image added here between anchor tags
<img src="mysplashimage.png" alt="My player" />
</a>
I had this problem too.
The issue I had is the player id's must be unique on the page
To resolve this issue I changed
id="player"> to
id="player<?=$bID?>">
Hi mikeb, any way to add an individual splash image for each video. I'm having website with a lot of videos too, and I would like a thumbnail image/splash image for each specific video. Any ideas??
Installation:
1) Unpack attached video.zip to yourdomain.com/blocks/video
2) Add "Video Player" block to page
Have fun :)