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'm playing with the Toolbox Demo https://developer.ridgerun.com/wiki/index.php?title=RidgeRun_Toolbox_Demo but I'm running into some trouble. My camera is already giving a H264 stream, so it shouldn't need encoding. Instead, I'm trying to forward the stream to RTMP and read it from another endpoint on the RTMP server. Here's my pipeline:
I'd expect pipe_3_sink to listen to src_ and forward to RTMP, but I'm not getting anything on ffplay when listening on the RTMP server's endpoint. Does anyone know what might be wrong?
Thank you
The text was updated successfully, but these errors were encountered:
Hi all
I'm playing with the Toolbox Demo https://developer.ridgerun.com/wiki/index.php?title=RidgeRun_Toolbox_Demo but I'm running into some trouble. My camera is already giving a H264 stream, so it shouldn't need encoding. Instead, I'm trying to forward the stream to RTMP and read it from another endpoint on the RTMP server. Here's my pipeline:
I'd expect
pipe_3_sink
to listen tosrc_
and forward to RTMP, but I'm not getting anything onffplay
when listening on the RTMP server's endpoint. Does anyone know what might be wrong?Thank you
The text was updated successfully, but these errors were encountered: