Search found 6 matches

Go to advanced search

by blackmonster
24 Jul 2013 10:56
Forum: Development around libVLC
Topic: libvlc usage in projects more complex than a simple player
Replies: 1
Views: 986

libvlc usage in projects more complex than a simple player

First of all thank you, developers, for this product. I really appreciate your work for making libvlc free even for commercial projects. But due to my experience after 4 months of usage i can honestly say i made a wrong choice by selecting libvlc as a framework for my project. Application is a simpl...
by blackmonster
24 Jul 2013 10:15
Forum: Development around libVLC
Topic: libvlc and pause
Replies: 1
Views: 1038

libvlc and pause

Hi all. I'm developing an app for video editing and i need to pause the player just after play. libvlc_media_player_play(myPlayer); libvlc_media_player_set_pause(myPlayer,1); this code doesn't work for some reason, then i tried to do register a callback to pausableChanged and emit a signal from it (...
by blackmonster
13 May 2013 23:26
Forum: Development around libVLC
Topic: time-sync ignored in smem asynchronous decoding?
Replies: 4
Views: 1532

Re: time-sync ignored in smem asynchronous decoding?

i've figured it out. use no-time-sync instead of time-sync=false,
also libvlc_media_set_option_flag(media, ":no-sout-smem-time-sync"); will work.
by blackmonster
13 May 2013 17:23
Forum: Development around libVLC
Topic: time-sync ignored in smem asynchronous decoding?
Replies: 4
Views: 1532

Re: time-sync ignored in smem asynchronous decoding?

found that it might be a problem with transcoding module speed, i.e by using a low-priority thread
by blackmonster
13 May 2013 12:36
Forum: Development around libVLC
Topic: libvlc 2.0 smem audio
Replies: 15
Views: 4836

Re: libvlc 2.0 smem audio

i also got it working, but the only problem is that it decodes too slow, seems like time_sync is ignored
by blackmonster
13 May 2013 12:29
Forum: Development around libVLC
Topic: time-sync ignored in smem asynchronous decoding?
Replies: 4
Views: 1532

Re: time-sync ignored in smem asynchronous decoding?

i also met this issue today, time-sync is ignored, i.e decoding goes in real-time

Go to advanced search