用户工具

站点工具


gstreamer

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
gstreamer [2021/05/28 09:46]
admin [GStreamer]
gstreamer [2021/06/13 09:48] (当前版本)
admin
行 9: 行 9:
    ​组播接收测试:gst-launch-1.0 -v -e udpsrc multicast-group=239.255.1.1 port=8080 multicast-iface=ens33 auto-multicast=1 ! fakesink dump=1    ​组播接收测试:gst-launch-1.0 -v -e udpsrc multicast-group=239.255.1.1 port=8080 multicast-iface=ens33 auto-multicast=1 ! fakesink dump=1
    ​视频缩放:gst-launch-1.0 filesrc location=/​home/​hug/​Downloads/​12.mp4 ! decodebin name=d d. ! queue  ! videoscale ! video/​x-raw,​width=860,​height=480 !  autovideosink    ​视频缩放:gst-launch-1.0 filesrc location=/​home/​hug/​Downloads/​12.mp4 ! decodebin name=d d. ! queue  ! videoscale ! video/​x-raw,​width=860,​height=480 !  autovideosink
 +   ​RTSP视频点播,本地播音频: ./​test-launch "( filesrc location=/​home/​hug/​Downloads/​12.mp4 ! decodebin name=d d. ! queue  ! videoscale ! video/​x-raw,​width=360,​height=240 ! autovideoconvert ! x264enc bitrate=500 !  h264parse ! rtph264pay name=pay0 pt=96 d. ! queue ! audioconvert ! autoaudiosink )"
  
  
gstreamer.1622166410.txt.gz · 最后更改: 2021/05/28 09:46 由 admin