Search found 9 matches

Go to advanced search

by frbaresi
04 Feb 2010 10:42
Forum: Development around libVLC
Topic: libvlc_media_player_set_time prblem
Replies: 2
Views: 1704

Re: libvlc_media_player_set_time prblem

Hy, DieBagger, I'm using a VOD server from Anevia. Whenever I move forward the video I do a series of operations: .get media length (mediaTime) .get current video time (CurTime) .set video time = (current time + 30 seconds) (setTime) .get current time (CurTime) This is the output that I'm getting: m...
by frbaresi
02 Feb 2010 11:55
Forum: Development around libVLC
Topic: libvlc_media_player_set_time prblem
Replies: 2
Views: 1704

libvlc_media_player_set_time prblem

Hy, I am using the libvlc to create a vod player but I am having some problems. I can play the videos hosted on my server (using the rtsp protocol) but i'm having 2 problems setting/getting video time. My problems are: .The first time I use libvlc_media_player_get_time, it allways returns 0 ( even i...
by frbaresi
17 Sep 2009 00:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: instance release
Replies: 0
Views: 201

instance release

Hy,
I'm having a problem using libvlc, I can't completely destroy vlc.
I know that I have to release all vlc instances...but I don't know how to confirm that I've released everything.

Any idea?

Thankx
by frbaresi
10 Aug 2009 11:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Aspect ratio
Replies: 2
Views: 635

Re: Aspect ratio

Hy.
erwan10, i've solved my problem forcing VLC to change the config value of "aspect-ratio"

__config_PutPsz((vlc_object_t *)inst, "aspect-ratio", aspect_ratio);

Thanks
by frbaresi
07 Aug 2009 13:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Aspect ratio
Replies: 2
Views: 635

Aspect ratio

Hy I'm using libvlc in order to crate a media player that plays a specific playlist. When I start that media player, I load a (vlc) configuration file where I define the default aspect ratio. The player respects the defined aspect ratio. I've implemented a function that allows me to press a key and ...
by frbaresi
18 Mar 2009 17:55
Forum: VLC media player for Linux and friends Troubleshooting
Topic: MMS on VLC
Replies: 2
Views: 5299

Re: MMS on VLC

Another update, I got sound. I can only have sound if I open the streams with mmsh instead of mms.
The problem is that not all mms streams can be opened with mmsh.

Any idea?
Can anybody help?
by frbaresi
18 Mar 2009 16:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: MMS on VLC
Replies: 2
Views: 5299

Re: MMS on VLC

An update to this problem. I've transcoded one video with: vlc -vvv /home/rcs/video2.flv --sout '#std{access=mmsh,mux=asfh,url=:8080}' and, on the same machine, i've tried to see the transcoded video: vlc mmsh://127.0.0.1:8080 With this test I have got the same kind of errors and I still have no sou...
by frbaresi
16 Mar 2009 11:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: MMS on VLC
Replies: 2
Views: 5299

MMS on VLC

Hi there, I've been trying to play MMS streams with VLC but with no success. I always a couple of errors like these: access_mms access error: TCP protocol selection failed access_mms access error: UDP protocol selection failed access_mms access error: cannot connect to server access_mms access error...
by frbaresi
25 Feb 2009 13:58
Forum: Development around libVLC
Topic: Playlists
Replies: 1
Views: 408

Playlists

Hy I'm used to manage playlists using libvlc-0.86. Right now, i'm tying to do the same with libvlc-0.9x but I don't now how. For example: with libvlc-0.86 I had libvlc_playlist_play() in order to select the item (from a playlist) that I want to play. How can I do the same with libvlc-0.9x ? Other ex...

Go to advanced search