Skip to content
Snippets Groups Projects
Commit 3104631d authored by ale's avatar ale
Browse files

add a transcoded test stream

parent 8a48ebde
No related branches found
No related tags found
No related merge requests found
......@@ -80,8 +80,10 @@ Vagrant.configure(API_VERSION) do |config|
m.vm.provision "shell",
inline: "sleep 3 && radioctl create-mount /stream.ogg"
# Start streaming.
# Start streaming, add a transcoded stream.
m.vm.provision "shell", path: "start-source"
m.vm.provision "shell",
inline: "sleep 1 && radioctl create-transcoding-mount --bitrate=64 --codec=mp3 --source=/stream.ogg /stream.mp3"
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment