1. 获取 dshow设备列表

ffmpeg -list_devices true -f dshow -i dummy

 

2. 通过UDP流推ts文件:

ffmpeg.exe -re -i zhen.ts -vcodec copy -acodec copy -f mpegts udp://192.168.218.131:1935

 

3. ffplay播放UDP流

ffplay.exe udp://192.168.50.156:1234

 

相关文章:

  • 2021-12-27
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2021-11-08
  • 2021-06-02
  • 2021-10-10
  • 2021-11-23
  • 2022-12-23
相关资源
相似解决方案