pedroSG94 / RTSP-Server

Plugin of rtmp-rtsp-stream-client-java to stream directly to RTSP player.
Apache License 2.0
214 stars 66 forks source link

Issue downloading gradle dependencies 1.2.8 #119

Closed salabogdan closed 5 months ago

salabogdan commented 5 months ago

@pedroSG94 These gradle dependencies are no longer available for download.

 implementation 'com.github.pedroSG94:RTSP-Server:1.2.7'

The error:

Could not find com.github.pedroSG94:RTSP-Server:1.2.7 Searched in following locations:

If you previously downloaded these dependencies you will need to clear all the .gradle/caches/

I have tried with all 1.2.x versions and nothing works.

pedroSG94 commented 5 months ago

Hello,

I recompiled version 1.2.7. Version 1.2.8 should work too.

I'm recompiling others versions

pedroSG94 commented 5 months ago

The version 1.2.8 is not compiling correctly (apparently compiled but the aar to download is not available) so I created version 1.2.9 and it is working fine now.

Closing the issue as solved