streaming-docker/tools/janus-feed

8 lines
282 B
Bash
Executable File

#!/bin/bash
exec gst-launch-1.0 -v \
videotestsrc pattern=ball ! clockoverlay ! \
x264enc bitrate=5000 key-int-max=30 bframes=0 ! \
video/x-h264,profile=high,framerate=30/1,width=1280,height=720 ! \
rtph264pay config-interval=1 pt=96 ! udpsink host=janus port=8004