I was using Blynk 1 until last week and the video streaming widget was working fine, now on Blynk 2 everything is fine except the video streamming widget which doesnot want to work.
I use the same rtsp link as before, if I put the same link in VLC it works immediately, in Blynk 1 still working but in Blynk 2 no way…
Is it a knowing bug or there is a solution…
The link is not working neither in Local nor in Remote with no-ip ddns, again both are working with Blynk 1…
We have switched to a more stable library, but with limited RTSP support (but they improve with every new version). I will investigate what can cause this timeout error
Well after digging into google documentation…
The problem for me seems to be in the video format…
My camera uses h.265, but the new library only supports h.264…
Will try to switch the format and check to see if the problem is solved partially.
If you get a chance to check it before me, please let me know of the results.
Keep me informed, I tried one month ago without success.
My cam uses h264 and works with VLC, Blynk legacy and android App but don’t work with Blynk IoT , both App and Web
Previously (with Legacy) it wasn’t necessary if the device running the app and the video source were on the same network.
None of the video data went via the Blynk server, so you were simply pointing a widget in the app at a video stream on the same network.
Of course, as soon as you took the device outside the local network, or switched tge mobile device to a GPRS connection, the video stream would fail.
That now seems to have changed, maybe because a video widget has been added to web dashboard, and the web page is running on the cloud server so needs a fully qualified url. It also solves the issue of the video stream working in some cases but not in others.
The Video Streaming Widget is working only on the mobile App remotely with DDNS, while the Web Dashboard video still not working, maybe because on the Web it is not called Video Streaming Widget but simply video Widget!!!