Search found 9 matches

Go to advanced search

by bobgardner
07 Sep 2018 23:11
Forum: VLC for Android and Chrome OS
Topic: Stream lpcm from pc to android over wifi?
Replies: 0
Views: 205

Stream lpcm from pc to android over wifi?

I want to stream live audio with 100ms or so latency from pc with dshow linein and stream it out the wifi using multicast and listen to it on an android phone. I want the stream to be linear pcm because thats what dshow reads from the linein. No encoding and decoding, which takes cpu and adds latenc...
by bobgardner
06 Sep 2018 20:02
Forum: VLC media player Feature Requests
Topic: Test Tone?
Replies: 0
Views: 247

Test Tone?

Audio guys would like to be able to send a tone down the output stream,at a selected freq and dB below full scale? If this works, might need colorbars too for the video guys.
by bobgardner
05 Sep 2018 02:52
Forum: VLC media player for Windows Troubleshooting
Topic: Check syntax of .bat file option by option?
Replies: 7
Views: 558

Re: Check syntax of .bat file option by option?

I want to capture stereo line in using dshow and stream it out on udp to a multicast address. I have a bat file that reads cd audio on e: and I guess I need to --sout it using proto="udp" and dst=239.1.1.1:5004, but I dont see any wifi on task manager. Ethernet isnt enabled. Any ideas how ...
by bobgardner
30 Aug 2018 23:58
Forum: VLC media player for Windows Troubleshooting
Topic: Check syntax of .bat file option by option?
Replies: 7
Views: 558

Re: Check syntax of .bat file option by option?

I thought I was being all clever by splitting the long lines in the bat file by adding a space^ as a bat file line splitter. I'm at work right now, but I'll be trying some more perturbations at home tonite. This is a Pearl Of Wisdom you have laid out: Garf sez: "Dont add a space between the clo...
by bobgardner
30 Aug 2018 02:20
Forum: VLC media player for Windows Troubleshooting
Topic: Check syntax of .bat file option by option?
Replies: 7
Views: 558

Re: Check syntax of .bat file option by option?

It gets as far as generating megabytes of repeating stuff in the log file, but I dont see any wifi in task manager. If the bat file reader didnt understand something, where would it write an error to? The log file? main debug: using multimedia timers as clock source main debug: min period: 1 ms, max...
by bobgardner
22 Aug 2018 21:17
Forum: VLC media player for Windows Troubleshooting
Topic: Check syntax of .bat file option by option?
Replies: 7
Views: 558

Re: Check syntax of .bat file option by option?

Thanks Mr Garf. Can you try this? How do we tell which option is snafu? (This is the contents of VlcPlayCdToAndroid.bat) "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv cdda:///E: ^ --sout-transcode{aenc="lpcm",acodec="lpcm",channels=1,samplerate=44100} ^ :sout-standard{ds...
by bobgardner
20 Aug 2018 04:25
Forum: VLC media player for Windows Troubleshooting
Topic: Check syntax of .bat file option by option?
Replies: 7
Views: 558

Check syntax of .bat file option by option?

I have a .bat file called VLCPlayCD that works and generates a log file, and I have a bunch of .bat files like VLCPlayCDtoRTP and VLCPlayWAVfiletoBroadcast and VLCplayDshowLineIntoUDP. All these look similar and they all spit out error messages because the bat file isnt getting read in, so theres no...
by bobgardner
21 Jun 2018 23:00
Forum: VLC stream-output (sout)
Topic: My bat file to stream line in to multicast
Replies: 0
Views: 472

My bat file to stream line in to multicast

@rem VlcPlayLineinToMulticast.bat June 13 2018 Bob G stream line in to multicast C:\"Program Files"\VideoLAN\VLC\vlc.exe ^ -vvv --dshow-adev= --dshow-vdev=none ^ --sout-#rtp{proto=udp,dst=239.1.1.1,port=5004,ttl=1,disc-caching=40} ^ --sout-keep --sout-all ^ --file-logging ^ pause I can use...

Go to advanced search