Search found 59 matches

Go to advanced search

by DsChAeK
13 Nov 2013 19:46
Forum: Development around libVLC
Topic: libvlc_audio_set_volume crashes libvlccore 2.1.0
Replies: 17
Views: 5642

Re: libvlc_audio_set_volume crashes libvlccore 2.1.0

Nice workaround, thx for finding it out!
by DsChAeK
27 Oct 2013 09:43
Forum: Development around libVLC
Topic: libvlc_audio_set_volume crashes libvlccore 2.1.0
Replies: 17
Views: 5642

Re: libvlc_audio_set_volume crashes libvlccore 2.1.0

The same here with Win7 64bit and Delphi 5. (Exception EInvalidOp)
If this error happens the stream freezes and if I call libvlc_media_player_stop() my program hangs up.
by DsChAeK
05 Oct 2013 17:17
Forum: VLC media player for Windows Troubleshooting
Topic: No more DOLBY-Sound
Replies: 4
Views: 577

Re: No more DOLBY-Sound

Also doesnt' work for me using S/PDIF with newest version :/
by DsChAeK
08 Apr 2012 23:52
Forum: Development around libVLC
Topic: VLC De-interlacing mode
Replies: 2
Views: 2803

Re: VLC De-interlacing mode

The libvlc_video_set_deinterlace() is working most of the time, but sometimes it's not and parameters have still no effect.
It is really a problem for me because I want to control this option with my application.
by DsChAeK
21 Jan 2012 13:33
Forum: Development around libVLC
Topic: libvlc_log_xxx functions are not working anymore
Replies: 1
Views: 319

libvlc_log_xxx functions are not working anymore

I discovered that these functions are deprecated now. (v2.1.0 nightlybuild) Is there another way to get the log entries? I couldn't find anything by myself... I need a way to detect which of my vlc instance (first plays source, second plays duplicated stream of first) has problems if there are strea...
by DsChAeK
02 Oct 2011 01:59
Forum: VLC stream-output (sout)
Topic: streaming to mobile phone
Replies: 23
Views: 71783

Re: streaming to mobile phone

Sorry, but I don't know anything about Sony mobiles...
The wizard generates weird mrls sometimes -> "rtsp://:5544/123.123.123.123/" !? -> try it like my mrl ("rtsp://192.168.0.2:5000/stream.sdp")
by DsChAeK
20 Aug 2011 23:05
Forum: VLC stream-output (sout)
Topic: streaming to mobile phone
Replies: 23
Views: 71783

Re: streaming to mobile phone

After spending several hours with several example MRLs without success, I really found a way streaming http streams to my android phone (Samsung Galaxy Ace, Android 2.2.1): original stream (ts): http://192.168.0.1:1111/0,0x0061,0x01FF,0x0200,0x0203 android stream: rtsp://192.168.0.2:5000/stream.sdp ...
by DsChAeK
02 Jul 2011 00:52
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Checked in v2.2! Events are working now, got the essential hint from Jurassic Pork, thx again! // 02.07.2011, DsChAeK, v2.2 // -events are working now!(thx to Jurassic Pork) // -> all events are registered to FCallback // -> you can use FUserdata if needed (not tested by me) // -> updated event reco...
by DsChAeK
16 May 2011 18:47
Forum: Development around libVLC
Topic: streaming with Delphi Wrapper for LibVLC v1.1
Replies: 6
Views: 2983

Re: streaming with Delphi Wrapper for LibVLC v1.1

I don't really understand !?
Maybe I'll make the source compatible to D2010 with the help of your source, but I can't fix your streaming problem!
The demo is really working the way it should be, it all depends on your input or configuration!
by DsChAeK
10 May 2011 19:09
Forum: Development around libVLC
Topic: streaming with Delphi Wrapper for LibVLC v1.1
Replies: 6
Views: 2983

Re: streaming with Delphi Wrapper for LibVLC v1.1

1. You can send me your code, so I can make the svn source compatible to 2010 2. I cannot reproduce that, maybe you can post the complete output 3. First be sure that streaming manually over VLC.exe is working the way you want it with the demo, so we can exclude wrong IP/MRL/blocked ports or such st...
by DsChAeK
08 May 2011 12:41
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Well, in my demo there is word wrap activated in the memo control, the long MRL is cut into pieces... :) But you have to give the complete MRL as one parameter to the vlc instance! I fixed this, checkout the demo and try it again. I think you tested your MRL with VLC directly, so it should work now ...
by DsChAeK
06 May 2011 19:31
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Is this a function problem or is there a "chinese" path in your registry?

Try to use your IP instead of 127.0.1.1!

regards
DsChAeK
by DsChAeK
05 May 2011 20:40
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Hi, "open & play" should work without problems. "Init" is using the URLs and should also working. Well, I don't know what function is causing this error. I know, I don't handle all error cases, e.g. "Stop" causes an error, if there is no instance initialized! I thin...
by DsChAeK
02 May 2011 21:04
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Events are not supported by my wrapper. I tried to get it work a long time ago but failed...as you may have seen, the event-codes are also out of date! I just tried it yesterday and with some event-codes (up2date!) there are no assertions, but also nothing happens in my callback... I also used diffr...
by DsChAeK
01 May 2011 18:34
Forum: Development around libVLC
Topic: Disconnect, libvlc_event_attach access violation, Delphi
Replies: 4
Views: 1938

Re: Disconnect, libvlc_event_attach access violation, Delphi

yep, me too!
I always get an assertion in event.c, line 362.
by DsChAeK
29 Apr 2011 20:20
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

Well, I can't see anything wrong. What is your problem with my demo project (I used Delphi 5!)? Maybe I can help you get it work with Delphi 2010! To Understand play/stop etc. just have a look at VLC_Play() because this instance is only using input from VLC_Base() and the Wrapper control functions (...
by DsChAeK
09 Apr 2011 20:10
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

// Changelog: // // 07.04.2011, DsChAeK // -updated version to v2.0 // -added constant arrays for mux/vcodecs/acodecs which are offered by VLC GUI // -added VLC_SetMute()/VLC_GetMute() // -removed VLC_ToggleMute() // -added VLC_SetMarquee() // // 15.02.2011, DsChAeK // -VLC_GetAudioTrackList(): get...
by DsChAeK
04 Apr 2011 23:38
Forum: General VLC media player Troubleshooting
Topic: scale option - diffrent resolution as expected
Replies: 2
Views: 1000

Re: scale option - diffrent resolution as expected

Thx for your quick answer. Well, if I force the width (to my calced scale) there should be no problem with the codecs, it's just how scaling works, right?
by DsChAeK
04 Apr 2011 20:38
Forum: General VLC media player Troubleshooting
Topic: scale option - diffrent resolution as expected
Replies: 2
Views: 1000

scale option - diffrent resolution as expected

I receive a http video stream with 720x576 resolution. If I stream this into a file using the scale option, I get results I don't understand. record options vcodec = h264 acodec = mp3 mux = mkv example 1 scale: 0,30 orig: 720x576 file: 224x180 (->0,3111) -> scale is 0,3111 not 0.3? example 2 scale: ...
by DsChAeK
13 Feb 2011 17:50
Forum: Development around libVLC
Topic: Random audio tracks order in duplicated http stream, normal?
Replies: 5
Views: 756

Random audio tracks order in duplicated http stream, normal?

Hi, I have a TS http-stream with following audio tracks: 2304 Saubere Effekte - [Deutsch] 2305 Saubere Effekte - [English] 2307 Saubere Effekte - [Deutsch] If i duplicate the stream to another http-stream with following options: :sout=#duplicate{dst=std{access=http,mux=ts,dst=192.168.0.123:12345} :s...
by DsChAeK
12 Feb 2011 11:37
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148706

Re: Delphi Wrapper for LibVLC v1.1

fixed some things and added some new features I needed

Code: Select all

// Changelog: // 06.02.2011, DsChAeK // -real stay on top // -toggle fullscreen with TFrame-object // -VLC_Stop() returns if really stopped // -set background panel for fullscreen form
by DsChAeK
30 Jan 2011 15:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Linux
Replies: 8
Views: 5157

Re: VLC 1.0.*-1.1.* doesn't create Timeshift file (W7/XP)+Li

How was it handled in vlc08 versions?
There it worked with adding timeshift to the access-filters and activating timeshift-force.
I really miss this function!
by DsChAeK
01 Aug 2010 23:37
Forum: Development around libVLC
Topic: video-title-show=0 not working?
Replies: 3
Views: 770

Re: video-title-show=0 not working?

Both options are working with libvlc_media_add_option(), thx for your help!
by DsChAeK
01 Aug 2010 10:25
Forum: Development around libVLC
Topic: video-title-show=0 not working?
Replies: 3
Views: 770

video-title-show=0 not working?

I try to disable the video title display with video-title-show=0 but this option seems to have no effect.
(Neither over libvlc_new() nor over libvlc_media_add_option())

with regards,
DsChAeK

Go to advanced search