-
|
I want to connect with a TCP stream on a T8705 decoder. The T8705 opens a UDP stream by default when an RTSP connection is made. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
|
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @a573net , |
Beta Was this translation helpful? Give feedback.
-
|
Hi vivekatoffice, Thank you for your reply. However, the information I presented was not enough. The API specifies the RTSP URL and the default UDP-unicast is chosen. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @a573net , Please test with the following parameter and check: Agree with you on missing information in VAPIX documentation. Used Google Chrome Inspect feature link to know about these APIs. Note: Please keep in mind that these are not documented on VAPIX documentation and may change in future |
Beta Was this translation helpful? Give feedback.
-
|
Hi vivekatoffice, Thank you for waiting. I tried the pattern below, but the decoder was still communicating UDP. "rtspTransportMode":"Tcp" The decoder is not likely to recognize these attribute information correctly. Finally, it was changed to TCP by allowing HTTP connections. "url": "http://198.51.100.1/axis-cgi/mjpg/video.cgi?resolution=1920x1080&fps=15&compression=50", Thank you for your support! |
Beta Was this translation helpful? Give feedback.
-
|
Hi vivekatoffice, Sound is unnecessary in our environment. It's been a few days since I switched to MJPEG, and it works fine. I forgot to write it down, but I also try the pattern below. "url": "http://198.51.100.1/axis-cgi/media.cgi?container=mp4&resolution=1920x1080", I will try "container=mp4" again the next time I get a chance to go to the site. |
Beta Was this translation helpful? Give feedback.




Hi vivekatoffice,
Sound is unnecessary in our environment. It's been a few days since I switched to MJPEG, and it works fine.
I forgot to write it down, but I also try the pattern below.
In this setting, the decoder accepts the setting, but HDMI displays a black screen. The decoder error screen is not displayed either.
"url": "http://198.51.100.1/axis-cgi/media.cgi?container=mp4&resolution=1920x1080",
"videoCodec": "h264",
I will try "container=mp4" again the next time I get a chance to go to the site.