Jump to content
  • 0

Forward MP4 and Preview Request to S3 in your Streaming App


Carlo
 Share

Question

Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

  • Answers 5
  • Created
  • Last Reply

Top Posters For This Question

5 answers to this question

Recommended Posts

  • 0
Hi Carlo,

In which project do you run mvn command? 

Best regards,

On Wednesday, July 3, 2019 at 1:55:50 PM UTC+2, Carlo wrote:
Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

  • 0
Hi Murat,

Yes, SampleApp, I followed the instructions in link above...see below on terminal output

cd SampleApp
mvn clean package -Dgpg.skip=true
[iNFO] Scanning for projects...
Downloaded from repo1.maven.org: http://repo1.maven.org/maven2/io/antmedia/parent/1.5.0/parent-1.5.0.pom (14 kB at 22 kB/s)
....a lot more output
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for io.antmedia.app:LiveApp:war:1.5.0
[WARNING] 'version' contains an expression but should be a constant. @ io.antmedia.app:LiveApp:${liveapp.version}, SampleApp-master/pom.xml, line 14, column 11
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[iNFO] Inspecting build with total of 1 modules...
[iNFO] Installing Nexus Staging features:
[iNFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[iNFO] 
[iNFO] ----------------------< io.antmedia.app:LiveApp >-----------------------
[iNFO] Building Sample Webapp for Ant Media Server 1.5.0
[iNFO] --------------------------------[ war ]---------------------------------
.....a lot more output
[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:


On Friday, July 5, 2019 at 3:31:04 AM UTC-4, Murat Aydin wrote:
Hi Carlo,

In which project do you run mvn command? 

Best regards,

On Wednesday, July 3, 2019 at 1:55:50 PM UTC+2, Carlo wrote:
Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

  • 0
Hi Carlo,

I checked it with latest code and didnt get any failures. Why do you use 1.5.0? Do you build server from the source? Can you check parent project versions?

Best regards,

On Wednesday, July 3, 2019 at 1:55:50 PM UTC+2, Carlo wrote:
Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

  • 0
Hi Murat,

I followed the instructions carefully in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html. I am not building from server and not even sure what you mean by 1.5.0. I did the instruction step by step. Tried it again...

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  16.403 s

[INFO] Finished at: 2019-07-10T10:29:32-04:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


Is there a different version that should be loaded? How do I change it? I did not do anything different from the steps outlined in "Forward MP4 and Preview Request to S3 in your Streaming App". Please advise and thank you in advance.

On Wednesday, July 10, 2019 at 4:56:58 AM UTC-4, Murat Aydin wrote:
Hi Carlo,

I checked it with latest code and didnt get any failures. Why do you use 1.5.0? Do you build server from the source? Can you check parent project versions?

Best regards,

On Wednesday, July 3, 2019 at 1:55:50 PM UTC+2, Carlo wrote:
Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

  • 0
Hi Murat,

Just checking in if you had any updates on this issue. Please advise. Thank you!

On Wednesday, July 10, 2019 at 10:33:46 AM UTC-4, Carlo wrote:
Hi Murat,

I followed the instructions carefully in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html. I am not building from server and not even sure what you mean by 1.5.0. I did the instruction step by step. Tried it again...

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  16.403 s

[INFO] Finished at: 2019-07-10T10:29:32-04:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


Is there a different version that should be loaded? How do I change it? I did not do anything different from the steps outlined in "Forward MP4 and Preview Request to S3 in your Streaming App". Please advise and thank you in advance.

On Wednesday, July 10, 2019 at 4:56:58 AM UTC-4, Murat Aydin wrote:
Hi Carlo,

I checked it with latest code and didnt get any failures. Why do you use 1.5.0? Do you build server from the source? Can you check parent project versions?

Best regards,

On Wednesday, July 3, 2019 at 1:55:50 PM UTC+2, Carlo wrote:
Hello,

I'm trying to forward mp4 and preview requests to S3 (after enabling S3) by following directions in http://docs.antmedia.io/en/latest/Amazon-(AWS)-S3-Integration.html.

I'm getting the following error after "mvn clean package -Dgpg.skip=true"

[iNFO] ------------------------------------------------------------------------
[iNFO] BUILD FAILURE
[iNFO] ------------------------------------------------------------------------
[iNFO] Total time:  02:07 min
[iNFO] Finished at: 2019-07-03T07:50:32-04:00
[iNFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project LiveApp: Could not resolve dependencies for project io.antmedia.app:LiveApp:war:1.5.0: Could not find artifact org.red5:red5-server-common:jar:1.5.0 in repo1.maven.org (http://repo1.maven.org/maven2) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:

Also, I wanted to do this for the WebRTC app as well. Please advise and thank you in advance!
Link to comment
Share on other sites

 Share

×
×
  • Create New...