Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-13 Thread Csaba
Hi Moritz, Thank you very much, you are very friendly and helpful. You wrote: > Thanks for these. I always want to try vlc for certain stuff, but get > scared a bit. ;-) I found these command line parameters somewhere on the net. I am a novice. :-( > As far as I understand, the rtp protocol is

Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-12 Thread Moritz Barsnick
On Wed, Dec 11, 2019 at 16:46:13 +0100, Csaba wrote: > #!/in/sh > cvlc -vvv alsa://hw:1,0 --sout-keep --sout > '#transcode{acodec=mp3,ab=128,channels=2,samplerate=9600}:standard{access=http,dst=192.168.1.20:/stream.mp3,caching=0}' > > vlc_tcp_stream.log 2>&1 & Thanks for these. I always want

Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-11 Thread Csaba
Hi Moritz, Thank you very much for your mail. I am so sorry for my mistakes. You are very friendly and helpful. I have better success with VLC than ffmpeg. My simple goal is to make audio streaming on my Linux machine. I would like to other machines and mobile phones can connect to the Linux

Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-11 Thread Moritz Barsnick
On Wed, Dec 11, 2019 at 05:47:49 +0100, Csaba wrote: > Thank you for your help. I appreciate it. A pleasure. > [tcp @ 0x562b13aa0340] Connection to tcp://192.168.1.20:8080 failed: > Connection refused > http://192.168.1.20:8080: Connection refused > > 192.168.1.20 is the IP address of this

Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-10 Thread Csaba
Dear Moritz, Thank you for your help. I appreciate it. You wrote: > It is so incorrect that ffmpeg should trip over the two usage errors > and report them to you in a very obvious fashion. > Do you happen to be suppressing your output? I got the output with the following redirection commands:

Re: [FFmpeg-user] FFMpeg stream audio problem

2019-12-08 Thread Moritz Barsnick
On Sat, Dec 07, 2019 at 07:43:19 +0100, Csaba wrote: > #!/bin/sh > ffmpeg -f alsa -i plughw:1 -acodec libmp3lame -ar 11025 -f rtp > rtp://192.168.1.20:8000 This is incorrect. > #!/bin/sh > ffmpeg -f alsa -i plughw:1,0 -acodec libmp3lame -ab 96k -ac 1 -re -f http > http://192.168.1.20:8080 As

[FFmpeg-user] FFMpeg stream audio problem

2019-12-06 Thread Csaba
Hi, I have Debian Buster Stable and I installed the FFMpeg program. I would like to stream audio from the microphone of the soundcard to the local IP of this computer LAN card and other computer can connect through LAN to play the stream. My goal is to stream audio with lowest latency as