Hi,
-- can I use Red5 streaming software to publish streams for RTP IP cameras ? Unfortunatly my cameras don't use RTMP as streaming protocol, only RTP is available Thank you. --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Hi I think you can pull a rtsp camera stream into red5. Perhaps you can take a look at this : https://github.com/Red5/red5-rtsp-restreamer Regards Rajdeep Rath On Apr 11, 2017 4:31 AM, "Yannick Champs" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Oh cool !! I will test this asap, thank you for your fast reply !! 2017-04-10 13:10 GMT-10:00 Rajdeep Rath <[hidden email]>:
-- Yannick CHAMPS BP8378 Faaa centre 98702--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Welcome ;) On Apr 11, 2017 5:03 AM, "Yannick Champs" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
I have read this : but how to deploy red5-rtsp-restreamer apps ? https://github.com/rajdeeprath/red5-development-series/wiki/Understanding-the-application-structure 2017-04-10 13:36 GMT-10:00 Rajdeep Rath <[hidden email]>:
-- Yannick CHAMPS BP8378 Faaa centre 98702--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
You cannot simply copy a java file like that. The application needs to be compiled. Now comes the complex part. I think you should read through the maven application building part in that series. A red5 app is much like a tomcat web app. Regards Rajdeep Rath On Tue, 11 Apr 2017 at 7:55 AM, Yannick Champs <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
It is time to install Eclipse, I have tried several urls to download it but install for windows x64 was no more available, coud you help ?
-- Le lundi 10 avril 2017 21:01:11 UTC-10, Rajdeep Rath a écrit :
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
There is a crash course in java here.
https://www.red5pro.com/docs/server/basicjava/ Try running the 32 bit eclipse. On 4/11/2017 6:51 PM, Yannick Champs wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Yannick Champs
I use eclipse Luna / Mars for Windows 64 bit on my windows 10. You should be looking for eclipse use for jee. On Apr 12, 2017 7:21 AM, "Yannick Champs" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
When defining a new server, I cannot see InfraRed5 server in the list ?
Le mardi 11 avril 2017 20:57:14 UTC-10, Rajdeep Rath a écrit : -- --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Though no one actually recommends this I use it everyday. ;) First - did you install the eclipse plugin? You dont need to install the plugin if you don't want. But it surely has advantages. Let's see if it works for you , else you can always manually build a war file using maven and deploy that war to webapps directory then restart server. After a while the war should be unpacked to a app. Regards On Apr 14, 2017 2:41 AM, "Yannick Champs" <[hidden email]> wrote: When defining a new server, I cannot see InfraRed5 server in the list ? --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
I did not.
I tried tutorial from mondain : https://github.com/Red5/red5-eclipse-plugin But got the following error : Le jeudi 13 avril 2017 11:22:37 UTC-10, Rajdeep Rath a écrit : -- --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Browse and select the red5 root location in that step. It's there in the development series also probably. Once you select the root it will find the jar. On Apr 14, 2017 3:17 AM, "Yannick Champs" <[hidden email]> wrote: I did not. --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Once you get over that, this should guide you well. On Apr 14, 2017 3:19 AM, "Rajdeep Rath" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Just remember that when starting and stopping the runtime, you may have to right click -> stop and wait a little to allow it to stop completely. (You will see runtime stopped) On Apr 14, 2017 3:26 AM, "Rajdeep Rath" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
In reply to this post by Rajdeep Rath
yeah, this is the tutorial I was following, but cannot find red5-server.jar file from my repositories, i have cloned those 3 :
-- red5-development-series red5-eclipse-plugin red5-rtsp-restreamer. Le jeudi 13 avril 2017 11:56:23 UTC-10, Rajdeep Rath a écrit :
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
You just need to select the root it should find the jar I think. Can you share a screenshot after you browse and select the red5 server root folder at that step.? On Apr 14, 2017 3:32 AM, "Yannick Champs" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Le jeudi 13 avril 2017 12:04:28 UTC-10, Rajdeep Rath a écrit : -- --- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
You are doing it all wrong there :) you are browsing to the wrong place. You need to download red5 server zip. For example download red5-server 1.0.7.zip from GitHub. Then extract it to a location in your hard drive. Then browse and select the root of red5 (where you see the conf folder and shell scripts etc: ) You haven't downloaded red5 server package yet. On Apr 14, 2017 3:39 AM, "Yannick Champs" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
After you have installed the eclipse plugin you can never need to go there into that folder again. Also you need not clone the development series either. You can read it well from browser I guess. On Apr 14, 2017 3:44 AM, "Rajdeep Rath" <[hidden email]> wrote:
--- You received this message because you are subscribed to the Google Groups "red5" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |