Skip to content

Commit

Permalink
Revert "Update raspberry pi hardware encode to current gstreamer (#1746
Browse files Browse the repository at this point in the history
…)"

This reverts commit 583e2f3.
  • Loading branch information
disa6302 committed Aug 19, 2023
1 parent 3316d04 commit f584f1c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions samples/kvsWebrtcClientMasterGstSample.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,13 @@ PVOID sendGstreamerAudioVideo(PVOID args)
* appsink sync=TRUE emit-signals=TRUE name=appsink-video
*
* Raspberry Pi Hardware Encode Example
* "v4l2src device=\"/dev/video0\" ! queue ! v4l2convert ! "
* "v4l2src do-timestamp=TRUE device=\"/dev/video0\" ! queue ! videoconvert ! "
* "video/x-raw,format=I420,width=640,height=480,framerate=30/1 ! "
* "v4l2h264enc ! "
* "h264parse ! "
* "video/x-h264,stream-format=byte-stream,alignment=au,width=640,height=480,framerate=30/1,profile=baseline,level=(string)4 ! "
* "omxh264enc control-rate=1 target-bitrate=500000 periodicty-idr=30 inline-header=FALSE ! "
* "h264parse config-interval=-1 ! "
* "video/x-h264,stream-format=byte-stream,alignment=au,width=640,height=480,framerate=30/1,profile=baseline ! "
* "appsink sync=TRUE emit-signals=TRUE name=appsink-video"
*
*/

CHAR rtspPipeLineBuffer[RTSP_PIPELINE_MAX_CHAR_COUNT];
Expand Down

0 comments on commit f584f1c

Please sign in to comment.