You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing MonaTiny a few months ago and noticed that MonaTiny was having problems with large frame sizes. Specifically if I fed in a RTSP stream for 4k video, it would crash or give a weird error or something. Can't completely remember what was happening.
I believe the RTSP stream was already decoded(and therefore large~ 4MB) frames.
The text was updated successfully, but these errors were encountered:
First thank you for you report, it's important to debug if you found a crash. Now MonaTiny does not support RTSP for now so I am curious to know how you did make it work. Can you give us more information please? We do test 4K video with the other protocols so normally there should be no issue for this.
Also MonaServer 1 has a POC implementation of RTSP but it is not stable though.
Hi Thomas, I was specifically testing this using a 'MediaLooks' RTSP stream. One of the issues there being that as I said, they seem to decode every frame to a 4MB jpeg before sending it. If you give me an email address to send it to or alternative method, I can probably send you the demo I was using.. might take some searching on my part.
I was testing MonaTiny a few months ago and noticed that MonaTiny was having problems with large frame sizes. Specifically if I fed in a RTSP stream for 4k video, it would crash or give a weird error or something. Can't completely remember what was happening.
I believe the RTSP stream was already decoded(and therefore large~ 4MB) frames.
The text was updated successfully, but these errors were encountered: