aledg
New Member
Hi Guys,
I'm trying to upload file using filezilla with sftp connection; following the instruction on EC2 description I'm using ec2-user for login.
I connect correctly to the machine and I can list the contents of all the folders, but I cannot create new folders or add new files ... trying to upload a file the file is loaded and immediately after it is deleted without returning any error, if I try to create a folder blocks me due to permissions mkdir permission denied...
I want to try to work with background, watermark and layout mixer.
I'm trying to upload file in this folder:
/usr/local/FlashphonerWebCallServer-5.2.728-e475300ea8011524efed326adb8cda46f9490a97/conf
Other question:
Following your documentation here https://docs.flashphoner.com/display/WCS52EN/Stream+mixer
If I want to specifiy a full path for background like your example:
{
"uri": "mixer://mixer1",
"localStreamName": "mixer1",
"watermark": "/opt/media/watermark.png",
"background": "/opt/media/background.png"
}
the right full path folder on server it will be like this:
<rootserver>//opt/media/background.png
or
<rootserver>//usr/local/FlashphonerWebCallServer-5.2.728-e475300ea8011524efed326adb8cda46f9490a97/conf/opt/media/background.png
or
it's could be possibile load an external file like
{
"uri": "mixer://mixer1",
"localStreamName": "mixer1",
"watermark": "/opt/media/watermark.png",
"background": "https://myserver.io/background.png"
}
thank you
I'm trying to upload file using filezilla with sftp connection; following the instruction on EC2 description I'm using ec2-user for login.
I connect correctly to the machine and I can list the contents of all the folders, but I cannot create new folders or add new files ... trying to upload a file the file is loaded and immediately after it is deleted without returning any error, if I try to create a folder blocks me due to permissions mkdir permission denied...
I want to try to work with background, watermark and layout mixer.
I'm trying to upload file in this folder:
/usr/local/FlashphonerWebCallServer-5.2.728-e475300ea8011524efed326adb8cda46f9490a97/conf
Other question:
Following your documentation here https://docs.flashphoner.com/display/WCS52EN/Stream+mixer
If I want to specifiy a full path for background like your example:
{
"uri": "mixer://mixer1",
"localStreamName": "mixer1",
"watermark": "/opt/media/watermark.png",
"background": "/opt/media/background.png"
}
the right full path folder on server it will be like this:
<rootserver>//opt/media/background.png
or
<rootserver>//usr/local/FlashphonerWebCallServer-5.2.728-e475300ea8011524efed326adb8cda46f9490a97/conf/opt/media/background.png
or
it's could be possibile load an external file like
{
"uri": "mixer://mixer1",
"localStreamName": "mixer1",
"watermark": "/opt/media/watermark.png",
"background": "https://myserver.io/background.png"
}
thank you
Last edited: