mirror of https://bitbucket.org/ausocean/av.git
5 lines
219 B
Bash
5 lines
219 B
Bash
|
#!/bin/bash
|
||
|
echo Running Revid with input: rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov
|
||
|
echo and output: rtp://0.0.0.0:1234
|
||
|
revid -i rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov -m r -o rtp://0.0.0.0:1234
|