Harishrelysys
Harishrelysys
Hi all, I am trying to stream vorbis encoded audio using gstreamer.I am getting Redistribute latency error. Please tell me is their anymistake in the command Thank you all inadvance...
Hi all, I am encode raw video using omxh264enc and stream it using rtspsink.But in the terminal where I start gstd server i am getting following error **error log:** >...
Hi all, I am trying to change the framerate of the video while it is palying (using element_set) Below is my command for displaying video on HDMI display ``` gstd-client...
How to play my below pipeline for specific time > gstd-client pipeline_create p v4l2src device=/dev/video0 io-mode=dmabuf ! video/x-raw,format=UYVY ! \ > vspmfilter ! video/x-raw,width=480,height=320,format=BGRA ! waylandsink position-x=30 position-y=60 qos=false gstd-client...
Hi I am trying to change the framerate of an video using videorate element it is working fine with gst-launch ``` gst-launch-1.0 -e v4l2src device=/dev/video0 ! video/x-raw,width=640,height=480,framerate=30/1 ! vspmfilter outbuf-alloc=true...
Hi all, I am using gstd and interpipe elements to store, stream and display the video and everything is working fine.But when i run the video script for long time...
Hi all, I am using gstd and interpipe elements to store, stream and display the video and everything is working fine.But when i run the video script for long time...