Search found 30 matches

Go to advanced search

by Dinosaur1946
02 Dec 2024 21:00
Forum: Development around libVLC
Topic: How to quit in Rpi CLI
Replies: 4
Views: 257

Re: How to quit in Rpi CLI

Hi All

That's the problem, my app seems not to have Kbd access (for any key) when booting into cli.
If loading X then yes.
If I run ; libvlc_release(instance) then yes, but I don't want to release the instance between videos.

Regards
by Dinosaur1946
01 Dec 2024 00:56
Forum: Development around libVLC
Topic: How to quit in Rpi CLI
Replies: 4
Views: 257

How to quit in Rpi CLI

Hi All Originally posted here:[url][https://forum.videolan.org/viewtopic.php?f=13&t=165660/url] But after graduating to using the library, thought this the better place. Using a Rpi Zero W 2 booting directly to cli as a headless system. In other words X is not loaded. Then in /etc/rc.local I sta...
by Dinosaur1946
23 Nov 2024 20:31
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problems with rc commands from another app.
Replies: 2
Views: 513

Re: Problems with rc commands from another app.

Hi All

Appreciate that.
Is there anyway to allow me to Interrupt the video, and nominate a new one ? (without vlc exiting)

Regards
by Dinosaur1946
23 Nov 2024 04:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problems with rc commands from another app.
Replies: 2
Views: 513

Problems with rc commands from another app.

Hi All The Target: Rpi Zero W has push buttons to select Video's in a Museum. Buttons can be pressed in the middle of another video to change to another. The app is written in FreeBasic and uses the Pipe command: ie: PipeCmnd = "vlc -I rc Video1.mov fullscreen" Open Pipe PipeCmnd for Outpu...
by Dinosaur1946
03 Mar 2024 21:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Public usb playlist for Linux vlc
Replies: 2
Views: 759

Re: Public usb playlist for Linux vlc

Hi All

Thank you Remi, that worked perfectly for me.
The above example line simply became:

Code: Select all

Windows-Presentation/01-Silent Movies.jpg
A total of 40 lines of .jpg and .mov mixed.
Saved as .m3u file.
Once again , thank you

Regards
by Dinosaur1946
03 Mar 2024 10:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Public usb playlist for Linux vlc
Replies: 2
Views: 759

Public usb playlist for Linux vlc

Hi All I have made up a playlist for our local Museum's 50th anniversary. This playlist is on a usb stick and has Windows vlcportable installed on it. All works perfectly, many thanks to the good people at vlc for such a fantastic program. These USB sticks will be sold on our open day to raise money...
by Dinosaur1946
11 May 2023 08:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC Audio streaming to 5 or more speakers.
Replies: 0
Views: 677

VLC Audio streaming to 5 or more speakers.

Hi All Trying to decide which way to go with this need we have to broadcast sound only from an audio mixer to 5 speakers around an Historical Village. About 6 times a year we have events where entertainment on a main stage needs to be transmitted to speakers. My initial thought was to use a PC with ...
by Dinosaur1946
11 Jul 2022 07:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All Just an update, have installed the system at the museum and is working perfectly. Able to see 48 camera's in 3 locations over a single cat5 with 2 ethernet switches. One of these switches is just a simple range extender. Every 5 sec's each of the 9 monitors change to show another batch of cam...
by Dinosaur1946
08 Jul 2022 00:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

08:30 am here on the Sunny Queensland coast.
Once again , Many Thanks.
by Dinosaur1946
08 Jul 2022 00:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

You didn't even give me the chance to try my version, :)
But that worked straight away.

Did you look at the pdf I posted in the earlier posts, cause I will remove it later.
by Dinosaur1946
07 Jul 2022 23:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

I think because it is getting to long winded.
You have done pretty good sofar.

I will play around with it now we have the format correct and see if I can get the client from cli as well.
If not and I am stuck, I will start a new thread.

Enjoy your day (or night)

Regards
by Dinosaur1946
07 Jul 2022 23:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

That's working
Do we need to go back to the full string ?
by Dinosaur1946
07 Jul 2022 23:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Yes, the GUI opens but is stopped. Log file has same error lines. vlc -vvv v4l2:///dev/video0 --sout=#transcode{vcodec=mp2v,vb=800,acodec=mpga,ab=128,channels=2,samplerate=44100}:rtp{dst=192.168.0.255,port=5004,mux=ts,sap} Took the name off the end to try that main error: stream chain failed for `tr...
by Dinosaur1946
07 Jul 2022 23:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All main error: stream chain failed for `transcodevb=800:rtpname=Test' main error: cannot start stream output instance, aborting main debug: dead input Then removing vb=800 main error: stream chain failed for `transcode{vcodec=mp2v}:rtpname=Test' main error: cannot start stream output instance, a...
by Dinosaur1946
07 Jul 2022 23:22
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

I did and then the next field becomes an error (samplerate=44100)
main error: stream chain failed for `transcodesamplerate=44100:rtpname=Test'
main error: cannot start stream output instance, aborting
by Dinosaur1946
07 Jul 2022 22:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All Sorry for testing your patience. That string now seems to work by announcing : VLC media player 3.0.8 Vetinari (revision 3.0.8-0-gf350b6b5a7) and a blinking cursor. However, the normal way of opening the client /Media/Open Network Stream rtp://192.168.0.255:5004/Test just sits there with the ...
by Dinosaur1946
07 Jul 2022 22:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All I don't think there is any security risks as the LAN is totally isolated and NOT on the net plus there is a secondary alarm system. :sout=#transcode{vcodec=mp2v,vb=800,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:rtp{dst=192.168.0.255,port=5004,mux=ts,sap,name=Test} :no-sout-al...
by Dinosaur1946
07 Jul 2022 21:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device [SOLVED]

Hi All Mercury048 , you have done well , many thanks for your time & effort. :D YFYI, the installation is on a very large Museum & Historical village which is run totally by volunteers, usually retired people like myself. The solution you have helped me find is easy for me to setup, however ...
by Dinosaur1946
07 Jul 2022 07:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All SUCCESS What do you mean by this? Do not change the IP address of the machine itself. We are talking about VLC settings only. No, I meant setting both to 192.168.0.2 in VLC only. Even though I don't tick "Display Locally" sometimes it still does. I assumed that when it did , it had ...
by Dinosaur1946
07 Jul 2022 05:34
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All According to your instruction, both PC's now have the same IP address. I have pinged both OK. The originating PC1 now has 192.168.0.2 Which now displays the capture locally. The Target PC2: /Media/Open Network Stream/ rtp://192.168.0.2/Test then play. This results in: VLC is unable to open th...
by Dinosaur1946
06 Jul 2022 23:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All Mercury048, thanks for your perseverance, similarly I rarely give up if I know it is "supposed" to work. The test you detailed worked, however when I then tried the second PC it failed. Cannot resolve 192.168.0.9/Test Port 5004 Name or service unknown I notice that the error message...
by Dinosaur1946
06 Jul 2022 12:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All Concluded the following after extensive testing. 1: Using VLC with Video capture device on PC1. Then using x11vnc as a server for that captured screen on PC1. Using vncviewer on PC2. This is the only reliable way to make this work.(had a problem with one capture device dropping out, replacing...
by Dinosaur1946
04 Jul 2022 23:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All I have tried RTP as well. The video format I am using to test is mp4. The format is RTP/MPEG Transport Stream Have tried with empty target address and with rtp://192.168.0.9 (2nd PC) Video H-264 :sout=#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:duplicate...
by Dinosaur1946
04 Jul 2022 22:26
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All

Thanks for trying that Mercury048.
Have a look at the first half of this video ?
Are we talking about an earlier version of VLC here ?

https://www.youtube.com/watch?v=xW_vQW1fK4g

PS:I am in Australia, so our times may not align.
Regards
by Dinosaur1946
04 Jul 2022 11:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stream USB Capture Device
Replies: 44
Views: 7827

Re: Stream USB Capture Device

Hi All Struggling to understand what is happening. I can ping two PC's from each other and then start a stream from 1. Then when I get to "Open Network Stream" on PC2 I get this in the log. main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. main: playlis...

Go to advanced search