Search found 6 matches

Go to advanced search

by Kanonskall
13 May 2011 15:15
Forum: Development around libVLC
Topic: [SOLVED] Python VLC; Why cant it open and play this file?
Replies: 4
Views: 8560

Re: Python VLC; Why cant it open and play this file?

Ok, i'll check the docs and see if i can find it. Thanks! :) EDIT: Got it working! :) should have used .media_new_path() self.Media = self.Instance.media_new_path("./music1.mp3") At first i could not get sound, but turns out it was playing but there was nothing that prevented my program fr...
by Kanonskall
13 May 2011 14:37
Forum: Development around libVLC
Topic: [SOLVED] Python VLC; Why cant it open and play this file?
Replies: 4
Views: 8560

Re: Python VLC; Why cant it open and play this file?

\\ ? Yes, escaping the \'s. But i've tried dirname = r"<the directory>" also, but i get the same message. And i just can't find what "examples_wxvlc.py" is doing differently, since it's able to play it. As far as i can see, all i'm skipping is the creation of the WX GUI. Here is...
by Kanonskall
13 May 2011 14:25
Forum: Development around libVLC
Topic: [SOLVED] Python VLC; Why cant it open and play this file?
Replies: 4
Views: 8560

[SOLVED] Python VLC; Why cant it open and play this file?

Hi. I'm trying to get a simple mp3 to play using vlc.py I've tried copying the procedure from "examples_wxvlc.py" (which works and plays the mp3). here is my program # -*- coding: utf-8 -*- import vlc , os class newPlayer(object): def __init__(self): self.Instance = vlc.Instance() self.pla...
by Kanonskall
08 Mar 2011 04:43
Forum: General VLC media player Troubleshooting
Topic: VLC shoutcast --sout-shout-url , what does it do?
Replies: 1
Views: 510

VLC shoutcast --sout-shout-url , what does it do?

I'm streaming to an icecast server, and i'm wondering if anyone could explain to me what the --sout-shout-url parameter does exactly? Can it be set to let's say a flash player i've set up myself on a website, og does it have to be the direct address to the stream (ports and all) ? :shock: I would li...
by Kanonskall
08 Mar 2011 04:31
Forum: General VLC media player Troubleshooting
Topic: Optimal settings for playing .mod (and other modules)?
Replies: 2
Views: 381

Re: Optimal settings for playing .mod (and other modules)?

Thanks for the tip, but i'm wondering if it was not because i had the wrong mux (i was streaming to icecast using mp3 and had the mux set to ogg), because it seems to be ok now. Could that be the cause? I got music the first time, but like i said it was squeeky :) Now it's ok it seems.
by Kanonskall
07 Mar 2011 03:12
Forum: General VLC media player Troubleshooting
Topic: Optimal settings for playing .mod (and other modules)?
Replies: 2
Views: 381

Optimal settings for playing .mod (and other modules)?

Hi.

I'm trying to get vlc to play modules with the best possible sound quality. Sometimes i hear scratches and squeeks during playback. Is there someway i can remedy that, preferably with command line argument(s)? :-|

Go to advanced search