Search found 9 matches

Go to advanced search

by freenode5
22 Jul 2012 18:16
Forum: VLC media player for Windows Troubleshooting
Topic: a way to log now-playing song titles and artist names?
Replies: 3
Views: 2189

Re: a way to log now-playing song titles and artist names?

there seems to be an option for logging under the advanced settings but I can't get it to work. I've read other people having a similar problem. Maybe this will give you a better mystery to solve.
It might be relevant that I'm using windows7 (which is notorious for write access issues)
by freenode5
21 Jul 2012 15:37
Forum: VLC media player for Windows Troubleshooting
Topic: a way to log now-playing song titles and artist names?
Replies: 3
Views: 2189

a way to log now-playing song titles and artist names?

When I stream an AAC source, it shows the artists and song titles in the status-bar. is there any way on windows that I can configure some parameters to dump the 'now playing' info of every song from a stream into a text file? All I want to log is the names and artists of each new song that plays. T...
by freenode5
13 May 2011 13:55
Forum: Development around libVLC
Topic: vlm media player (streaming)
Replies: 8
Views: 1403

Re: vlm media player (streaming)

I had no idea you could use sout in vlc_args. I really wish I'd known that 3 weeks ago, or that someone had mentioned it earlier. It's perfect and does exactly what I want. Now just by adding: "--sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100,mux=mp3}:http{dst=:8090/file.mp3}&quo...
by freenode5
12 May 2011 16:36
Forum: Development around libVLC
Topic: vlm media player (streaming)
Replies: 8
Views: 1403

Re: vlm media player

I already have one of those laying around but getting it, or any other sequence, to stream is the trick
by freenode5
12 May 2011 13:51
Forum: Development around libVLC
Topic: vlm media player (streaming)
Replies: 8
Views: 1403

Re: vlm media player

any idea how I would solve the problem then?
(the problem being: how to stream files in a sequence)
by freenode5
11 May 2011 23:07
Forum: Development around libVLC
Topic: vlm media player (streaming)
Replies: 8
Views: 1403

vlm media player (streaming)

is there a way to get a direct pointer to the libvlc_media_player_t inside of vlm? Or, how would you stream one media file right after another? example: libvlc_vlm_add_broadcast(...,FirstFile,...); libvlc_vlm_add_broadcast(...,SecondFile,...); // now play these two files in a row but don't kill the ...
by freenode5
06 May 2011 14:06
Forum: Development around libVLC
Topic: streaming from .pls file
Replies: 3
Views: 2418

Re: streaming from .pls file

The Solution: It is perfectly possible to stream both regular and pls files with a fairly simple program. Here's what came out in a later thread. I had no idea you could use sout in vlc_args. I really wish I'd known that 3 weeks ago, or that someone had mentioned it earlier. It's perfect and does ex...
by freenode5
05 May 2011 22:15
Forum: Development around libVLC
Topic: streaming from .pls file
Replies: 3
Views: 2418

Re: streaming from .pls file

Is there another way?
VLC itself seems to have this ability so I assumed there must be some solution.

Do you happen to know if the add broadcast works with stream URLs as well as files? If so, I could just build my own pls parser.
by freenode5
05 May 2011 13:54
Forum: Development around libVLC
Topic: streaming from .pls file
Replies: 3
Views: 2418

streaming from .pls file

I found libvlc_vlm_add_broadcast for streaming files over network but how would you stream a .pls file?
In the past, I've used the playlist player to play them locally.
I've done some digging in the docs and can't seem to find a way to patch it together.

Go to advanced search