Re: [FFmpeg-user] Send audio to Axis encoder and change http_post header

2018-07-17 Thread Ciriello Edoardo
Hi, i have same problem interfacing an axis p8221. I don't understand where I have to put the multiple_requests option Thanks edo [Telespazio S.p.A.] Edoardo Ciriello LoB Satellite Systems and Operations Via Tiburtina, 965 - 00156 Rome - Italy Ph: +390640796384 | Fax: +39 06 4099-9255 edoar

Re: [FFmpeg-user] Send audio to Axis encoder and change http_post header

2014-10-22 Thread Mark Umansky
r 21, 2014 5:41 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Send audio to Axis encoder and change http_post header Mark Umansky torcrobotics.com> writes: > Connection: Keep-Alive > Connection: close > The "connection: close" is what I think is preventing any data fr

Re: [FFmpeg-user] Send audio to Axis encoder and change http_post header

2014-10-21 Thread Carl Eugen Hoyos
Mark Umansky torcrobotics.com> writes: > Connection: Keep-Alive > Connection: close > The "connection: close" is what I think is preventing > any data from getting to the encoder as it errors out > after one frame. Did you test the option "multiple_requests"? > ffmpeg -v debug -y -re -f dsho

[FFmpeg-user] Send audio to Axis encoder and change http_post header

2014-10-21 Thread Mark Umansky
Hello, I am trying to send audio data to an Axis encoder using the VAPIX API: http://www.axis.com/files/manuals/vapix_audio_52913_en_1307.pdf Essentially I send audio to it by pointing something at the address of the encoder: http://http://192.168.0.90/axis-cgi/audio/transmit.cgi -report ffmpe