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
Hello all,
I have created an Android app that uses FFmpegKit for streaming video from camera. while streaming,camera power off but FFmpegKit not return any event callback (CompleteCallback, LogCallback, StatisticsCallback not return data).
I check SessionState it always return Running.
So, please help me how to receive callback while streaming,input source (camera) power off .
This is command which i am using:
-i rtsp://CameraStream -c copy -f flv rtmp://xxx/MyStream
Thank you
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello all,
I have created an Android app that uses FFmpegKit for streaming video from camera. while streaming,camera power off but FFmpegKit not return any event callback (CompleteCallback, LogCallback, StatisticsCallback not return data).
I check SessionState it always return Running.
So, please help me how to receive callback while streaming,input source (camera) power off .
This is command which i am using:
-i rtsp://CameraStream -c copy -f flv rtmp://xxx/MyStream
Thank you
Beta Was this translation helpful? Give feedback.
All reactions