3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/sh
|
|
ffmpeg -re -i $1 -c copy -f mpegts udp://127.0.0.1:5000
|