samirkumardas / jmuxer

jMuxer - a simple javascript mp4 muxer that works in both browser and node environment.
Other
559 stars 114 forks source link

Only play audio stream, and automatically pause after 13 minutes #119

Open Unkn0wn0802 opened 2 years ago

Unkn0wn0802 commented 2 years ago

audio buffer quota full jmuxer.min.js:1 JMuxer cleaning audio buffer due to QuotaExceeded error

Covfefeable commented 2 months ago

same problem here, any solutions?

samirkumardas commented 2 months ago

@Covfefeable did you try setting clearBuffer to true?

Covfefeable commented 2 months ago

@Covfefeable did you try setting clearBuffer to true? yes, here is my config, I receive audio data from websocket, and feed realtime mode: 'audio', flushingTime: 20, debug: true, clearBuffer: true, every time when it play for more than 25 minutes, there is no sound although websocket data is continue sending, console outputs buffer full xxxx, and clear doesn't work

Covfefeable commented 1 month ago

error here is the log