Testing rtsp stream from IP camera #1976
-
Hello All, I am new to Kinesis webrtc. I am testing with the C sdk, and the Kinesis Test Page. it works fine.. I see the stream and hear the audio on the test page. kvsWebrtcClientMasterGstSample chanelnumber1 video-only rtspsrc rtsp://192.168.1.97:554/stream I don't get the stream on the Kinesis test page This is the method being called inside the C code. (I added my comment below) Sending to gst_parse_launch********** uridecodebin uri=rtsp://192.168.1.97:554/stream ! videoconvert ! x264enc bframes=0 speed-preset=veryfast bitrate=512 byte-stream=TRUE tune=zerolatency ! video/x-h264,stream-format=byte-stream,alignment=au,profile=baseline ! queue ! appsink sync=TRUE emit-signals=TRUE name=appsink-video Any help would greatly be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi Farshid, can you please provide the master debug level logs by setting the following environment variable when running the sample: Also, please verify that the RTSP stream has media by using something like a VLC player, then check the output from running the following command line pipeline.
There should be a window displaying your footage. |
Beta Was this translation helpful? Give feedback.
Hello @farshidbakh ,
We will take this in as a feature request to discuss internally, but we do not have plans of supporting this anytime soon.