Search found 12 matches

Go to advanced search

by wlourf
06 Sep 2016 16:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [Debian] rtsp freebox : live555 error
Replies: 2
Views: 1304

Re: [Debian] rtsp freebox : live555 error

Thanks :) I have this package installed : https://packages.debian.org/jessie/liblivemedia23 it looks like it's the last version for debian Jessie, is there something wrong with it ? However debian testing use liblivemedia52 $ apt-cache policy liblivemedia23 liblivemedia23: Installé : 2014.01.13-1 Ca...
by wlourf
06 Sep 2016 11:19
Forum: VLC media player for Linux and friends Troubleshooting
Topic: DVDs wont play on Linux Mint 18 Mate
Replies: 2
Views: 2575

Re: DVDs wont play on Linux Mint 18 Mate

Did you install libdvdcss2 package from videolan repository ?
See this post : https://forum.videolan.org/viewtopic.ph ... 62#p430600
by wlourf
06 Sep 2016 11:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [Debian] rtsp freebox : live555 error
Replies: 2
Views: 1304

[Debian] rtsp freebox : live555 error

Hello, Yesterday I've upgraded my debian from wheezy (7.11) to Jessie (8.5). Since then, vlc does no more read rtsp stream . Message says : core info: stopping playback live555 error: Nothing to play for rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=204&flavour=sd core err...
by wlourf
02 Sep 2010 15:47
Forum: Web and scripting
Topic: album art/cover with http interface
Replies: 0
Views: 1044

album art/cover with http interface

Hi all, I try to get/save on my hard drive the albumart of what vlc is playing for displaying it with a http interface. When cover is downloaded from vlc, it is saved in the file: /home/wlourf/.cache/vlc/art/artistalbum/Artist/Album/art.jpg But when the cover is tagged inside the MP3 file, vlc can d...
by wlourf
18 Jun 2009 00:26
Forum: Coffee Corner
Topic: Python Bindings runs "Out of Memory"
Replies: 1
Views: 1309

Re: Python Bindings runs "Out of Memory"

Hello again, I simplified my example and it's now just a loop starting vlc but my script is still running out of memory. (the memory used by the script inscrease up to 16Mo on Linux and up to 60 Mo on Windows). So what's wrong, my script or the vlc Python Bindings ? Thanks for any suggestion ! Here ...
by wlourf
07 Jun 2009 13:24
Forum: Coffee Corner
Topic: Python Bindings runs "Out of Memory"
Replies: 1
Views: 1309

Python Bindings runs "Out of Memory"

Hi all, I have a problem when running a loop of vlc instances in python (using python bindings). this is a sample code (open a file and convert it for 2 seconds in another file): #! /usr/bin/env python # -*- coding: utf-8 -*- import vlc, time,os itv=2 #intervalle in seconds class one_player(): def _...
by wlourf
03 Jun 2009 22:54
Forum: Coffee Corner
Topic: multiple mediacontrol instances in Python Bindings
Replies: 0
Views: 708

multiple mediacontrol instances in Python Bindings

Hi all, In python, I try to use multiple instances of vlc, but if I stop one of the instances and restart it later, its always the last instance I created that restart. Here is my code: #! /usr/bin/env python # -*- coding: utf-8 -*- import vlc, time,os #array to store multiple players enreg=[] class...
by wlourf
08 May 2009 12:15
Forum: General VLC media player Troubleshooting
Topic: VLC/Python bindings simple player example
Replies: 11
Views: 7040

Re: VLC/Python bindings simple player example

You need to install the python development packages, which bundle the necessary include files (and other files). On Debian and derivatives (including ubuntu), the package is named python-dev I think the information install the python-dev package is missing in the wiki page -but I can't edit the pag...
by wlourf
18 Apr 2009 17:22
Forum: Coffee Corner
Topic: VLC - Python binding
Replies: 18
Views: 9747

Re: VLC - Python binding

the vlc.pyd under pyvlc.googlecode.com repo is good also for the newest vlc 0.9.9??

Thanks!
the vlc.pyd works standalone (you don't need to install vlc) , see : http://codeslash.blogspot.com/2008/10/p ... r-vlc.html
by wlourf
16 Apr 2009 21:56
Forum: Development around libVLC
Topic: Stream ouput in python using vlc
Replies: 3
Views: 7486

Re: Stream ouput in python using vlc

Thanks for the answer and for pointing out the problem but I would really appreciate a direction to a solution
Did you try the subprocess module in Python :

Code: Select all

p = subprocess.Popen(['vlc', yourstream, option1,option2]
If you don't want any window, use the option --intf=dummy
by wlourf
11 Nov 2007 23:37
Forum: Web and scripting
Topic: changing sout with http interface [macro set inside]?
Replies: 2
Views: 1636

Re: changing sout with http interface ?

Hello again, I found the macro set in the VLC documentation and I created a player.html page with this macro : <vlc id="set" param1="sout" param2="string" /> with I load this URL : http://localhost:8080/player.html?sout=%23transcode%7Bacodec=mp3,ab=48,channels=1%7D:dupl...
by wlourf
01 Nov 2007 20:05
Forum: Web and scripting
Topic: changing sout with http interface [macro set inside]?
Replies: 2
Views: 1636

changing sout with http interface [macro set inside]?

Hello I try to use the http interface in order to change the sout of vlc. Here is the code I use to launch vlc in ubuntu : vlc --open 'v4l:// :v4l-vdev="" :v4l-adev="/dev/dsp" :v4l-norm=3 :v4l-frequency=-1' --sout '#transcode{acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=...

Go to advanced search