Opus audio streaming?
Posted: 29 Jun 2014 00:56
VLC V2.1.3,
WinXP 32 bit
Has anyone succeeded in streaming audio using opus?
I need opus for low latency. MP3 that I used until now has a too high latency.
This MP3 works fine
vlc dshow:// :dshow-adev="Realtek HD Audio Input"
:sout=#transcode{vcodec=none,acodec=mp3,ab=48,channels=1,samplerate=48000}:http{mux=raw,dst=:80/fm.mp3}
This Vorbis in OGG also works fine
:sout=#transcode{vcodec=none,acodec=vorb,ab=48,channels=1,samplerate=48000}:http{mux=ogg,dst=:80/fm.opus}
This server with Opus in OGG starts without error message,
:sout=#transcode{vcodec=none,acodec=opus,ab=48,channels=1,samplerate=48000}:http{mux=ogg,dst=:80/fm.opus}
but when the client connects it receives no data.
To get more insight I tried wget -d http://127.0.0.1/fm.opus
and only get back
Content-type: audio/ogg; codecs=opus
but no data stream starts. ( It does with mp3 or vorb / ogg)
I also tried the nightly build but get this error message
libwinpthread-1.dll missing
Checking an older nightly build but the dll isn't there either.
Where can I get it?
Q: Does Opus streaming actually work?
And if, would you please post a commandline?
WinXP 32 bit
Has anyone succeeded in streaming audio using opus?
I need opus for low latency. MP3 that I used until now has a too high latency.
This MP3 works fine
vlc dshow:// :dshow-adev="Realtek HD Audio Input"
:sout=#transcode{vcodec=none,acodec=mp3,ab=48,channels=1,samplerate=48000}:http{mux=raw,dst=:80/fm.mp3}
This Vorbis in OGG also works fine
:sout=#transcode{vcodec=none,acodec=vorb,ab=48,channels=1,samplerate=48000}:http{mux=ogg,dst=:80/fm.opus}
This server with Opus in OGG starts without error message,
:sout=#transcode{vcodec=none,acodec=opus,ab=48,channels=1,samplerate=48000}:http{mux=ogg,dst=:80/fm.opus}
but when the client connects it receives no data.
To get more insight I tried wget -d http://127.0.0.1/fm.opus
and only get back
Content-type: audio/ogg; codecs=opus
but no data stream starts. ( It does with mp3 or vorb / ogg)
I also tried the nightly build but get this error message
libwinpthread-1.dll missing
Checking an older nightly build but the dll isn't there either.
Where can I get it?
Q: Does Opus streaming actually work?
And if, would you please post a commandline?