jvcleave / ofxOMXPlayer

OpenMax accelerated video player for openFrameworks on the Raspberry Pi 0-3. Does not work with RPI4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handeling when rtsp stream server is gone

nim4n opened this issue · comments

Hi
I have a problem with error handling, I'm playing a stream in texture mode and every things work fine, but when the RTSP server is gone the application exit without any specific error, I used a try catch in the draw function to handle this kind of error but It seems it somehow fall a part before the drawing part.
Do you have any idea how can I solve this problem?