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.
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.
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...
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")
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 ...
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...
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!
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...
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 ...
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...
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...
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 (...
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?
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: ...
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...
// 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
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!
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())