![]() |
[SOLVED] vlc installation - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Additional Packages (/forum-22.html) +--- Thread: [SOLVED] vlc installation (/thread-1377.html) |
vlc installation - p.falk - 23rd Sep, 2013 06:17 AM Hello, I just wanted to install vlc on xbian 1.0 beta 1.1 but got an error, that it depends on vlc-nox and that is not going to be installed, if I want to install that, there is the next broken dependency. Is there a good installation guide out there, or are there alternative sources for vlc that I should use? Thanks for your support Peter RE: vlc installation - IriDium - 25th Sep, 2013 01:54 AM I'm not too sure why you want to? As far as I know vlc is not hardware accelerated whereas the standard omxplayer is. If you still want to install vlc then you will need to supply the command used to install it and the errors you get. Please read "Read before you post" a link is in my signature. RE: vlc installation - p.falk - 25th Sep, 2013 05:56 AM Hello Thanks for your hints... why vlc -> cvlc seemed to be the best command line application for recording IP TV streams on the PI, I do not see any possiblity to do that with omxplayer (is there?) here the info about my settings: Software XBian version: XBian 1.0 Beta 1.1 XBMC version: Frodo 12.2 Overclock settings: default Hardware Power supply rating: RPi model (model A/B 256mb/512mb): B 512mb SD card size and make/type: 32G Network (wireless or LAN): LAN Connected devices (TV, USB, network storage, etc.): TV and here the error message, when attempting to install vlc: Terminal apt-get install vlc Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: vlc : Depends: vlc-nox (= 2.0.3-5) but it is not going to be installed Recommends: vlc-plugin-notify (= 2.0.3-5) but it is not going to be installed Recommends: vlc-plugin-pulse (= 2.0.3-5) but it is not going to be installed E: Unable to correct problems, you have held broken packages. Thanks for any support on this. greetings Peter RE: vlc installation - effemmeffe - 25th Sep, 2013 06:28 AM #bookmark RE: vlc installation - IriDium - 26th Sep, 2013 02:00 AM My guess would be that because Xbian is on the "bleeding edge" the package developer has not kept up with developments. In this case I would suggest, for your task, that you try another distro ![]() RE: vlc installation - CurlyMo - 26th Sep, 2013 08:02 AM The problem is one of the dependencies of vlc-nox: Code: root@pi:~# apt-get install libtag1-vanilla RE: vlc installation - mk01 - 29th Sep, 2013 12:38 PM (25th Sep, 2013 05:56 AM)p.falk Wrote: The following packages have unmet dependencies: vlc-nox depends on libtag1c2a which will not be installed due to conflict with xbian-package-libtag. similar problem to mopidy installation (there is issue & resolution at github - can't find now the link). but basic steps: Code: sudo -i then you can proceed installing vlc again. RE: vlc installation - p.falk - 2nd Oct, 2013 05:14 AM yes, that solved the problem - vlc is now installed and working! Thanks a lot! RE: vlc installation - mk01 - 2nd Oct, 2013 10:42 AM (2nd Oct, 2013 05:14 AM)p.falk Wrote: yes, that solved the problem - vlc is now installed and working! @p.falk, just one additional step I missed, but can save you unexpected troubles. mark the libtag1c2a as hold. "apt-mark hold libtag1c2a" this will tell apt not to update this automatically. it would reinstall the meta package from us, install full library possibly breaking XBMC - as this requires lib tag 1.8 what is provided in xbian-package-libtag, but Debian 7 is (and probably will stay) with 1.7.x thanks. RE: vlc installation - duno - 11th Jun, 2014 10:18 AM Is this still working for RC2? Would like to make a live (real time) stream as Code: raspivid -o - -t 9999999 |cvlc -vvv stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8554}' :demux=h264 The "old" motion can't do that ... RE: vlc installation - p.falk - 13th Jun, 2014 06:24 AM Hi Duno, I can't tell, as I still have 1.0 beta 2 installed, but with the latest updates. Best regards Peter RE: vlc installation - duno - 15th Jun, 2014 06:40 AM (13th Jun, 2014 06:24 AM)p.falk Wrote: I can't tell, as I still have 1.0 beta 2 installed, but with the latest updates.Hi Peter, I also had 1.0 RC2 on my card. But now, after I installed all the old packages my Xbian is hangin on boot up with "no telnet" or sometning like that ... In the moment I am using my other, wheezy (backup) card. I thought vlc (cvlc) is the easyest way to stream videos in realtime. But on Xbian it seems to be a problem (?). Or is there another way for streaming videos from a capture device* or the original Raspberry Cam? * v4l-dvb BTW.: Why is this thread marked as [SOLVED] ? RE: vlc installation - rikardo1979 - 15th Jun, 2014 07:01 PM (15th Jun, 2014 06:40 AM)duno Wrote:(13th Jun, 2014 06:24 AM)p.falk Wrote: I can't tell, as I still have 1.0 beta 2 installed, but with the latest updates.Hi Peter, its marked as solved because the OP of this thread said that previous answer solved his issue (2nd Oct, 2013 05:14 AM)p.falk Wrote: yes, that solved the problem - vlc is now installed and working! RE: vlc installation - duno - 16th Jun, 2014 02:22 AM (15th Jun, 2014 07:01 PM)rikardo1979 Wrote: its marked as solved because the OP of this thread said that previous answer solved his issue So I have to make a new thread like "How to install VLC under Xbian 1.0 RC2" ? ![]() RE: vlc installation - rikardo1979 - 16th Jun, 2014 07:06 PM (16th Jun, 2014 02:22 AM)duno Wrote:(15th Jun, 2014 07:01 PM)rikardo1979 Wrote: its marked as solved because the OP of this thread said that previous answer solved his issue no, there is no need.the thread is still open so you can discuss here if you think you get your answers |