jsmpeg
jsmpeg copied to clipboard
Strange sound
Does anyone hear strange sounds at the end of the packets sent to jsmpeg?
closing and opening the audio again infinitely, turn up the volume to hear..
Any fix?
hi luizj. the sound has many noise. i debug it to find what is problem .1. first i think this is from push system ffmpeg.i try test it.record data on sending and seen after time.there is no problem.so 2. record data on server before and after push to client.oooh again everything is ok. 3.i record data on client when i see online my webcam.in online many noise i heard .but when i listen to recorded file in client all problem disappear. the problem is on mp2.js file and when is try to decode mp2 . i try to fix it 2 hour.so when i don't anything about coding or decoding. export is nothing ;))
hello... please fix sound problem
i fix this by add -re to ffmpeg like this: ffmpeg -re -i xxxxxx
With -re the problem is the same, the "tick" sound is almost imperceptible
2018-02-07 7:26 GMT-02:00 rex-xu [email protected]:
i fix this by add -re to ffmpeg like this: ffmpeg -re -i xxxxxx
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/phoboslab/jsmpeg/issues/204#issuecomment-363708145, or mute the thread https://github.com/notifications/unsubscribe-auth/AIZCS5lNBdJBVoWNS9HX4ZtXGxlbyseSks5tSWxDgaJpZM4QbCZ0 .
yes @luizj with -re this problem is not fix any more. the -re just re encode video and audio . As I explained earlier audio and video healthy to the destination arrive .and player play flawless "video file". but this problem is on player or decoder when that try to attach buffered section .not other pieces of program.
Where you able to find a fix. I'm also having this issue. If I record to a file or have the websocket-relay.js save a copy, the audio is fine when played back, but when listening over the web socket there is a ticking noise.
Did you manage to solve the ticking noise problem ? I see this too