We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First, thx for the amazing tool!
ffmpeg -y -nostdin -f pulse -i default -f mp3 - | \ curl -s -k -H "Transfer-Encoding: chunked" -X POST -T - \ "http://localhost:9222/pulse.mp3?stream=true&advertise=true"
cvlc t2.mp3 ':sout=#transcode{acodec=mp2,ab=128,channels=2}:duplicate{dst=rtp{mux=ts,dst=127.0.0.1,port=1234}}'
how could we use cvlc to send stream to broadcast-server?
cvlc
The text was updated successfully, but these errors were encountered:
Tested ok with:
':sout=#transcode{acodec=mp3,ab=52,channels=2}:standard{access=file,mux=mp3,dst=-}'
cvlc t2.mp3 ':sout=#transcode{acodec=mp3,ab=52,channels=2}:standard{access=file,mux=mp3,dst=-}' | curl -k -H "Transfer-Encoding: chunked" -X POST -T - 'localhost:9222/cvlc01.mp3?stream=true&advertise=true'
Sorry, something went wrong.
so cool! would you like to make a PR with that snippet in the readme?
Sure, I'll with a PR latter.
No branches or pull requests
First, thx for the amazing tool!
cvlc t2.mp3 ':sout=#transcode{acodec=mp2,ab=128,channels=2}:duplicate{dst=rtp{mux=ts,dst=127.0.0.1,port=1234}}'
how could we use
cvlc
to send stream to broadcast-server?The text was updated successfully, but these errors were encountered: