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
Traceback (most recent call last):
File "rtsp-server.py", line 212, in do_configure
appsrcs = get_child_by_cls(rtsp_media.get_element(), GstApp.AppSrc)
File "rtsp-server.py", line 162, in get_child_by_cls
return [e for e in element.iterate_elements() if isinstance(e, cls)]
TypeError: 'Iterator' object is not iterable
The text was updated successfully, but these errors were encountered:
Throw an Error TypeError: 'Iterator' object is not iterable in example run_rtsp.py.
gstreamer-python/examples/run_rtsp.py
Line 162 in c8d4e04
Log:
The text was updated successfully, but these errors were encountered: