Ok,

First,thank you for you attention.

I explain better my issue : 
I want to stream a device encoding card with live555, and I want to read 
this stream with VLC.
The streaming is UNICAST.
I try first with a file named "test.mpg".
I must use RTP only, and RSTP is not allowed.

When you open a file with vlc, you can stream it with   HTTP or  MMSH or 
RTP or UDP...and you can read this stream with an other VLC, the option of 
read are 
UDP/RTP or Multiff UDP/RTP ,or RTP.

I want to send the stream via RTP, and read it with UDP/RTP filling out 
the port number.

is it possible ??? VLC can do that, so i guess one of the "testprog", do 
aproximatively the same thing. 
According to me,"testMPEG1or2VideoStreamer" is the best exemple to do what 
I want. Therefore, I let uncommented the line 
#define IMPLEMENT_RTSP_SERVER 1
because I don't want  RSTP.

I hope I have well explain my real issue.

You said to me that VLC client must open a SDP descriptor which is in the 
serveur ( in"testprog",the same directory who is" test.mpg").
but how VLC client can open the SDP file located on the serveur, to read 
the stream send by VLC serveur ???

Thx.
_________________________
     Julien Savarese 
     Apprenti ingénieur. 
     Division SIS/DPM/RMS/MIE.
---------------------------------------------




Ross Finlayson <[EMAIL PROTECTED]> 
Envoyé par : [EMAIL PROTECTED]
13/05/2008 15:10
Veuillez répondre à
LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>


A
LIVE555 Streaming Media - development & use <[EMAIL PROTECTED]>
cc

Objet
Re: [Live-devel] (no subject)






Am I obligated to use rstp ??

No, but it will make your life easier (and will be manditory if you later 
decide that you want unicast streaming, rather than multicast).

If you don't use RTSP, then you can still get VLC to play the stream from 
"testMPEG1or2VideoStreamer", by asking it to open a SDP description for 
the stream.  This SDP description is in the file "testMPEG1or2Video.sdp" 
(which is provided, in the "testProgs" directory, along with the 
"testMPEG1or2Video.cpp" code).

If you instead use RTSP, then the RTSP server - built into the 
"testMPEG1or2Video" application if you uncomment the line
        #define IMPLEMENT_RTSP_SERVER 1
will automatically provide a SDP description to VLC (and other RTSP 
clients).
-- 


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel


Pensez a l'environnement : avez-vous besoin d'imprimer ce message
Think Environment : Do you need to print message ?

Ce courrier électronique, et éventuellement ses pièces jointes, peuvent 
contenir des informations confidentielles et/ou  personnelles et a été envoyé 
uniquement à l'usage de la personne ou de l'entité  citée ci-dessus. Si vous 
receviez ce courrier électronique par erreur, merci de bien vouloir en avertir 
l'expéditeur immédiatement par la réponse en retour à ce courrier  et effacer 
l'original et détruire toute copie enregistrée dans un ordinateur, ou imprimée 
ou encore sauvegardée sur un disque . Toute  revue, retransmission ou toute 
autre forme d'utilisation de ce courrier électronique par toute autre personne 
que le destinataire prévue est strictement interdite.

L'internet ne permettant pas d'assurer l'intégrité de ce message, l'expéditeur 
décline toute responsabilité au cas où il aurait été intercepté ou modifié par 
quiconque.

This e-mail and possibly any attachment may contain confidential and/or 
privileged information and is intended only for the use of the individual or 
entity named above.  If you have received it in error, please advise the sender 
immediately by reply e-mail and delete  and destroy all copies including all 
copies stored in the recipient's computer, printed or saved to disk. . Any 
review , retransmission, or further use of this e-mail by by persons or 
entities other than the intended recipient is strictly  prohibited.  Because of 
the nature of the Internet the sender is not in a position to ensure the 
integrity of this message, therefore the sender disclaims any liability 
whatsoever, in the event of this message having been intercepted and/or altered.

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to