Displaying 2 results from an estimated 2 matches for "stremabl".
Did you mean:
stremable
2020 May 14
2
can't stream Opus in CAF format
Using FFmpeg, I can stream to a file on disk okay:
c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek
High Definition Audio)" -c:a libopus -ac 1 -b:a 32000 live.caf
But, if I add Icey metadata, FFmpeg throws errors:
c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek
High Definition Audio)" -c:a libopus -ac 1 -b:a 32000^
-ice_name
2020 May 14
0
can't stream Opus in CAF format
Hi,
the CAF format is not stremable due to the way the format works.
On 14 May 2020, at 4:42, webmaster at berean-biblechurch.org wrote:
> Using FFmpeg, I can stream to a file on disk okay:
> c:\apps\ffmpeg\bin\ffmpeg.exe -f dshow -i audio="Line In (Realtek
> High Definition Audio)" -c:a libopus -ac 1 -b:a 3...