We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If audio is mp3 codec, play is ok but no audio. Replay steps is bellow.
v4.0.269+
./objs/srs -c conf/mp3.ts.conf
ffmpeg -stream_loop -1 -re -i doc/source.flv -vcodec copy -acodec libmp3lame \ -f flv rtmp://localhost/live/livestream
http://localhost:8080/live/livestream.ts
PS: If use HLS with mp3 audio, hls.js is ok to play.
The text was updated successfully, but these errors were encountered:
Implemented in #86 by @monyone
Sorry, something went wrong.
It works! Thanks a lot 👍
MP3: Upgrade mpegts.js to support HTTP-TS with mp3. v5.0.126 (#296)
02a18b3
No branches or pull requests
If audio is mp3 codec, play is ok but no audio. Replay steps is bellow.
v4.0.269+
server:http://localhost:8080/live/livestream.ts
PS: If use HLS with mp3 audio, hls.js is ok to play.
The text was updated successfully, but these errors were encountered: