Hello,
I am new to dolphin and we have to create an HTTPS site. When we tried on the regular HTTP site all video, audio and photo functionality was working fine but now we decided to install on ubuntu 10.4 with MySQL and SSL and these functionality do not work. I tried to find solutions but would not.
Any help would be much appericated.
Regards,
|
I've not tested video and sound... but photos upload okay on my https site.
Hello,
I am new to dolphin and we have to create an HTTPS site. When we tried on the regular HTTP site all video, audio and photo functionality was working fine but now we decided to install on ubuntu 10.4 with MySQL and SSL and these functionality do not work. I tried to find solutions but would not.
Any help would be much appericated.
Regards,
http://pkforum.dolphinhelp.com |
the flash upload fails on our site. |
Try clean install and enter https://you-site.com/your-path/install/ url. Make sure that url with https:// is auto detected during installation as well.
Also some more clues what exactly don't work and any errors in php/webserver log files can help a lot.
Rules → http://www.boonex.com/terms |
Hello,
there is no error just that it does not show the file. I re-installed the system from fresh. Attached is the display that I have.
secondly, it only allows the files to be uploaded via regular uploader. the flash upload gives an error on the screen
Regards,
|
As I see there is js error on your site:
ReferenceError: Can't find variable: swfobject
Please check if the following js file exits:
/flash/modules/global/js/swfobject.js
Also try to clean your cache_public folder and/or disable js/css cache to see if this helps.
Also have you checked your server error log files, it should help to resolve upload problem?
Rules → http://www.boonex.com/terms |
That worked... thanks.
Just one question.. when the file is getting converted by FFMPEG on the our modified site it get converted to .FLV extension but when I load the original code it get converted in .m4v extension... where is this setting done?
|
It maybe that this is the setting you are looking for:
Dolphin Admin Panel -> Modules -> Flash Apps -> Video Player -> Settings -> Use H264 Codec
Just one question.. when the file is getting converted by FFMPEG on the our modified site it get converted to .FLV extension but when I load the original code it get converted in .m4v extension... where is this setting done?
Rules → http://www.boonex.com/terms |
Hello Alex,
That worked...for some reason the image of the video shows in the album but when I open the file it shows that blank white screen. I check the code and we have not changed anything is this area from the original. attached is the screen print. As you can see the little circle the image is shown but not in the playback. we can access the URL : https://www.whitecoatinteractive.net/m/videos/view/word_video ...
|
I check the code and we have not changed anything is this area from the original.
This is not true - I see that the player is different, most probably this integration of 3rd-party player doesn't support preview screen.
Rules → http://www.boonex.com/terms |
i have a similar problem when i have the https, the photo, video etc won't work. Alex do i need to change those settings in flash player as well?
Does someone have a version that has been already transformed to work with https?
Everyday is a new beginning. |
Mine works fine so you have a setting issue...
Did you change this? I changed the header.inc.php file:
$site['url'] = "https://www.mysite.com/";
i have a similar problem when i have the https, the photo, video etc won't work. Alex do i need to change those settings in flash player as well?
Does someone have a version that has been already transformed to work with https?
Csampson |
csampson1 no i have not changed it, how or where do i go to do so? Everyday is a new beginning. |
Mine works fine so you have a setting issue...
Did you change this? I changed the header.inc.php file:
$site['url'] = "https://www.mysite.com/";
i have a similar problem when i have the https, the photo, video etc won't work. Alex do i need to change those settings in flash player as well?
Does someone have a version that has been already transformed to work with https?
@csampson - was this the only change that you made?
I am asking because I am about to change things over to https. My original intention was to only make certain pages go to https - like we had on our very first site. But after reading the posts lately, i have seen some things going on that have made me a lil nervous, so have decided to just go with https throughout the whole site.
caredesign.net |
Oh didnt see this thread before. I had the same problem under https and like Alex said swfobject wasn't being referenced, switching back to http and it works again.
Some time ago i fixed this with a workaround. Yet i don't know why this is happening but this works for me and I still like to know if the change is ok. Maybe there is a better way to do it.
http://www.boonex.com/forums/topic/FLASH-Apps-not-loading-under-HTTPS.htm
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
I forgot something. In case the flash apps loading but videos for example do not stream under https you need to change something else. I posted this before too
http://www.boonex.com/forums/topic/IE8-video-playback-on-HTTPS-not-working.htm
Check my GeoDistance, Watermark, TorBlock and Android Push Notifications mods | http://goo.gl/H3Vp81 |
I heard that boonex was going to work on the SSL issue for 7.1.2 Everyday is a new beginning. |