Re: [FFmpeg-user] ffmpeg http protocol question

2018-05-14 Thread 滕先飞
when add the output option ‘-write_xing 0’, the output file can play. But it cannot play when I use http protocol. My http server is simple, It can receive data and write data to file. Then I test it, it can not play. Only the mp3 file is bad, others mp3 file is ok when I transfer data with http

Re: [FFmpeg-user] ffmpeg http protocol question

2018-05-14 Thread Carl Eugen Hoyos
2018-05-13 5:48 GMT+02:00, asmall : > when I exec the command "ffmpeg -i > ~/Downloads/1101_3c27ce48e0b31a7961f1e75281cfaf3d.f0.mp3 -af > loudnorm=I=-16:TP=-1.5:LRA=11 -ar 48k -f mp3 out_file.mp3", the out_file.mp3 > can play. Does it also play if you add the output option "-write_xing 0" to the

[FFmpeg-user] ffmpeg http protocol question

2018-05-12 Thread asmall
Hi all I'm xianfei. I have some problems to ask for you help. Thanks. I encode audio with ffmpeg. when I exec the command "ffmpeg -i ~/Downloads/1101_3c27ce48e0b31a7961f1e75281cfaf3d.f0.mp3 -af loudnorm=I=-16:TP=-1.5:LRA=11 -ar 48k -f mp3 out_file.mp3", the out_file.mp3 can play. when i exec