Search found 9 matches

Go to advanced search

by olixelle
11 Jan 2010 16:28
Forum: VLM
Topic: VLC VLM VOD: elapsed time
Replies: 0
Views: 1123

VLC VLM VOD: elapsed time

Hello,

i'm still trying to solve my issue regarding rtsp files seek (viewtopic.php?f=11&t=69467)

another question: when i'm playing an rtsp file from vlc client, video total time is correctly displayed but elapsed time still at 0

any idea ?
by olixelle
06 Jan 2010 16:00
Forum: VLM
Topic: Browsing in a rtsp stream from VLM
Replies: 1
Views: 1383

Re: Browsing in a rtsp stream from VLM

no idea ?
by olixelle
21 Dec 2009 18:26
Forum: VLM
Topic: Browsing in a rtsp stream from VLM
Replies: 1
Views: 1383

Browsing in a rtsp stream from VLM

Hello :) i'm building a video server using VLM to allow PC on my network to read videos using streaming. To complete this goal, i successully setup VLC as server using these command: vlc --ttl 12 -vvv --color --vlm-conf "vlm.conf" --extraintf telnet --telnet-password videolan --rtsp-host 1...
by olixelle
27 Apr 2007 12:27
Forum: VLC media player for Windows Troubleshooting
Topic: LibVlc and RTP Port
Replies: 0
Views: 404

LibVlc and RTP Port

Hello :) i'm using libvlc to display rtsp streams. I'd like to use the --rtp-client-port=XX to set the port to use I tried this but it doesnt work: Dim opt(0) As String opt(0) = "--rtp-client-port=" & myport Me.obj_vlc.AddTarget(channel_code, opt) Could u please help me ? Should i use ...
by olixelle
26 Apr 2007 14:21
Forum: VLC media player for Windows Troubleshooting
Topic: LibVLC & RTSP port
Replies: 0
Views: 282

LibVLC & RTSP port

Hello :)

i develop a media center software including rtsp stream support.
I use libvlc.
I'd like to set the port to use in libvlc.
Is there a way to do that ?

thanks in advance :)

Olixelle
by olixelle
19 Feb 2007 21:52
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78696

hello kevin,

addtarget can only receive a file or a playlist
u have to parse files in directory by yourself and then u add each item to the playlist usin addtarget wrapper
by olixelle
19 Feb 2007 19:32
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78696

hello :)

well i used ur code to display rtsp stream.
It works.
But...
Display quality is not really good and channel changing is very slow.
I do not use any options to read a stream.
Before, i used vlc activex and it worked greatly

do u have any idea ?

thanks :)
by olixelle
09 Feb 2007 20:08
Forum: VLC stream-output (sout)
Topic: Error on recording rtsp stream
Replies: 1
Views: 936

hello, well i found my error: "Dim opt(1) As String " is wrong, "Dim opt(0) As String " is ok. So i can record now but recording use a lot of cpu usage. In this way, could u tell me what settings are best to record rtsp stream (what encapsulation method, what audio/video codec......
by olixelle
09 Feb 2007 19:15
Forum: VLC stream-output (sout)
Topic: Error on recording rtsp stream
Replies: 1
Views: 936

Error on recording rtsp stream

Hello :) i develop a media center application and i'm trying to record rtsp stream with vlc activex V1 (version 0.8.6a) Here is my code: Dim opt(1) As String opt(0) = ":sout=#transcode{vcodec=mp2v,vb=2000,scale=1,acodec=mpga,ab=384,channels=2}:duplicate{dst=display,dst=std{access=file,mux=mp4,d...

Go to advanced search