-
-
Notifications
You must be signed in to change notification settings - Fork 855
Description
Issue: RTSP Stream → kvssink Not Working as Expected
Setup:
Source Encoder: Custom Android app (RootEncoder) producing H.264 + AAC
RTSP Server: MediaMTX
Consumer: AWS Kinesis Video Streams Producer SDK GStreamer Plugin (kvssink)
Pipeline Goal:
RootEncoder (H.264 + AAC) → MediaMTX (RTSP) → kvssink → AWS Kinesis Video Streams
Problem:
RootEncoder is able to connect and publish RTSP stream successfully to MediaMTX.
When trying to consume the RTSP stream via kvssink, the video does not appear in Kinesis Video Streams.
No clear error messages, but playback in the KVS console does not work.
Is anyone tried to sink the RTSP streams from RootEncoder android app to AWS kinesis video streams. Is there anything to modify in the source code of RootEncoder. I can able to play RTSP server url using ffplay command. Only issue is i can't stream to aws kinesis.