Search found 9 matches

Go to advanced search

by pivoo
26 Jan 2015 09:43
Forum: Development around libVLC
Topic: Pause playback from video filter module
Replies: 4
Views: 402

Re: Pause playback from video filter module

Maybe I can send some signal ... somewhere, which will be received and proccessed in some place where playback could be paused?
by pivoo
22 Jan 2015 14:53
Forum: Development around libVLC
Topic: Pause playback from video filter module
Replies: 4
Views: 402

Re: Pause playback from video filter module

How to access the playlist from video filter function?
For Example I situated in
subsdelay.c:
static subpicture_t * SubsdelayFilter( filter_t *p_filter, subpicture_t* p_subpic )
{

// How to get access to playlist from here ?

}
by pivoo
22 Jan 2015 13:23
Forum: Development around libVLC
Topic: Pause playback from video filter module
Replies: 4
Views: 402

Pause playback from video filter module

Hello.

I need to pause playback from video filter module.
In function I just have
filter_t* p_filter

How should I correctly do the pause action?

Thanks!
by pivoo
26 Dec 2014 11:32
Forum: Development around libVLC
Topic: Click on subtitle and go to associated url
Replies: 1
Views: 314

Click on subtitle and go to associated url

Hi everyone! I am sorry, I don't know if I post in correct forum. I need to develop such module, which will open http link in browser when user click on subtitle. Subtitles are in .ass format, and the link will be in "name" attribute of subtitle. With some changes to VLC code I can process...
by pivoo
22 Mar 2012 12:28
Forum: VLC media player for Windows Troubleshooting
Topic: Windows named pipe reopen
Replies: 7
Views: 1344

Re: Windows named pipe reopen

Hello Beyond005,

sorry, didn't see your question. If you still need help please send me message.
by pivoo
24 Oct 2011 13:57
Forum: VLC media player for Windows Troubleshooting
Topic: Windows named pipe reopen
Replies: 7
Views: 1344

Re: Windows named pipe reopen

I used article http://msdn.microsoft.com/en-us/library/windows/desktop/aa365603(v=VS.85).aspx to make named pipe sending side better. And now it works fine. But I still have problems, when embeded VLC can not open named pipe. I use it from python script. And I couldn't find VLC log files, so I can j...
by pivoo
21 Oct 2011 12:01
Forum: VLC media player for Windows Troubleshooting
Topic: Windows named pipe reopen
Replies: 7
Views: 1344

Re: Windows named pipe reopen

The error was not in VLC.
I still didn't fix my problem completly, but it was error in sending application which writes to named pipe.
This article helped me do more correct writing to pipe:
http://msdn.microsoft.com/en-us/library ... s.85).aspx
by pivoo
19 Oct 2011 16:24
Forum: VLC media player for Windows Troubleshooting
Topic: Windows named pipe reopen
Replies: 7
Views: 1344

Windows named pipe reopen

Hi everyone, I have program which writes mpeg ts stream to windows named pipe. I can render this stream with VLC: vlc.exe stream://\\.\pipe\RavisPlayer1239 Everything works OK. Than in VLC I do "stop" and than "play", and it show me error, that it "can't open MRL" If I ...
by pivoo
05 Aug 2011 09:37
Forum: General VLC media player Troubleshooting
Topic: Streaming multiprogram MPEG_TS
Replies: 1
Views: 258

Streaming multiprogram MPEG_TS

Hi
I streaming multiprogram MPEG TS file by UDP.
Now I can change program only on sending side. Is there possibility to stream my file in such way that I can choose program on receiver side?

Go to advanced search