| 123456 |
- #!/bin/bash
- BITRATE=17000000 #17Mb/s is the default
- gst-launch-1.0 -qe rpicamsrc rotation=270 preview=0 bitrate=$BITRATE sensor-mode=4 do-timestamp=true !\
- video/x-h264, width=1280, height=720, framerate=25/1, profile=high !\
- h264parse ! matroskamux ! tcpserversink host=0.0.0.0 port=5000 sync-method=burst-keyframe
|