You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
Hi group, I am recording a file using rtmp from php-server. Then I am putting the recorded file to plivo-server using ftp user user1. Now plivo is unable to play the file.
Any help?
Thanks, Dhairya
Venky
unread,
Oct 13, 2011, 9:37:46 AM10/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
Please check encoding of the file along with FS logs.
Regards
Venky
Dhairya Vora
unread,
Oct 13, 2011, 9:50:37 AM10/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
Thanks Venky.
The file which I put on plivo-server is having permission 600 and owner of the file is "user1". Should plivo be able to play this file ?
-Dhairya
Mike
unread,
Oct 16, 2011, 5:57:17 AM10/16/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
You must have permissions 644 or more. With 600, only user1 can read/write file
Note that the file must be in same server as Freeswitch server . Check Freeswitch logs too .
Dhairya Vora
unread,
Oct 25, 2011, 8:38:02 AM10/25/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to plivo...@googlegroups.com
Hi, File was on same server only. and permission 644 solved the problem. Thanks a lot.