Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread bpa
d6jg wrote: > There is no doubt that it is technically possible to take the audio from > any source and convert it by whatever means (wavinput is only one) to a > stream that LMS can read and play. > > However if I read things correctly you want to see video in one place > and send audio by

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread d6jg
I have just read through this thread. There is no doubt that it is technically possible to take the audio from any source and convert it by whatever means (wavinput is only one) to a stream that LMS can read and play. However if I read things correctly you want to see video in one place and

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-19 Thread bpa
thevanihingman wrote: > aplay -D default -f cd -t wav >test.wav do not work > (test.wav stay at 0oct) > > the command : pactl list short |grep RUNNING return : 1 > alsa_output.pci-_00_14.2.analog-stereo module-alsa-card.c > s16le 2ch 44100Hz

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread bpa
thevanihingman wrote: > I said earlier than aplay -D default -f cd -t wav >test.wav do not work > (test.wav stay at 0oct) > But arecord do something (with the same paramters it gives a lot of > noise but it records something) > BR aplay and arecord are in fact the same application - just

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread thevanihingman
I said earlier than aplay -D default -f cd -t wav >test.wav do not work (test.wav stay at 0oct) But arecord do something (with the same paramters it gives a lot of noise but it records something) BR thevanihingman's

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread bpa
Pulseaudio requires a totally different strategy than Alsa and it usually much more convoluted. It has been documented/discussed already at length in the WaveInput plugin thread. bpa's Profile:

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread thevanihingman
aplay -D default -f cd -t wav >test.wav do not work (test.wav stay at 0oct) the command : pactl list short |grep RUNNING return : 1 alsa_output.pci-_00_14.2.analog-stereo module-alsa-card.c s16le 2ch 44100Hz RUNNING the command : parec -v -d

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread bpa
thevanihingman wrote: > I use alsa : how to use aplay ? It is a standard ALSA application -plenty of maunals & tutorials online > How to verify I have a command that when executed at a shell prompt > under your LMS userid can copy the desired audio stream into a WAV file > ? > BR. On a

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-18 Thread thevanihingman
bpa wrote: > All wavinput does is copy an audio source and feed it as a 44.1Khz PCM > stream into LMS. > > If your system uses pulseaudio then obtaining the correct "device" to > act a source can be very tricky. > If your system uses ALSA No pulseaudio) then it is usually > straighforward by

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-17 Thread bpa
thevanihingman wrote: > But today WaveInput is not working here (so I am not yet in sync > issue). > Do you want to say that the only way is to use waveinput to feed with my > local players my squeezelite boxes ? All wavinput does is copy an audio source and feed it as a 44.1Khz PCM stream into

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-17 Thread thevanihingman
bpa wrote: > Waveinput will not normally work with video as audio and video will be > out of sync due to different network paths. > > The only way to make it work is to use somehting like mplayer and to > manually tell mplayer to alter the time gap between audio and video > stream and even then

Re: [slim] How to ear vlc or chrome(NETFLIX) or over multimedia reader by LMS (KDE 14.04 lts)

2018-01-17 Thread bpa
Waveinput will not normally work with video as audio and video will be out of sync due to different network paths. The only way to make it work is to use somehting like mplayer and to manually tell mplayer to alter the time gap between audio and video stream and even then sync may not be good.