Hello,
Does anyone know how to remove the Video record option on comments!!??
Thank you!
Hello,
Does anyone know how to remove the Video record option on comments!!??
Thank you! |
admin>flash apps>video comments>disable
http://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773 |
I still see the option to record video comments even when it's disabled...
it never worked... is that something rayz needs to fix? |
"it never worked... is that something rayz needs to fix?" Do you have RMS installed and running ? https://dolphin-techs.com - Skype: Dolphin Techs |
yup, I do. video/cam streaming works fine... |
I suggest you check through ggsinc's reference link: http://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773
There I found a good suggestion to revise the CSS display code and was able to remove the link. http://pkforum.dolphinhelp.com |
yup, I do. video/cam streaming works fine... Your firewall maybe blocking the return trip to add the video in video comments folder .... If you have a firewall running disable it from WHM or shell for a minute and try to record a comment and see what happens. Dont forget to turn it back on after testing. Also have a look where you have rms installed in webapps/video/streams i think it is and see if the videos are in there right after you finish recording a comment. Then check it again after 10 minutes or so and see if the videos are leaving that folder.... They really need to change the way this works as ffmpeg is no longer included with rms. https://dolphin-techs.com - Skype: Dolphin Techs |
yup, I do. video/cam streaming works fine... Your firewall maybe blocking the return trip to add the video in video comments folder .... If you have a firewall running disable it from WHM or shell for a minute and try to record a comment and see what happens. Dont forget to turn it back on after testing. Also have a look where you have rms installed in webapps/video/streams i think it is and see if the videos are in there right after you finish recording a comment. Then check it again after 10 minutes or so and see if the videos are leaving that folder.... They really need to change the way this works as ffmpeg is no longer included with rms. RMS is running on the same machine, so I don't think a firewall will come into play. I'll see if anything gets dropped into that folder when a comment gets recorded and go from there... |
So I did another one... the fiel showed up in the streams folder. then after I stopped it and posted the file. is said processing for a little bit, now when I got to view the comment it says:
Error! file not found |
It don't matter if its running on the same machine or not trust me. Also is your server running on 755 or 777 for read and right permissions ? Do normal video upload's to the video module get converted by ffmpeg ? https://dolphin-techs.com - Skype: Dolphin Techs |
It don't matter if its running on the same machine or not trust me. Also is your server running on 755 or 777 for read and right permissions ? Do normal video upload's to the video module get converted by ffmpeg ? ok, there is no firewall regardless :) not sure what you mean? The umask for the server is 0022, standard for any OS. Is there a specific directory you are referring to? Videos uploaded through the video module are processed with ffmpeg.exe just fine... |
yup, I do. video/cam streaming works fine... Your firewall maybe blocking the return trip to add the video in video comments folder .... If you have a firewall running disable it from WHM or shell for a minute and try to record a comment and see what happens. Dont forget to turn it back on after testing. Also have a look where you have rms installed in webapps/video/streams i think it is and see if the videos are in there right after you finish recording a comment. Then check it again after 10 minutes or so and see if the videos are leaving that folder.... They really need to change the way this works as ffmpeg is no longer included with rms. OK, Pitodosa is using my RMS
I setup a new server, changing the RTMP port from 1935 the way it has been running for a year to port 15000. The ffmpeg is copied over as per instructions, I need to check the webapps/video/streams. This same RMS was being used for testing on my 7.1 demo as well. Now to confuse matters more, Prashank25 is using my RMS as well, we tested the commenting on the 7.1 demo site with the same results, recorded but not processing or posting, he then SSHed into the site and changed a file in the flash area and then it all started working. So Prashank25 needs to chime in here and explain what he did, he didn't change anything on the RMS server, just the demo. so, who can answer what the 15000/1935 port does, as duvallocals.info:5080 works fine.. HELP ManOfTeal.COM a Proud UNA site, six years running strong! |
Videos uploaded through the video module are processed with ffmpeg.exe just fine... Not true, there are what looks like to me several processes here. Videos, flash folder ffmpeg comes in, RMS ffmpeg is in the /opt/ray_server folder as per instructions ManOfTeal.COM a Proud UNA site, six years running strong! |
That's why I included the link b/c it has a long discussion about how to remove the option once it is disabled.
crack_foo • Advanced • 70 posts I still see the option to record video comments even when it's disabled... admin>flash apps>video comments>disable
http://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773
|
That's why I included the link b/c it has a long discussion about how to remove the option once it is disabled.
crack_foo • Advanced • 70 posts I still see the option to record video comments even when it's disabled... admin>flash apps>video comments>disable
http://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773
I think he wants it disabled because it will not work... yet It does with Prashanks mod.. I'm trying to locate the file he sent a while back.. ManOfTeal.COM a Proud UNA site, six years running strong! |
That's why I included the link b/c it has a long discussion about how to remove the option once it is disabled.
crack_foo • Advanced • 70 posts I still see the option to record video comments even when it's disabled... admin>flash apps>video comments>disable
http://www.boonex.com/forums/topic/remove-Record-a-video-comment.htm#129773
I think he wants it disabled because it will not work... yet It does with Prashanks mod.. I'm trying to locate the file he sent a while back.. this is mostly right... unless someone can figure out why it doesn't work... :) but yeah I still need to know how to remove the option from the comment box :) |
this is mostly right... unless someone can figure out why it doesn't work... :) but yeah I still need to know how to remove the option from the comment box :)did you try to find with firebug? ManOfTeal.COM a Proud UNA site, six years running strong! |
webapps/video/streamsthe videos are going there now, but remain. This is working correct, this profile.. http://mynewbeetle.net/7.1/giovanni has a video comment on the last image upload to this profile, on the timeline. The video processed and plays fine. ManOfTeal.COM a Proud UNA site, six years running strong! |
If your video is recorded and show an option for preview but when you click on submit button and nothing happens than this might help you. Open inc/js/classes/BxDolCmts.js line 230 comment out this code
/*if(sType == 'video')
$(this).siblings('.cmt-post-reply-post').children(':submit').attr('disabled', 'disabled');
else
$(this).siblings('.cmt-post-reply-post').children(':submit').removeAttr('disabled');*/
I don't know why its there looks like blocked intentionally
so much to do.... |
Thanks Prashank!!! ManOfTeal.COM a Proud UNA site, six years running strong! |
Wonder why my video disappears from the streams folder... the thumbnail get created ok.
|
If you're still trying to remove it - and I'm sure you already tried this, but have you tried disabling video comments from membership permissions? Or changing the language in the language keys from "video message" to " " so that no text appears (if there's an image, you could also try uploading a blank .png image to overwrite it so that the image doesn't show.
Then if you do get it working you can simply change permissions back or change back lang key and image overwrite. |
I'd rather it worked... rayz is looking into this for me... |
Wonder why my video disappears from the streams folder... the thumbnail get created ok.
I never realized the recorded videos are kept on "my" RMS server; why not send the files back to the creating website? I have mine personally set to 30 seconds, but other clients may have their recording time set longer. This does not seem logical. If some customers use my server, then decide to install their own or move to another server; what happens to those video comments I have on my server? I also don't like the fact I have all these videos now stored in that folder, for every site I host on RMS. ManOfTeal.COM a Proud UNA site, six years running strong! |
The videos are returned to your server. The ones you see in the rms streams folder are videos that have failed for one reason or another. https://dolphin-techs.com - Skype: Dolphin Techs |
The videos are returned to your server. The ones you see in the rms streams folder are videos that have failed for one reason or another. OK, thanks for answer. I will back those up and then remove to see it your right. It was the first time I ever looked there. I really don't care for it but since it's my RMS I need to fully understand the proper flow of the conversions. That will let me see if more are added/failed. :) ManOfTeal.COM a Proud UNA site, six years running strong! |