Solved: vlc installation
|
23rd Sep, 2013, 06:17 AM
Post: #1
|
|||
|
|||
vlc installation
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 |
|||
25th Sep, 2013, 01:54 AM
Post: #2
|
|||
|
|||
RE: vlc installation
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. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
25th Sep, 2013, 05:56 AM
Post: #3
|
|||
|
|||
RE: vlc installation
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 |
|||
25th Sep, 2013, 06:28 AM
Post: #4
|
|||
|
|||
RE: vlc installation
#bookmark
|
|||
26th Sep, 2013, 02:00 AM
Post: #5
|
|||
|
|||
RE: vlc installation
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 or wait a bit and see if anyone else has any ideas. Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
26th Sep, 2013, 08:02 AM
Post: #6
|
|||
|
|||
RE: vlc installation
The problem is one of the dependencies of vlc-nox:
Code: root@pi:~# apt-get install libtag1-vanilla pilight - modular domotica solution
|
|||
29th Sep, 2013, 12:38 PM
Post: #7
|
|||
|
|||
RE: vlc installation
(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. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
2nd Oct, 2013, 05:14 AM
Post: #8
|
|||
|
|||
RE: vlc installation
yes, that solved the problem - vlc is now installed and working!
Thanks a lot! |
|||
2nd Oct, 2013, 10:42 AM
Post: #9
|
|||
|
|||
RE: vlc installation
(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. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
11th Jun, 2014, 10:18 AM
Post: #10
|
|||
|
|||
RE: vlc installation
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 ... |
|||
13th Jun, 2014, 06:24 AM
Post: #11
|
|||
|
|||
RE: vlc installation
Hi Duno,
I can't tell, as I still have 1.0 beta 2 installed, but with the latest updates. Best regards Peter |
|||
15th Jun, 2014, 06:40 AM
Post: #12
|
|||
|
|||
RE: vlc installation
(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] ? |
|||
15th Jun, 2014, 07:01 PM
Post: #13
|
|||
|
|||
RE: vlc installation
(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! ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
16th Jun, 2014, 02:22 AM
Post: #14
|
|||
|
|||
RE: vlc installation | |||
16th Jun, 2014, 07:06 PM
Post: #15
|
|||
|
|||
RE: vlc installation
(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 ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
« Next Oldest | Next Newest »
|