Page 1 of 1

vls versus vlc : rtsp and rtp request

Posted: 27 Apr 2004 16:04
by ShawGoon
first of all , sorry for my english !!!

i do a server which link vlc and vls for a multicast,unicast vod process.
my server "discuss rtsp" with vlc and when it receive RTSP request Play , tell vls to send the movie but vlc don't recept the stream !!!!

-------------------------------------------------------------------------------------------

VLC :

Sending request: PLAY rtsp://localhost:554/chat.mpg RTSP/1.0
CSeq: 3
Session: 84018771
Range: npt=0-
User-Agent: VLC Media Player (LIVE.COM Streaming Media v2004.04.09)


Received PLAY response: RTSP/1.0 200 OK
CSeq: 3


TaskInterrupt
TaskInterrupt
TaskInterrupt
TaskInterrupt

-------------------------------------------------------------------------------

or vls start the streaming :

-------------------------------------------------------------------------------

start croc localhost local1 --rtp --loop
Provider: Manager
Status: 0

Provider: local1
Status: 0
Info: Program croc started

-------------------------------------------------------------------------------
Any idea ? When i did it enaugh my server with "vlc udp:" all is ok . I can't understand !! :cry:

Thanks