Advertisement
Guest User

Untitled

a guest
Sep 11th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Hi, trying to play an mp3 in a browser (using web api) but it's very choppy, same way with mp2 worked great, so guess the problem is with the bit reservoir. is there a way to disable it?
  2. the doc says : reservoir Enable use of bit reservoir when set to 1. Default value is 1. LAME has this enabled by default, but can be overridden by use --nores option.
  3. but "--nores" doesn't seems to work. can set "-libmp3lame -reservoir 0", but it doesn't seems to do anything...
  4.  
  5. the full command is :
  6. ffmpeg -f dshow -i video="ManyCam Virtual Webcam":audio="Microphone (ManyCam Virtual Mic" -f mpeg -acodec mp3 -reservoir 0 -b:v 300k -b:a 64k http://localhost:777
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement