I updated my site to D7.0.4
RMS also updated to 7.0.4
Old uploaded sounds & videos no longer play
Uploaded new sound. Uploads fine but doesn't play
Haven't tested new video upload
What could be wrong?
I updated my site to D7.0.4 RMS also updated to 7.0.4 Old uploaded sounds & videos no longer play Uploaded new sound. Uploads fine but doesn't play Haven't tested new video upload What could be wrong? |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI That's not the problem. All xml files which need to be 666 are configured. |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI That's not the problem. All xml files which need to be 666 are configured. if you say that's not the problem why you reporting this if you know that's not the problem Post Reply - if you going to help - No for - bla bla bla bla |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI That's not the problem. All xml files which need to be 666 are configured. if you say that's not the problem why you reporting this if you know that's not the problem I don't think you understand this man. Read it again. |
I have the same problems and when I change the permissions from 755 to 666 I can't even add photos, mp3's, or videos. |
I have the same problems and when I change the permissions from 755 to 666 I can't even add photos, mp3's, or videos. I'm going to check if it's a shared server problem. Will be moving my site to my VPS with Litespeed soon. |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI That's not the problem. All xml files which need to be 666 are configured. Maybe I have bad spell but I know how to read maybe you can teach me how to read by your own language Post Reply - if you going to help - No for - bla bla bla bla |
Check these files permission, should be set to 666 for all the config.xml. eg. /flash/module/video/xml/config.xml
JYI That's not the problem. All xml files which need to be 666 are configured. Maybe I have bad spell but I know how to read maybe you can teach me how to read by your own language Hey man. I'm not trying to be smart here. I was just replying to what you said. The error I reported is a valid one. The reply above was to say that I did have all needed xml files set to 666 so that was not the cause of my problem. Meaning the problem (post title) still excists. |
Ok guys.. no need crying over spilled milk.
@hd4real - have you tried changing the permissions to 755 instead of 777 on ffmpeg.exe or vice versa?
Have you verified you have the right version of ffmpeg (windows vs. linux) There is a new version for 7.0.4 on the download page. The RMS shouldnt have anything to do with your video and audio playing.. thats more ffmpeg than anything. When you upload a video or music, do they process ok? Worse case.. have you tried using your ffmpeg that came with 7.0.3 instead of the 7.0.4 version? Nothing to see here |
Might I add something here? The video processing takes a LOT longer now. On my site, a typical upload is taking as long as 18 minutes to process..... http://towtalk.net ... Hosted by Zarconia.net! |
Ok guys.. no need crying over spilled milk.
@hd4real - have you tried changing the permissions to 755 instead of 777 on ffmpeg.exe or vice versa?
Have you verified you have the right version of ffmpeg (windows vs. linux) There is a new version for 7.0.4 on the download page. The RMS shouldnt have anything to do with your video and audio playing.. thats more ffmpeg than anything. When you upload a video or music, do they process ok? Worse case.. have you tried using your ffmpeg that came with 7.0.3 instead of the 7.0.4 version? Yup, right ffmpeg.exe for linux with chmod 755. Also tested with chmod 777. Processing is ok for vids and music. Just won't play. Lol, i'm using D7.0.4 ffmpeg.exe I have also noticed that the music icon does not load for any sound. Anyway, i'm transfering this site to my VPS with Litespeed. Will report if that solved my problem. |
I have the same issue and have tracked it down to the actions.inc.php and the header.inc.php in the flash/modules/video directory I replaced these two files from a FRESH 7.0.4 install (that was NOT and upgrade) and the issue went away. The video now plays correctly. BUT, now I am getting error messages like this [05-Jan-2011 05:11:12] PHP Fatal error: Call to a member function getParam() on a non-object in /home/??????/public_html/dolphin7/inc/db.inc.php on line 83 Also get a nightly cron error also... change the files back and the video fails, but the error messages go away. I suspect something in the database is wrong - but I have not been able to figure it out. |