[Live-devel] openRTSP beginner needs help

Boris Saint-Martin bsaintmartin at mediabroadcast-t.com
Wed Nov 9 11:13:51 PST 2011


Hello,

Beginner in openRTSP usage, I have many questions :D

I'm trying to capture a RTSP stream from my internet modem.
The URL is "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavour=hd".
I can view the stream using VLC but not with openRTSP.
Here is the log :

Microsoft Windows [version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Tous droits réservés.

C:\Users\BobaL>C:\Users\BobaL\Documents\live\testProgs\openRTSP\Release\openRTSP
.exe rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavou
r=hd
Opening connection to 212.27.38.253, port 554...
...remote connection opened
Sending request: OPTIONS rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=
1 RTSP/1.0
CSeq: 2
User-Agent: C:\Users\BobaL\Documents\live\testProgs\openRTSP\Release\openRTSP.ex
e (LIVE555 Streaming Media v2011.10.27)


Received 127 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
Cseq: 2
Server: fbxrtspd/1.2 Freebox RTSP server
Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE


Sending request: DESCRIBE rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace
=1 RTSP/1.0
CSeq: 3
User-Agent: C:\Users\BobaL\Documents\live\testProgs\openRTSP\Release\openRTSP.ex
e (LIVE555 Streaming Media v2011.10.27)
Accept: application/sdp


Received 392 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
Cseq: 3
Server: fbxrtspd/1.2 Freebox RTSP server
Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE
Content-Length: 191
Content-Type: application/sdp
Content-Language: fr

v=0
o=leCDN 1320865755 1320865755 IN IP4 kapoueh.proxad.net
s=unknown
i=unknown
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1

Opened URL "rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1", returning
 a SDP description:
v=0
o=leCDN 1320865755 1320865755 IN IP4 kapoueh.proxad.net
s=unknown
i=unknown
c=IN IP4 0.0.0.0
t=0 0
m=video 0 RTP/AVP 33
a=control:rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1

Created receiver for "video/MP2T" subsession (client ports 65366-65367)
Sending request: SETUP rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1
RTSP/1.0
CSeq: 4
User-Agent: C:\Users\BobaL\Documents\live\testProgs\openRTSP\Release\openRTSP.ex
e (LIVE555 Streaming Media v2011.10.27)
Transport: RTP/AVP;unicast;client_port=65366-65367


Received 146 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 500 Internal Server Error
Cseq: 4
Server: fbxrtspd/1.2 Freebox RTSP server
Public: DESCRIBE, OPTIONS, SETUP, TEARDOWN, PLAY, PAUSE


Failed to setup "video/MP2T" subsession: 500 Internal Server Error
'service' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.
'flavour' n'est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.

An idea about the problem ?

If I can connect openRTSP  to this stream does it will create a file ?
I read this in the usage "Extracting a single stream (to 'stdout')" but I don't understand how create a file...

Otherwise a have Eneo IP camera but I can't found the http or rtsp stream url. 
Does anyone know this kind of camera ?

Thank you all.

Boris Saint-Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111109/d48a897e/attachment.html>


More information about the live-devel mailing list