我以ESP-ADF ESP-RTSP 例程 新建一個項目 作RTSP Server 沒有問題.
不過看到在 rtsp_service.c 內的 *_get_network_ip() 都是只支持 IPv4.
包括在 media_lib_netif_get_ipv4_info(), 在media_lib_netif_reg.h 都是只考慮IPv4.
如果我想增加IPv6 支持, 是否 可以改以下3個文件:
.espressif\esp-adf\components\esp-adf-libs\media_lib_sal\media_lib_netif.c
.espressif\esp-adf ...
Search found 3 matches
- Tue Feb 03, 2026 7:33 am
- Forum: ESP-ADF 中文讨论版
- Topic: ESP-ADF ESP-RTSP 例程支持 改IPv6.
- Replies: 1
- Views: 975
- Fri Jan 30, 2026 2:12 am
- Forum: ESP-ADF
- Topic: IPv6 support for ESP32-RTSP library.
- Replies: 0
- Views: 710
IPv6 support for ESP32-RTSP library.
Hello,
I am trying to perform video transmission using IPv6 by ESP32-RTSP library.
However, it doesn't work.
The server address is specified in the config above. IPv6 is also enabled and set.
Here is the rtsp config:
esp_rtsp_config_t rtsp_config = {
.uri = uri,
.mode = mode,
.ctx = av_stream ...
I am trying to perform video transmission using IPv6 by ESP32-RTSP library.
However, it doesn't work.
The server address is specified in the config above. IPv6 is also enabled and set.
Here is the rtsp config:
esp_rtsp_config_t rtsp_config = {
.uri = uri,
.mode = mode,
.ctx = av_stream ...
- Fri Nov 21, 2025 12:39 am
- Forum: General Discussion
- Topic: AirTag FindMy Network for ESP32.
- Replies: 0
- Views: 1499
AirTag FindMy Network for ESP32.
Does ESP32 support or have SDK for Apple FindMy Network AirTag application?
I know there is a reengineering project openhaystack that may achieve similar AirTag functionality.
But openhaystack is not support by offical Apple.
So is there any way from Apple or ESP32 SDK that i can develop ESP32 to ...
I know there is a reengineering project openhaystack that may achieve similar AirTag functionality.
But openhaystack is not support by offical Apple.
So is there any way from Apple or ESP32 SDK that i can develop ESP32 to ...