Search found 31 matches

Go to advanced search

by wang
04 May 2007 09:42
Forum: VLM
Topic: broadcast streaming multi stream
Replies: 10
Views: 7478

HHHmmmmmm, I noticed you are using access=rtsp , have you tried this: #std{access=rtp,mux=,dst=yourComputerIP:remotePort} For mux you may use "ts" or not. I only remember "ts" mux didn't work in some cases. on your remote pc you'll just need to type: rtsp://serverIP:5554/vodServi...
by wang
03 May 2007 11:35
Forum: VLM
Topic: broadcast streaming multi stream
Replies: 10
Views: 7478

Hi, You may need to set the output of your streaming service in order to visualize the stream with another vlc instance. I noticed, it only plays on local machine if don't set output parameters eg: new camera1 broadcast enabled setup camera1 input "http://192.168.3.140/axis-cgi/mjpg/video.cgi?f...
by wang
11 May 2006 10:26
Forum: VLC stream-output (sout)
Topic: combine 2 input streams using - es
Replies: 1
Views: 730

Good question, I'll try to investigate it !!!

Could you post the answer, if you get it before I do?
by wang
11 May 2006 10:20
Forum: VLC stream-output (sout)
Topic: no suitable access module for 'rtsp://xx:5554/test'
Replies: 3
Views: 2283

How do you config your rtsp server?
Could you post it, maybe we could find the problem there ...
by wang
11 May 2006 10:18
Forum: VLC stream-output (sout)
Topic: rtsp doesn't see udp stream
Replies: 2
Views: 965

IS there a difference, between....

Hello !!
IS there a difference, between two tracks (video and audio) streamed on the same UDP port, and one file stream on one UDP port ?
Thanks for your answers !!!
by wang
08 May 2006 13:13
Forum: VLC stream-output (sout)
Topic: How to definde streaming SOURCE port of VLC?
Replies: 16
Views: 4639

Thanks for your quick answer... I'll try to separate tracks and stream them on the same UDP port to finalize my VoD server.... :) Just a little question: When I set UDP stream with Wxwidget interface, data are sent on a unique port... but are the tracks (audio and video) already demuxed when it is s...
by wang
06 May 2006 09:06
Forum: VLC stream-output (sout)
Topic: How to definde streaming SOURCE port of VLC?
Replies: 16
Views: 4639

You are right, VLC is not a Java project :lol: ; I was just thinking, it is possible to get remote socket informations in Java when two applications are running on the same network. And i was also thinking his project might imply two apps: a Java one and VLC. Of course, you 'll need to start a strea...
by wang
05 May 2006 17:54
Forum: VLC stream-output (sout)
Topic: How to definde streaming SOURCE port of VLC?
Replies: 16
Views: 4639

PS: this method is available in JDK 1.5
by wang
05 May 2006 17:52
Forum: VLC stream-output (sout)
Topic: How to definde streaming SOURCE port of VLC?
Replies: 16
Views: 4639

Hi Smile !!!
I am new in Java, but I think there is one method you can use to get VLC socket: Socket.getPort() . Thus you'll just have to set up your listenning port and then, you'll get VLC's one.

I hope, it will help you. Tell me if it does !!!!
Good luck
by wang
05 May 2006 11:10
Forum: VLC stream-output (sout)
Topic: rtsp doesn't see udp stream
Replies: 2
Views: 965

rtsp doesn't see udp stream

Hi !! This is my problem, I hope someone will be able to give me a clue to solve it or a hole solution.... I use a RTSP server built on my own using RTSP protocol, and i tried to make it work with the fabulous software VlC. The RTSP exchanges are working pretty fine: for more compliance, with VLC, I...
by wang
26 Apr 2006 18:32
Forum: VLC stream-output (sout)
Topic: HTTP VLM and Telnet VLM, is this the same module??
Replies: 9
Views: 2066

IS there some kind of "easy way" to make it work ??

Indeed, my problem is that I used HTTP interface to create VoD services, but vlc (client part) reacts as if nothing had been set when I use "rtsp"!!!

Does someone have an idea ?

:)
by wang
26 Apr 2006 16:38
Forum: VLC stream-output (sout)
Topic: access_output_udp debug: packet has been sent too late
Replies: 3
Views: 2570

Hi !!! Indeed, rtsp protocol permit to synchronize stream when you receive packets, with your clock system... Shortly, Pictures embedded clock informations wich have to be synchronized with your internal client's clock. If sync failed, you have some display trouble...... I don't really know, how you...
by wang
26 Apr 2006 16:23
Forum: VLC stream-output (sout)
Topic: HTTP VLM and Telnet VLM, is this the same module??
Replies: 9
Views: 2066

Yep !!! I was using vlc 0.85-test-2 and I don't see the telnet VoD services on my HTTP browser...... but I considered your advice and I tried vlc 0.8.6. I created some VoD services with telnet interface and I checked if I could reach them thanks to HTTP interface, but nothing was displayed... :cry: ...
by wang
26 Apr 2006 09:55
Forum: VLC stream-output (sout)
Topic: HTTP VLM and Telnet VLM, is this the same module??
Replies: 9
Views: 2066

HTTP VLM and Telnet VLM, is this the same module??

Hello everyone !!! I 'have just a little question concerning VoD modules in VLC. Are VLM HTTP interface and Telnet Interface running the same VoD module or not? I noticed this: when I create a VoD service through telnet, this service can't be displayed on the HTTP interface. So The question came to ...
by wang
25 Apr 2006 14:35
Forum: VLC stream-output (sout)
Topic: sdp problem
Replies: 2
Views: 1086

Hi !!!
Have you checked vlc code Danee?
I saw in rtsp.c there is a function which create the SDP profiles.... but I read nothing on how they get media infos....
If you can find, it, just tell me !!!! (So Would I :))
by wang
20 Apr 2006 17:22
Forum: VLC stream-output (sout)
Topic: Format of SDP files for multicast streams
Replies: 4
Views: 2312

Same topic as me??? lol :)
by wang
20 Apr 2006 16:58
Forum: VLC stream-output (sout)
Topic: sdp problem
Replies: 2
Views: 1086

sdp problem

Hi !!! I am back again on my streaming vlc "project". I would like to know how does VLC create SDP files when it is asked to stream through RTP (rtsp)? Are there some specific libraries for this? Or do you know some tricks :) to create my own vod description? I hope I posted this message a...
by wang
11 Apr 2006 11:21
Forum: VLC stream-output (sout)
Topic: Simple question on streaming
Replies: 12
Views: 6595

Just one little question

Hi everyone, I am back again!!! :) I would like to know if RTSP module in VLC cannot really be used to create some real-VoD service: Note Même s'il est possible d'utiliser le RTSP dans ce module, vous ne pourrez pas faire de la Vidéo à la Demande. Veuillez vous reporter à la description du module VL...
by wang
06 Apr 2006 17:18
Forum: VLM
Topic: [HTTP:] won't stream
Replies: 8
Views: 10859

if you need some information go to:

viewtopic.php?t=18402

It is explained howto control VLC via HTTP interface.
:lol:

Need More Information? Post a reply on my topic........ :!:
by wang
06 Apr 2006 16:56
Forum: VLM
Topic: stream Video on Demand over http ? - is it an option at all
Replies: 2
Views: 3556

Hi !!! Could you tell me where you get your VoD Howto because I tried the "Streaming Howto" and I didn't succeed in setting up a VOD service on RTSP with command lines. On the over side, I am able to use and create some VOD services on HTTP ( my own HTML interface), with an Apache Server. ...
by wang
06 Apr 2006 15:43
Forum: VLC stream-output (sout)
Topic: Streaming both video and audio via RTSP
Replies: 1
Views: 1006

Hi :) I read your message, because I am interested in setting up a VOD server with VLC using RTSP. I have tried many command lines and I didn't succeed in setting up a VOD service with VLC on my WinXP machine. :cry: Each time I have tried the command lines configuration, a new VLC interface was laun...
by wang
27 Mar 2006 14:27
Forum: VLC stream-output (sout)
Topic: Simple question on streaming
Replies: 12
Views: 6595

:oops: Sorry no more problem concerning "#" symbol........ :oops: In another hand, does someone know how to get metadata in a media files such as: title, time_length,author.... ? I was thinking one solution was to get these data thanks to VLC.... or maybe there are other means to do it, I ...
by wang
27 Mar 2006 13:35
Forum: VLC stream-output (sout)
Topic: Simple question on streaming
Replies: 12
Views: 6595

Hi !!! In the HOWTO STREAMING, it is written : "Depuis la version 0.8.2, toute ligne dont le premier caractère hors espace est un dièse # est considérée comme un commentaire, et donc ignorée." Indeed, I could create the stream remotely and I wanted to set up the "output" text fie...
by wang
23 Mar 2006 12:28
Forum: VLC stream-output (sout)
Topic: Simple question on streaming
Replies: 12
Views: 6595

HI !!!! :D :D :D Thank you for your help Antoine, I have succeded in controling VOD service as well as "broadcast" one..... :lol: I think I'll post a small tutorial when I'll get a bit of time, but I don't remember wehter French language, is allowed on this forum or not... it would take me...
by wang
22 Mar 2006 10:51
Forum: VLC stream-output (sout)
Topic: Simple question on streaming
Replies: 12
Views: 6595

Hi, dionoea told me to use the syntax http://IP-MACHINE:USED-PORT/requests/vlm_cmd.xml?vlm_cmd=<the command with unauthorised characters url encoded> However the command I tried many commands with the syntax: - "control stream_name command_name" with space between each argument. It was not...

Go to advanced search