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...
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...
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 !!!
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...
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...
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
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...
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...
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: ...
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 ...
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 )
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...
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...
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. ...
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...
: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 ...
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...
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...
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...