Hello! I'm developing video viewer which is streamed through webrtc_proxy, which is the server that receive rtsp stream, parse rtp packets, and stream those packets to tauri frontend(generated by create-tauri-app with react ts template) with webrtc protocol.
In this environment, I found that if I show this page using browser(i.e. http://localhost:1420), is is worked well, but if I execute it using tauri frontend(i.e. desktop webview), it is not..
I have checked streaming raw packets using wireshark, and I can see that udp packets streamed by webrtc_proxy are streamed well.
Describe the bug
Hello! I'm developing video viewer which is streamed through webrtc_proxy, which is the server that receive rtsp stream, parse rtp packets, and stream those packets to tauri frontend(generated by create-tauri-app with react ts template) with webrtc protocol.
In this environment, I found that if I show this page using browser(i.e. http://localhost:1420), is is worked well, but if I execute it using tauri frontend(i.e. desktop webview), it is not..
I have checked streaming raw packets using wireshark, and I can see that udp packets streamed by webrtc_proxy are streamed well.
The directory structure is:
Can I get some help? Thanks!
Reproduction
No response
Expected behavior
Can show WebRTC video stream in desktop app.
Full
tauri info
outputStack trace
No response
Additional context
No response