forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: maihol on October 09, 2014, 05:26:23 pm

Title: Problems with flash-media-player
Post by: maihol on October 09, 2014, 05:26:23 pm
Unfortunately the FlashMediaPlayer plugin refuse to play my video files (https://mittelerde.voll-tbl.de/fotos/thumbnails.php?album=255&page=2). Before uploading video files I use ffmeg to reduce size of the files I get from mobile/cameras ( 352x288, x264, aac@24kHz mono in mp4 container). On those files (https://mittelerde.voll-tbl.de/fotos/displayimage.php?album=255&pid=14114#top_display_media) jwplayer comes up with "file could not be played". I tried to convert sound to a more common sample rate @44,1 kHz (https://mittelerde.voll-tbl.de/fotos/displayimage.php?album=255&pid=15171#top_display_media), but same rusult :( . However, I get strangest results on a file I converted into a flv container (https://mittelerde.voll-tbl.de/fotos/displayimage.php?album=255&pid=15172#top_display_media). I just get a "file not found" on this .flv and can't see why:

---cut---
maik@work:/var/www/fotos/albums/AbiBallLeo> ls -l New.*
-rw-r--r-- 1 root root 2569679 Okt  7 12:17 New.flv
-rw-r--r-- 1 root root 3368738 Okt  7 12:14 New.mp4
---cut---

Any hint appreciated, TIA.
Title: Re: Problems with flash-media-player
Post by: ron4mac on October 09, 2014, 07:02:13 pm
I don't have a solution for you, but I think your problem comes from the media player trying to get content at http:/... and your site is not redirecting to https://...
Title: Solved: Problems with flash-media-player
Post by: maihol on October 10, 2014, 09:47:00 am
*BIONGO*, big THX.

It was indeed no issue with the plugin. Instead I missed the 's' in cpgs config :(.

I used to run the site under an afaik.org dynDNS account. Unfortunately the domain I used had some issues recently, so I changed it to my own domain where I can control the records. There was plenty to change and while making the changes in cpg I didn't think of apaches http -> https :(.