|
hello!
I'm using gst-rtsp-server 1.8 and h264 codec. I want to set pic_order_cnt_type=0 because it's necessary for the client. How can I create such a pipeline?
I tried this way:
videotestsrc is-live=true ! video/x-raw,width=640,height=480,framerate=15/1 ! x264enc bitrate=40000 bframes=0 cabac=false dct8x8=false b-adapt=false speed-preset=1 tune=0x00000004 byte-stream=true intra-refresh=true ! rtph264pay name=pay0 pt=96 sprop-parameter-sets=Z0IAKeNQFAe2AtwEBAaQeJEV\\,aM48gA\\=\\=
Thanks a lot!
|