3

I am having the same issue as explained here but my difference is that I'm not using MotionEyeOS but Ant Media Server directly.

When testing using ffplay as suggested, I am able to see the stream playing in UDP but when I force in TCP, I get the below error:

[rtsp @ 0x7fdb6707e800] Nonmatching transport in server reply=0/0
rtsp://xx.xx.xx:554/onvif1: Invalid data found when processing input

I see in the link above that there is a setting to disable TCP in MotionEyeOS but how can I disable this in Ant Media Server, please?

pol6880
  • 175
  • 2
  • 8

1 Answers1

2

Yes you can do it with ant media server, you just need to go to the app configurations in <AMS_DIR>/webapps/<AppName>/WEB_INF/red5-web.properties ​ And change the following setting to

settings.rtspPullTransportType=udp

It should be ok then.

golgetahir
  • 94
  • 6
  • 1
    It turns out that I was running an old version of Ant Media Server. I was instructed to upgrade to the latest version and when this setting was applied, everything worked as mentioned. Thanks for the awesome support from the Ant Media Server team. – pol6880 Oct 12 '20 at 13:19