<div dir="ltr"><div><div><div><div><div><div>Hi,<br><br></div>I am trying to use latest gstreamer and <b>x265enc </b>together. I saw that you have already posted some  commits in <a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/log/ext/x265/gstx265enc.c" target="_blank">http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/log/ext/x265/gstx265enc.c</a>  <br></div><div><br></div><div>Could you please give an example pipeline where it is known to working (gst-launch-1.0 pipeline example will be very helpful)<br></div><div><b><br></b></div><div><b>1) </b><br>What is the current status of <b>x265enc </b>plugin for gstreamer ? does it work really ? <br>Which branch of gstreamer I need to use <b>to build x265enc</b>? I want to build whole gsteamer source code which will be compatible with <b>x265enc </b>plugin.<br></div>What are the system requirement for x265enc and how to build it ? Any wiki/basic instructions will be very helpful.<br><br></div>My goal is to broadcast my ip cameras (<b>h264 </b>streams) as <b>h265 </b>stream on <a href="http://vaughnlive.tv" target="_blank">vaughnlive.tv </a><br><br></div><div>Currently, I am using following pipeline to broadcast in h264 format:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">GST_DEBUG=2
 gst-launch-1.0  flvmux name=mux streamable=true ! rtmpsink sync=true 
location="rtmp://xxxxxxxxxxxx" rtspsrc location="rtsp://xxxxxxx"
 caps="application/x-rtp, media=(string)audio, clock-rate=(int)90000, 
encoding-name=(string)MPA, payload=(int)96" ! rtpmpadepay !  
mpegaudioparse ! queue ! mad ! audioconvert ! queue ! voaacenc 
bitrate=128000 ! aacparse ! audio/mpeg,mpegversion=4,stream-format=raw ! mux. rtspsrc location="rtsp://xxxxxxx" caps="application/x-rtp,media=(string)video,clock-rate=(int)90000, encoding-name=(string)H264" ! rtph264depay ! video/x-h264,stream-format=avc,alignment=au,byte-stream=false
 ! queue ! decodebin ! queue ! videorate ! "video/x-raw,framerate=30/1" !
 queue ! <span style="background-color:rgb(255,255,0)">x264enc </span>threads=4 speed-preset=ultrafast bitrate=3072 ! mux.</blockquote><b><br></b></div><div><b>2) <br>Could you please suggest on how should I change this pipeline to broadcast in h265 format using <span style="background-color:rgb(255,255,0)"><span style="color:rgb(255,0,0)">x265enc </span></span>element ? </b><br></div><div><br></div>Please help . Thanks a lot<br><br></div>Regards<br></div>Tapas<br></div>